Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h61 * informative message when DEVICE_ATTACH() is called.
101 * @see DEVICE_ATTACH(), pci_get_vendor(), pci_get_device()
148 /** @brief Unique descriptor for the DEVICE_ATTACH() method */
150 /** @brief A function implementing the DEVICE_ATTACH() method */
176 static __inline int DEVICE_ATTACH(device_t dev) in DEVICE_ATTACH() function
207 * @see DEVICE_ATTACH()
H A Dsubr_bus.c1626 * This function is a wrapper around the DEVICE_ATTACH() driver
1627 * method. In addition to calling DEVICE_ATTACH(), it initialises the
1661 if ((error = DEVICE_ATTACH(dev)) != 0) { in device_attach()
1842 * @brief Helper function for implementing DEVICE_ATTACH()
1844 * This function can be used to help implement the DEVICE_ATTACH() for

Completed in 4 milliseconds