HomeSort by: relevance | last modified time | path
    Searched defs:config_detach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_autoconf.c 1020 if ((error = config_detach(d, 0)) != 0)
2147 "config_detach: %s: bad device fstate: %d",
2211 panic("config_detach: forced detach of %s failed (%d)",
2263 printf("config_detach: detached device %s"
2266 panic("config_detach");
2317 * config_detach(dev, flags)
2333 config_detach(device_t dev, int flags) function in typeref:typename:int
2383 if ((error = config_detach(dv, flags)) != 0)
2435 if (config_detach(curdev, flags) == 0) {
3735 * config_detach(9) on devices in the order that the iterato
    [all...]

Completed in 65 milliseconds