Home
last modified time | relevance | path

Searched refs:cdevsw_remove (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dbsd_stubs.c246 cdevsw_remove(int index, const struct cdevsw * csw) in cdevsw_remove() function
280 cdevsw_remove(index, csw); in cdevsw_add_with_bdev()
H A Dtty_ptmx.c216 (void)cdevsw_remove(ptmx_major, &ptmx_cdev); in ptmx_init()
/xnu-8020.140.41/bsd/sys/
H A Dconf.h306 int cdevsw_remove(int, const struct cdevsw *);
/xnu-8020.140.41/bsd/security/audit/
H A Daudit_pipe.c1110 (void) cdevsw_remove(audit_pipe_major, &audit_pipe_cdevsw); in audit_pipe_shutdown()