HomeSort by: relevance | last modified time | path
    Searched defs:fileno (Results 1 - 13 of 13) sorted by relevancy

  /src/bin/sh/bltin/
bltin.h 59 #undef fileno
76 #define fileno(f) ((f)->fd) macro
  /src/sys/kern/
vfs_getcwd.c 104 ino_t fileno; local in function:getcwd_scandir
151 fileno = va.va_fileid;
227 (dp->d_fileno == fileno)) {
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 219 #define fileno _fileno macro
  /src/sys/arch/hp300/stand/inst/
inst.c 552 int fileno, ignoreshread, eof, len; local in function:miniroot
620 fileno = a2int(line);
621 if (fileno < 1 || fileno > 8) {
634 minirootname[i++] = 'a' + (fileno - 1);
652 printf("can't open %s file %c\n", tapename, fileno);
656 printf("Copying %s file %d to %s...", tapename, fileno,
  /src/common/dist/zlib/test/
minigzip.c 38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
54 # define fileno(file) file->__file macro
57 # include <unix.h> /* for fileno */
311 int ifd = fileno(in);
536 file = gzdopen(fileno(stdin), "rb");
540 file = gzdopen(fileno(stdout), outmode);
566 file = gzdopen(fileno(stdout), outmode);
  /src/sys/dev/scsipi/
stvar.h 108 daddr_t fileno; member in struct:st_softc
  /src/usr.bin/join/
join.c 96 u_long fileno; /* file number */ member in struct:__anon1dd7fe7d0308
442 if (olist[cnt].fileno == (u_long)F->number)
464 if (olist[cnt].fileno == 1)
466 else /* if (olist[cnt].fileno == 2) */
532 olist[olistcnt].fileno = token[0] - '0';
626 "usage: %s [-a fileno | -v fileno] [-e string] [-j fileno field]\n"
  /src/include/
stdio.h 118 short _file; /* fileno, if Unix descriptor, else -1 */
304 int fileno(FILE *);
506 #define fileno(p) __sfileno(p) macro
  /src/sys/fs/msdosfs/
msdosfs_vnops.c 958 ino_t fileno; local in function:msdosfs_readdir
1140 fileno = getushort(dentp->deStartCluster);
1142 fileno |= ((ino_t)getushort(dentp->deHighClust)) << 16;
1144 if (fileno == MSDOSFSROOT)
1146 fileno = cntobn(pmp,
1150 fileno = 1;
1152 fileno = cntobn(pmp, fileno) * dirsperblk;
1153 dirbuf->d_fileno = fileno;
  /src/sys/compat/linux/common/
linux_inotify.c 95 ino_t fileno; member in struct:inotify_dir_entries::inotify_dir_entry
876 idep->ide_entries[i].fileno = currdep->d_fileno;
893 if (i2->ide_entries[i].fileno != i1->ide_entries[i].fileno)
952 ino_t changed = new_idep->ide_entries[new_idep->ide_count - 1].fileno;
956 if (old_idep->ide_entries[i].fileno == changed)
  /src/sys/nfs/
nfs_vnops.c 2379 u_quad_t fileno; local in function:nfs_readdirrpc
2464 fileno = fxdr_hyper(tl);
2471 fileno = fxdr_unsigned(u_quad_t, *tl++);
2495 dp->d_fileno = fileno;
2607 u_quad_t fileno; local in function:nfs_readdirplusrpc
2664 fileno = fxdr_hyper(tl);
2691 dp->d_fileno = fileno;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 2754 * Must fake it. Use the fileno, except when the
2756 * case, generate a fake fileno that is not the same.
3145 long dotfileid, dotdotfileid = 0, fileno = 0; local in function:nfsrpc_readdirplus
3179 * Must fake it. Use the fileno, except when the
3181 * case, generate a fake fileno that is not the same.
3353 fileno = fxdr_unsigned(long, *++tl);
3465 dp->d_fileno = fileno;
  /src/lib/libc/include/
namespace.h 48 #define fileno _fileno macro

Completed in 51 milliseconds