Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c523 di_node_t fwroot, sbnode; in topo_usb_gather_acpi() local
533 for (sbnode = di_child_node(fwroot); sbnode != DI_NODE_NIL; in topo_usb_gather_acpi()
534 sbnode = di_sibling_node(sbnode)) { in topo_usb_gather_acpi()
538 sbname = di_node_name(sbnode); in topo_usb_gather_acpi()
543 for (hub = di_child_node(sbnode); hub != DI_NODE_NIL; in topo_usb_gather_acpi()