Home
last modified time | relevance | path

Searched refs:BUS_NEW_PASS (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/kern/
H A Dbus_if.h462 /** @brief Unique descriptor for the BUS_NEW_PASS() method */
464 /** @brief A function implementing the BUS_NEW_PASS() method */
472 static __inline void BUS_NEW_PASS(device_t _dev) in BUS_NEW_PASS() function
H A Dsubr_bus.c223 * Raise the current bus pass level to @p pass. Call the BUS_NEW_PASS()
252 BUS_NEW_PASS(root_bus); in bus_set_pass()
1830 * on early-pass busses during BUS_NEW_PASS(). in bus_generic_probe()
2102 * @brief Helper function for implementing BUS_NEW_PASS().
2104 * This implementing of BUS_NEW_PASS() first calls the identify
2107 * attached, then it calls BUS_NEW_PASS() on that device. If the
2125 BUS_NEW_PASS(child); in bus_generic_new_pass()

Completed in 4 milliseconds