Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dddi_implfuncs.h226 int i_ddi_unload_drvconf(major_t);
/titanic_44/usr/src/uts/common/os/
H A Dmodctl.c540 (void) i_ddi_unload_drvconf(mc.major); in modctl_update_driver_aliases()
725 (void) i_ddi_unload_drvconf(major); in modctl_rem_major()
858 ret = i_ddi_unload_drvconf(major); in modctl_unload_drvconf()
H A Ddevcfg.c2596 i_ddi_unload_drvconf(major_t major) in i_ddi_unload_drvconf() function