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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c1026 if ((error = ndi_devi_bind_driver(dip, 0)) != DDI_SUCCESS) {
2097 * ndi_devi_bind_driver() binds a driver to a given device. If it fails
2102 ndi_devi_bind_driver(dev_info_t *dip, uint_t flags) function
2110 "ndi_devi_bind_driver: %s%d (%p) flags: %x\n",
4346 (void) ndi_devi_bind_driver(dip, 0);
6439 (void) ndi_devi_bind_driver(arg->dip, arg->flags);

Completed in 103 milliseconds