| /xnu-8792.41.9/SETUP/config/ ! |
| H A D | parser.y | 209 cur.d_name = $3; 214 cur.d_name = $3; 220 cur.d_name = $3; 226 cur.d_name = $3; 279 dp->d_name = "OHNO!!!"; in init_dev()
|
| H A D | config.h | 91 const char *d_name; /* name of device (e.g. rk11) */ member
|
| H A D | mkheaders.c | 93 if (eq(dp->d_name, dev)) { in do_count()
|
| H A D | mkmakefile.c | 406 tdev.d_name = ns(wd); in read_files() 437 if (eq(dp->d_name, wd) && (dp->d_type != PSEUDO_DEVICE || dp->d_slave)) { in read_files()
|
| /xnu-8792.41.9/tests/ ! |
| H A D | perfmon_tests.c | 43 if (strncmp(entry->d_name, "perfmon", strlen("perfmon")) == 0) { in open_monitors() 45 snprintf(path, sizeof(path), "/dev/%s", entry->d_name); in open_monitors() 52 "open %s", entry->d_name); in open_monitors() 56 monitors.names[monitors.length] = strdup(entry->d_name); in open_monitors()
|
| H A D | correct_kernel_booted.c | 152 bool ok = get_macho_uuid(kernels_path, entry->d_name, bin_uuid); 156 T_LOG("%s: from %s%s", bin_uuid_str, kernels_path, entry->d_name); 160 entry->d_name);
|
| /xnu-8792.41.9/bsd/sys/ ! |
| H A D | dirent.h | 94 char d_name[__DARWIN_MAXNAMLEN + 1]; /* name must be no longer than this */ member 108 char d_name[__DARWIN_MAXPATHLEN]; /* entry name (up to MAXPATHLEN bytes) */ \
|
| H A D | dir.h | 93 (((unsigned long)&((struct direct *)0)->d_name + (dp)->d_namlen+1 + 3) & ~3)
|
| H A D | disktab.h | 82 char d_name[MAXDNMLEN]; /* drive name */ member
|
| /xnu-8792.41.9/bsd/miscfs/devfs/ ! |
| H A D | devfs_fdesc_support.c | 603 dp->d_namlen = (__uint8_t)scnprintf(dp->d_name, sizeof(dp->d_name), in devfs_devfd_readdir()
|
| H A D | devfs_vnops.c | 1407 strlcpy(dirent.d_name, name, DEVMAXNAMESIZE); in devfs_readdir()
|
| /xnu-8792.41.9/bsd/miscfs/bindfs/ ! |
| H A D | bind_vnops.c | 358 if (dep->d_name[0] == '.') { in bindfs_readdir() 363 (dep->d_namlen == 2 && dep->d_name[1] == '.')) { in bindfs_readdir()
|
| /xnu-8792.41.9/bsd/vfs/ ! |
| H A D | vfs_attrlist.c | 3843 (dp->d_namlen == 1 && dp->d_name[0] == '.') || in readdirattr() 3844 (dp->d_namlen == 2 && dp->d_name[0] == '.' && in readdirattr() 3845 dp->d_name[1] == '.')) { in readdirattr() 3853 if (dp->d_name[dp->d_namlen] != '\0') { in readdirattr() 3857 bcopy(dp->d_name, max_path_name_buf, dp->d_namlen); in readdirattr() 3861 name_buffer = CAST_USER_ADDR_T(&(dp->d_name)); in readdirattr()
|
| H A D | vfs_subr.c | 10930 !((dp->d_namlen == 1 && dp->d_name[0] == '.') || in rmdir_remove_orphaned_appleDouble() 10931 (dp->d_namlen == 2 && dp->d_name[0] == '.' && dp->d_name[1] == '.'))) { in rmdir_remove_orphaned_appleDouble() 10937 strncmp(dp->d_name, "._", 2) || in rmdir_remove_orphaned_appleDouble() 10938 (dp->d_namlen >= 4 && !strncmp(&(dp->d_name[2]), "._", 2))) { in rmdir_remove_orphaned_appleDouble() 11005 !((dp->d_namlen == 1 && dp->d_name[0] == '.') || in rmdir_remove_orphaned_appleDouble() 11006 (dp->d_namlen == 2 && dp->d_name[0] == '.' && dp->d_name[1] == '.')) in rmdir_remove_orphaned_appleDouble() 11009 CAST_USER_ADDR_T(dp->d_name), UIO_SYSSPACE, in rmdir_remove_orphaned_appleDouble()
|
| H A D | vfs_syscalls.c | 10196 if ((char*)dep + offsetof(struct dirent, d_name) > ((char *)bufptr + bytesread) || in vnode_readdir64() 10217 bcopy(dep->d_name, entry64->d_name, dep->d_namlen + 1); in vnode_readdir64()
|
| /xnu-8792.41.9/bsd/nfs/ ! |
| H A D | nfs_serv.c | 4407 nfsm_chain_add_string(error, &nmrep, dp->d_name, nlen); in nfsrv_readdir() 4646 (dp->d_name[0] == '.') && (dp->d_name[1] == '.')); in nfsrv_readdirplus() 4679 nfsm_chain_add_string(error, &nmrep, dp->d_name, nlen); in nfsrv_readdirplus()
|
| /xnu-8792.41.9/bsd/miscfs/nullfs/ ! |
| H A D | null_vnops.c | 716 strlcpy(e.d_name, name, NAME_MAX); in store_entry_special()
|