HomeSort by: relevance | last modified time | path
    Searched refs:d_fileno (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/compat/sys/
dirent.h 38 u_int32_t d_fileno; /* file number of entry */ member in struct:dirent43
45 u_int32_t d_fileno; /* file number of entry */ member in struct:dirent12
  /src/sys/compat/sunos/
sunos_dirent.h 39 u_long d_fileno; member in struct:sunos_dirent
  /src/sys/compat/sunos32/
sunos32_dirent.h 40 netbsd32_u_long d_fileno; member in struct:sunos32_dirent
  /src/external/cddl/osnet/sys/sys/
dirent.h 44 #define d_ino d_fileno
  /src/sys/sys/
dirent.h 51 ino_t d_fileno; /* file number of entry */ member in struct:dirent
89 #define _DIRENT_ALIGN(dp) (sizeof((dp)->d_fileno) - 1)
  /src/external/gpl2/gmake/dist/
vmsdir.h 35 u_long d_fileno; member in struct:direct
48 #define d_ino d_fileno /* compatability */
vmsfunctions.c 100 dentry->d_fileno = 1;
102 dentry->d_fileno = dnam->nam$w_fid[0] + (dnam->nam$w_fid[1] << 16);
  /src/lib/libc/compat/gen/
compat_readdir.c 30 if (d->d_fileno > UINT_MAX || d->d_namlen >= sizeof(d12->d_name)) {
34 d12->d_fileno = (uint32_t)d->d_fileno;
  /src/external/gpl3/gdb/dist/readline/readline/
posixdir.h 49 /* The bash code fairly consistently uses d_fileno; make sure it's available */
51 # define d_fileno d_ino macro
66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixdir.h 49 /* The bash code fairly consistently uses d_fileno; make sure it's available */
51 # define d_fileno d_ino macro
66 /* Signal the rest of the code that it can safely use dirent.d_fileno */
  /src/sys/stand/
ls.c 97 if (((DP *)dp)->d_fileno == 0)
103 printf("%d\t%s\n", ((DP *)dp)->d_fileno,
  /src/sys/ufs/ufs/
dir.h 80 #define d_ino d_fileno
82 u_int32_t d_fileno; /* inode number of entry */ member in struct:direct
  /src/lib/libc/gen/
initdir.c 190 if (dp->d_fileno) {
223 dp->d_fileno = 0;
226 dp->d_fileno = 0;
scandir.c 136 p->d_fileno = d->d_fileno;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
dirent.d 65 alias d_fileno = d_ino;
81 ino_t d_fileno;
96 uint d_fileno;
108 ulong d_fileno;
120 ino_t d_fileno;
133 ino_t d_fileno; /* file number of entry */
  /src/include/
dirent.h 47 #define d_ino d_fileno /* backward compatibility */
  /src/regress/sys/kern/getcwd/
old_getcwd.c 69 #define d_fileno d_ino macro
185 if (dp->d_fileno == ino) {
  /src/sys/rump/kern/lib/libsys_sunos/
rump_sunos_compat.c 50 uint64_t d_fileno; member in struct:sunos_dirent
328 if (bdp->d_fileno == 0) {
351 idb.d_fileno = bdp->d_fileno;
  /src/usr.bin/make/
util.c 224 #if !defined(BSD) && !defined(d_fileno)
225 # define d_fileno d_ino macro
292 if (d->d_fileno == st_cur.st_ino)
  /src/sys/compat/common/
vfs_syscalls_43.c 415 if (bdp->d_fileno == 0) {
439 idb.d_fileno = (uint32_t)bdp->d_fileno;
441 idb.d_fileno = (uint32_t)bdp->d_fileno;
vfs_syscalls_12.c 197 if (bdp->d_fileno == 0) {
221 idb.d_fileno = (uint32_t)bdp->d_fileno;
  /src/sys/compat/linux32/common/
linux32_dirent.c 185 if (bdp->d_fileno == 0) {
205 idb.d_ino = bdp->d_fileno;
  /src/sys/rump/kern/lib/libsys_cygwin/
rump_cygwin_compat.c 220 if (bdp->d_fileno == 0) {
231 idb.d_ino = bdp->d_fileno;
  /src/sys/fs/filecorefs/
filecore_vnops.c 336 de->d_fileno = dp->i_number;
343 de->d_fileno = filecore_getparent(dp);
349 de->d_fileno = dp->i_dirent.addr +
  /src/share/examples/rump/sdread/
sdread.c 159 printf("%" PRIu64 ": %s\n", dp->d_fileno, dp->d_name);

Completed in 68 milliseconds

1 2 3 4