Searched refs:direntp (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c140 devdirent_t *direntp; local
148 dev_add_entry("fd", rootdir, DEV_DEVFD, NULL, NULL, NULL, &direntp);
/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c152 devdirent_t *direntp = (devdirent_t *)handle; local
166 * devfs lock to protect the direntp update, then force user space to
169 if (direntp == NULL || (devnodep = direntp->de_dnp) == NULL) {
185 snprintf(name, sizeof(name), "/dev/%s", direntp->de_name);

Completed in 17 milliseconds