Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c185 topo_list_t tuc_ports; member
586 &tuc->tuc_ports, &tuc->tuc_nports, tuc, in topo_usb_gather_acpi()
819 topo_list_append(&tuc->tuc_ports, p); in topo_usb_gather_devcfg_cb()
831 &tuc->tuc_ports, child)) != 0) { in topo_usb_gather_devcfg_cb()
919 for (p = topo_list_next(&c->tuc_ports); p != NULL; in topo_usb_port_match_controller()
926 topo_list_delete(&c->tuc_ports, p); in topo_usb_port_match_controller()
1006 for (p = topo_list_next(&tuc->tuc_ports); p != NULL; in topo_usb_acpi_match()
1773 for (port = topo_list_next(&c->tuc_ports); port != NULL; in topo_usb_enum_controller()
1995 while ((p = topo_list_next(&c->tuc_ports)) != NULL) { in topo_usb_free()
1996 topo_list_delete(&c->tuc_ports, p); in topo_usb_free()