Searched refs:explore (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hub.h48 usb_error_t (*explore) (struct usb_device *hub); member in struct:usb_hub
H A Dusb_hub.c549 /* if a HUB becomes present, do a recursive HUB explore */
552 err = (child->hub->explore) (child);
1083 /* explore succeeded - reset restart counter */
1346 hub->explore = &uhub_explore;
1391 * (all below happens in explore code)
2366 * regularly from the USB explore thread.
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c157 struct explore { struct
168 static const struct explore explore[] = { variable in typeref:struct:explore
380 const struct explore *ex;
432 for (ex = explore; ex->e_af >= 0; ex++) {
539 for (ex = explore; ex->e_af >= 0; ex++) {
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dusb_controller.c195 /* Let the USB explore process detach all devices. */
215 /* Get rid of USB explore process */
337 * This function is used to explore the device tree from the root.
387 (udev->hub->explore) (udev);
645 * This function attaches USB in context of the explore thread.
795 /* Create USB explore and callback processes */
807 device_printf(dev, "WARNING: Creation of USB explore "
820 /* Do initial explore */

Completed in 115 milliseconds