Searched refs:dirent (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddir.h65 * The information in this file should be obtained from <dirent.h>
73 #include <sys/dirent.h>
75 #include <dirent.h>
81 #define direct dirent
H A Ddirent.h61 * @(#)dirent.h 8.3 (Berkeley) 8/10/94
65 * The dirent structure defines the format of directory entries.
67 * A directory entry has a struct dirent at the front of it, containing its
92 struct dirent { struct
115 struct dirent __DARWIN_STRUCT_DIRENTRY;
H A DMakefile21 dir.h dirent.h disk.h dkstat.h dtrace.h dtrace_glue.h dtrace_impl.h \
67 dir.h dirent.h disk.h disklabel.h dkstat.h \
/darwin-on-arm/xnu/bsd/man/man5/
H A DMakefile13 dirent.5 \
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c97 #include <sys/dirent.h>
1284 struct dirent dirent; local
1313 dirent.d_fileno = dir_node->dn_ino;
1315 dirent.d_namlen = 1;
1316 dirent.d_type = DT_DIR;
1320 dirent.d_fileno = dir_node->dn_typeinfo.Dir.parent->dn_ino;
1322 dirent.d_fileno = dir_node->dn_ino;
1324 dirent.d_namlen = 2;
1325 dirent
[all...]
H A Ddevfs_fdesc_support.c87 #include <sys/dirent.h>
580 struct dirent d;
581 struct dirent *dp = &d;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c18 #include <dirent.h>
101 struct dirent * my_dirent_p;
108 my_dirent_p = (struct dirent *) (my_bufp + i);
H A Dtests.h27 #include <sys/dirent.h>
H A Dmemory_tests.c12 #include <dirent.h> /* crashcount() */
53 struct dirent *dep1, *dep2;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_notification.c32 #include <sys/dirent.h>
H A Dhfs.h55 #include <sys/dirent.h>
519 ((sizeof(struct dirent) - (NAME_MAX+1)) + (((namlen)+1 + 3) &~ 3))
H A Dhfs_catalog.c35 #include <sys/dirent.h>
2739 #define SMALL_DIRENTRY_SIZE (int)(sizeof(struct dirent) - (MAXNAMLEN + 1) + 8)
2788 struct dirent catent;
3114 struct dirent catent;
H A Dhfs_vnops.c33 #include <sys/dirent.h>
4441 u_int8_t d_type; /* dirent file type */
4451 u_int8_t d_type; /* dirent file type */
4464 * series of packed dirent structures where each one contains the
4702 /* Pack the buffer with dirent entries. */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_support.h58 #include <sys/dirent.h>
H A Dvfs_subr.c7893 struct dirent *dp;
7947 dp = (struct dirent*) cpos;
7971 dp = (struct dirent*)cpos;
8019 dp = (struct dirent*) cpos;
8045 dp = (struct dirent*)cpos;
H A Dvfs_fsevents.c46 #include <sys/dirent.h>
H A Dvfs_syscalls.c88 #include <sys/dirent.h>
6846 struct dirent *dep;
6852 * will expand each dirent. The worse case (when the name
6854 * bytes (8-byte aligned) and a struct dirent size of 12 bytes
6875 dep = (struct dirent *)bufptr;
6882 /* Convert a dirent to a dirent64. */
6891 dep = (struct dirent *)((char *)dep + dep->d_reclen);
7270 fp->f_fglob->fg_offset = uio_offset(auio); /* should be multiple of dirent, not variable */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsnode.h268 ((sizeof(struct dirent) - (NAME_MAX+1)) + (((namlen) + 1 + 3) &~ 3))
H A Dnfs_vnops.c83 #include <sys/dirent.h>
4685 struct dirent dent;
H A Dnfs_bio.c75 #include <sys/dirent.h>
H A Dnfs_serv.c79 #include <sys/dirent.h>
H A Dnfs4_vnops.c43 #include <sys/dirent.h>

Completed in 283 milliseconds