Home
last modified time | relevance | path

Searched refs:fid (Results 1 – 25 of 25) sorted by relevance

/original-bsd/libexec/lfs_cleanerd/
H A Dlibrary.c126 int fid; local
137 close (fid);
155 int count, fid; local
166 if (fstat (fid, &file_stat))
170 (void) close(fid);
179 PROT_READ|PROT_WRITE, 0, fid, (off_t)0);
194 if (lseek(fid, 0, SEEK_SET) < 0)
200 close (fid);
540 0, fid, seg_byte);
564 if (read (fid, *segbuf, ssize) != ssize) {
[all …]
/original-bsd/old/pti/
H A Dpti.c11 int fid; variable
51 if((fid=open(argv[0], 0)) < 0){
56 lseek(fid,offset,0);
172 if((i=read(fid,ibuf,512)) <= 0)ex(); in getc()
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs.h27 #define kernfs_fhtovp ((int (*) __P((struct mount *, struct fid *, \
37 #define kernfs_vptofh ((int (*) __P((struct vnode *, struct fid *)))eopnotsupp)
/original-bsd/sys/ufs/ffs/
H A Dffs_extern.h28 struct fid;
52 int ffs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
78 int ffs_vptofh __P((struct vnode *, struct fid *));
H A Dufs_extern.h13 struct fid;
H A Dffs_vfsops.c822 struct fid *fhp;
845 struct fid *fhp;
/original-bsd/sys/ufs/lfs/
H A Dlfs_extern.h10 struct fid;
28 int lfs_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
67 int lfs_vptofh __P((struct vnode *, struct fid *));
H A Dlfs_vfsops.c576 struct fid *fhp;
596 struct fid *fhp;
/original-bsd/old/berknet/
H A Dchktroff.c29 int fid; variable
72 if((fid=open(argv[0], 0)) < 0){
214 if((i=read(fid,ibuf,BUFSIZ)) <= 0)ex(); in getc()
/original-bsd/sys/nfs/
H A Dnfsmount.h105 struct fid *fhp,
112 struct fid *fhp));
H A Dnfs_vfsops.c810 struct fid *fhp;
827 struct fid *fhp;
/original-bsd/sys/sys/
H A Dmount.h26 struct fid { struct
158 struct fid fh_fid; /* File sys specific id */
219 int (*vfs_fhtovp) __P((struct mount *mp, struct fid *fhp,
222 int (*vfs_vptofh) __P((struct vnode *vp, struct fid *fhp));
/original-bsd/sys/miscfs/procfs/
H A Dprocfs_vfsops.c142 #define procfs_fhtovp ((int (*) __P((struct mount *, struct fid *, \
152 #define procfs_vptofh ((int (*) __P((struct vnode *, struct fid *)))einval)
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c201 #define fdesc_fhtovp ((int (*) __P((struct mount *, struct fid *, \
209 #define fdesc_vptofh ((int (*) __P((struct vnode *, struct fid *)))eopnotsupp)
/original-bsd/sys/isofs/cd9660/
H A Diso.h150 int cd9660_fhtovp __P((struct mount *, struct fid *, struct mbuf *,
152 int cd9660_vptofh __P((struct vnode *, struct fid *));
H A Dcd9660_vfsops.c486 struct fid *fhp;
757 struct fid *fhp;
/original-bsd/sys/miscfs/portal/
H A Dportal_vfsops.c221 #define portal_fhtovp ((int (*) __P((struct mount *, struct fid *, \
231 #define portal_vptofh ((int (*) __P((struct vnode *, struct fid *)))eopnotsupp)
/original-bsd/sys/deprecated/lofs/
H A Dlofs_vfsops.c273 struct fid *fhp;
285 struct fid *fhp;
/original-bsd/sys/miscfs/nullfs/
H A Dnull_vfsops.c305 struct fid *fidp;
318 struct fid *fhp;
/original-bsd/sys/miscfs/umapfs/
H A Dumap_vfsops.c346 struct fid *fidp;
359 struct fid *fhp;
/original-bsd/games/chess/Xchess/
H A DscrollText.c275 gc_val.font = mainFont->fid;
301 newWin->theFonts[index].fid = 0;
420 if (textInfo->theFonts[newFontNum].fid != 0) {
515 gc_val.font = newFont->fid;
538 redrawFlag = (textInfo->theFonts[fontNumber].fid != 0) &&
539 (((newFont) && (newFont->fid != textInfo->theFonts[fontNumber].fid)) ||
1153 if (textInfo->theFonts[fontNum].fid == 0) {
/original-bsd/sys/miscfs/union/
H A Dunion_vfsops.c445 #define union_fhtovp ((int (*) __P((struct mount *, struct fid *, \
454 #define union_vptofh ((int (*) __P((struct vnode *, struct fid *)))eopnotsupp)
/original-bsd/sys/ufs/ufs/
H A Dufs_extern.h13 struct fid;
/original-bsd/lib/libc/gen/
H A Dctime.c260 register int fid; local
279 if ((fid = open(name, OPEN_MODE)) == -1)
287 i = read(fid, buf, sizeof buf);
288 if (close(fid) != 0 || i < sizeof *tzhp)
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c3647 unsigned short fid[3]; local
3675 fid[0] = nam.nam$w_fid[0];
3676 fid[1] = nam.nam$w_fid[1];
3677 fid[2] = nam.nam$w_fid[2];
3690 nam.nam$w_fid[0] = fid[0];
3691 nam.nam$w_fid[1] = fid[1];
3692 nam.nam$w_fid[2] = fid[2];