Searched defs:ndi_devi_unbind_driver (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c223 static int ndi_devi_unbind_driver(dev_info_t *dip);
1006 if ((error = ndi_devi_unbind_driver(dip)) != DDI_SUCCESS) {
2122 * ndi_devi_unbind_driver: unbind the dip
2125 ndi_devi_unbind_driver(dev_info_t *dip) function
4341 (void) ndi_devi_unbind_driver(dip);
4354 /* flush devfs so that ndi_devi_unbind_driver will work when possible */
4411 rv = ndi_devi_unbind_driver(cdip);
4443 /* flush devfs so that ndi_devi_unbind_driver will work when possible */
4480 rv = ndi_devi_unbind_driver(cdip);
4500 /* flush devfs so that ndi_devi_unbind_driver wil
[all...]

Completed in 78 milliseconds