Searched refs:cdevsw_remove (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dbsd_stubs.c259 cdevsw_remove(int index, struct cdevsw * csw) function
289 cdevsw_remove(index, csw);
H A Dtty_ptmx.c227 (void)cdevsw_remove(ptmx_major, &ptmx_cdev);
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_vfsops.c2429 if (cdevsw_remove(autofs_control_major, &autofs_control_cdevsw) == -1)
2435 if (cdevsw_remove(autofs_nowait_major, &autofs_nowait_cdevsw) == -1)
2441 if (cdevsw_remove(autofs_notrigger_major, &autofs_notrigger_cdevsw) == -1)
2447 if (cdevsw_remove(autofs_homedirmounter_major, &autofs_homedirmounter_cdevsw) == -1)
2453 if (cdevsw_remove(autofs_major, &autofs_cdevsw) == -1)
2570 if (cdevsw_remove(autofs_major, &autofs_cdevsw) == -1)
2575 if (cdevsw_remove(autofs_nowait_major, &autofs_nowait_cdevsw) == -1)
2580 if (cdevsw_remove(autofs_notrigger_major, &autofs_notrigger_cdevsw) == -1)
2585 if (cdevsw_remove(autofs_homedirmounter_major, &autofs_homedirmounter_cdevsw) == -1)
2590 if (cdevsw_remove(autofs_control_majo
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dconf.h312 int cdevsw_remove(int, struct cdevsw *);
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_dev.c994 (void)cdevsw_remove(smb_major, &nsmb_cdevsw);
1021 smb_major = cdevsw_remove(smb_major, &nsmb_cdevsw);
1023 SMBERROR("smb: cdevsw_remove failed");
/macosx-10.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c1136 (void) cdevsw_remove(audit_pipe_major, &audit_pipe_cdevsw);
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp466 cdevsw_remove(fMajor, &IOSerialBSDClient::devsw);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp3560 index = cdevsw_remove(index, csw);

Completed in 190 milliseconds