Home
last modified time | relevance | path

Searched refs:devfs_remove (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs.h134 void devfs_remove(void * handle);
H A Ddevfs_tree.c800 devfs_remove(void *dirent_p) in devfs_remove() function
/xnu-11215/bsd/dev/
H A Dmemdev.c732 devfs_remove(mdev[i].mdbdevb); /* Remove the block device */ in mdevremoveall()
733 devfs_remove(mdev[i].mdcdevb); /* Remove the character device */ in mdevremoveall()
/xnu-11215/bsd/kern/
H A Dtty_ptmx.c439 devfs_remove(old_ptmx_ioctl->pt_devhandle); in ptmx_free_ioctl()
/xnu-11215/bsd/security/audit/
H A Daudit_pipe.c1109 devfs_remove(devnode); in audit_pipe_shutdown()