Searched refs:device_cfattach (Results 1 – 5 of 5) sorted by relevance
281 !device_cfattach(device_parent(d))->ca_childdetached) { in detachdevbyname()318 if (!device_cfattach(d)->ca_rescan || in rescanbus()326 rc = (*device_cfattach(d)->ca_rescan)(d, in rescanbus()338 rc = (*device_cfattach(d)->ca_rescan)(d, ifattr, locs); in rescanbus()
200 device_cfattach(device_t dev) in device_cfattach() function
598 cfattach_t device_cfattach(device_t);
821 cfattach_t ca = device_cfattach(sc->sc_dev); in cas_partial_detach()
232 cfattach_t ca = device_cfattach(sc->sc_dev); in gem_partial_detach()