Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_bus.c243 static void device_attach_thread(void *arg);
2081 lwkt_create(device_attach_thread, dev, &td, NULL, in device_attach_async()
2086 device_attach_thread(void *arg) in device_attach_thread() function