Searched refs:device_set_driver (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/x86/isa/ |
| H A D | orm.c | 100 device_set_driver(child, driver); in orm_identify()
|
| /f-stack/freebsd/x86/bios/ |
| H A D | smbios.c | 108 device_set_driver(child, driver); in smbios_identify()
|
| H A D | vpd.c | 149 device_set_driver(child, driver); in vpd_identify()
|
| /f-stack/freebsd/net/ |
| H A D | iflib_clone.c | 203 device_set_driver(dev, &iflib_pseudodriver); in iflib_clone_create()
|
| /f-stack/freebsd/i386/bios/ |
| H A D | smapi.c | 168 device_set_driver(child, driver); in smapi_identify()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_bus.c | 2100 result = device_set_driver(child, dl->driver); in device_probe_child() 2117 (void)device_set_driver(child, NULL); in device_probe_child() 2164 (void)device_set_driver(child, NULL); in device_probe_child() 2219 result = device_set_driver(child, best->driver); in device_probe_child() 2792 device_set_driver(device_t dev, driver_t *driver) in device_set_driver() function 2957 (void)device_set_driver(dev, NULL); in device_attach() 3033 (void)device_set_driver(dev, NULL); in device_detach()
|
| /f-stack/freebsd/sys/ |
| H A D | bus.h | 621 int device_set_driver(device_t dev, driver_t *driver);
|