Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c135 topo_usb_meta_port_t *tp_cport; member
188 VERIFY3P(parse->tp_cport, ==, NULL); in topo_usb_parse_start()
216 parse->tp_cport = port; in topo_usb_parse_start()
225 VERIFY3P(parse->tp_cport, !=, NULL); in topo_usb_parse_port()
230 parse->tp_cport->tmp_flags |= TOPO_USB_F_CHASSIS; in topo_usb_parse_port()
232 parse->tp_cport->tmp_flags |= TOPO_USB_F_EXTERNAL; in topo_usb_parse_port()
234 parse->tp_cport->tmp_flags |= TOPO_USB_F_INTERNAL; in topo_usb_parse_port()
241 parse->tp_cport = NULL; in topo_usb_parse_port()
268 if (parse->tp_cport->tmp_label != NULL) { in topo_usb_parse_label()
299 parse->tp_cport->tmp_port_type = (uint_t)val; in topo_usb_parse_port_type()
[all …]