Home
last modified time | relevance | path

Searched refs:device_doattach (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_bus.c244 static int device_doattach(device_t dev);
2010 error = device_doattach(dev); in device_probe_and_attach()
2066 error = device_doattach(dev); in device_probe_and_attach_gpri()
2090 (void)device_doattach(dev); in device_attach_thread()
2099 device_doattach(device_t dev) in device_doattach() function