Searched refs:sc_fbd (Results 1 – 2 of 2) sorted by relevance
194 device_t sc_fbd; /* fbd child */ member432 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in dcu_attach()433 if (sc->sc_fbd == NULL) in dcu_attach()436 if (device_probe_and_attach(sc->sc_fbd) != 0) { in dcu_attach()
168 device_t sc_fbd; /* fbd child */ member428 sc->sc_fbd = device_add_child(dev, "fbd", device_get_unit(dev)); in diu_attach()429 if (sc->sc_fbd == NULL) in diu_attach()432 if ((err = device_probe_and_attach(sc->sc_fbd)) != 0) { in diu_attach()