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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c143 devdirent_t *direntp; local
151 dev_add_entry("fd", rootdir, DEV_DEVFD, NULL, NULL, NULL, &direntp);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c147 devdirent_t *direntp = (devdirent_t *)handle; local
161 * devfs lock to protect the direntp update, then force user space to
164 if (direntp == NULL || (devnodep = direntp->de_dnp) == NULL) {
180 snprintf(name, sizeof(name), "/dev/%s", direntp->de_name);

Completed in 22 milliseconds