Home
last modified time | relevance | path

Searched refs:i_ddi_unload_drvconf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_implfuncs.h171 extern int i_ddi_unload_drvconf(major_t);
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c547 (void) i_ddi_unload_drvconf(mc.major); in modctl_update_driver_aliases()
732 (void) i_ddi_unload_drvconf(major); in modctl_rem_major()
865 ret = i_ddi_unload_drvconf(major); in modctl_unload_drvconf()
H A Ddevcfg.c2671 i_ddi_unload_drvconf(major_t major) in i_ddi_unload_drvconf() function