Home | History | Annotate | Download | only in kern

Lines Matching defs:config_detach

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)
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 iterator