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

  /src/sys/kern/
subr_autoconf.c 1019 if ((error = config_detach(d, 0)) != 0)
2133 "config_detach: %s: bad device fstate: %d",
2197 panic("config_detach: forced detach of %s failed (%d)",
2249 printf("config_detach: detached device %s"
2252 panic("config_detach");
2303 * config_detach(dev, flags)
2319 config_detach(device_t dev, int flags) function in typeref:typename:int
2369 if ((error = config_detach(dv, flags)) != 0)
2421 if (config_detach(curdev, flags) == 0) {
3721 * config_detach(9) on devices in the order that the iterato
    [all...]
subr_autoconf.c 1019 if ((error = config_detach(d, 0)) != 0)
2133 "config_detach: %s: bad device fstate: %d",
2197 panic("config_detach: forced detach of %s failed (%d)",
2249 printf("config_detach: detached device %s"
2252 panic("config_detach");
2303 * config_detach(dev, flags)
2319 config_detach(device_t dev, int flags) function in typeref:typename:int
2369 if ((error = config_detach(dv, flags)) != 0)
2421 if (config_detach(curdev, flags) == 0) {
3721 * config_detach(9) on devices in the order that the iterato
    [all...]

Completed in 27 milliseconds