Searched refs:BUS_CHILD_PRESENT (Results 1 – 2 of 2) sorted by relevance
400 static __inline int BUS_CHILD_PRESENT(device_t _dev, device_t _child) in BUS_CHILD_PRESENT() function
2143 return (BUS_CHILD_PRESENT(device_get_parent(dev), dev)); in bus_generic_child_present()2178 return (BUS_CHILD_PRESENT(device_get_parent(child), child)); in bus_child_present()