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

1 2 3

  /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/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/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/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/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;
vfs_syscalls_30.c 297 idb.d_fileno = (u_int32_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);
  /src/sys/miscfs/procfs/
procfs_vnops.c 1376 d.d_fileno = PROCFS_FILENO(p->p_pid, PFSproc, -1);
1482 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid,
1532 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid,
1550 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid, PFSfd, i - 2);
1580 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid,
1594 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid, PFStask,
1654 d.d_fileno = PROCFS_FILENO(pfs->pfs_pid,
1693 d.d_fileno = PROCFS_FILENO(0, PFSroot, -1);
1701 d.d_fileno = PROCFS_FILENO(0, PFScurproc, -1);
1708 d.d_fileno = PROCFS_FILENO(0, PFSself, -1)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h 234 unsigned long long d_fileno; member in struct:__sanitizer::__sanitizer_dirent
237 unsigned int d_fileno;
  /src/sys/miscfs/fdesc/
fdesc_vnops.c 612 d.d_fileno = ft->ft_fileno;
634 d.d_fileno = FD_ROOT; /* XXX */
646 d.d_fileno = j + FD_STDIN;
  /src/sys/coda/
coda.h 163 unsigned long d_fileno; /* file number of entry */ member in struct:venus_dirent
176 unsigned int d_fileno; /* file number of entry */ member in struct:venus_dirent
  /src/sys/compat/linux/common/
linux_file64.c 479 if (bdp->d_fileno == 0) {
503 idb.d_ino = bdp->d_fileno;

Completed in 22 milliseconds

1 2 3