Home
last modified time | relevance | path

Searched refs:parent_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c375 const char *parent_info; in devinfo_usb_if_add() local
404 parent_info = hal_device_property_get_string (parent, "info.subsystem"); in devinfo_usb_if_add()
405 if (parent_info != NULL) { in devinfo_usb_if_add()
406 if (strcmp (parent_info, "usb_device") == 0) { in devinfo_usb_if_add()
408 } else if (strcmp (parent_info, "usb") == 0) { in devinfo_usb_if_add()