Home
last modified time | relevance | path

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

/freebsd/stand/kshim/
H A Dbsd_kernel.c946 const char *bus_name_parent; in device_probe_and_attach() local
948 bus_name_parent = device_get_name(device_get_parent(dev)); in device_probe_and_attach()
977 if (devclass_equal(mod->bus_name, bus_name_parent)) { in device_probe_and_attach()