Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c268 if (parse->tp_cport->tmp_label != NULL) { in topo_usb_parse_label()
269 topo_mod_strfree(mod, parse->tp_cport->tmp_label); in topo_usb_parse_label()
272 if ((parse->tp_cport->tmp_label = topo_mod_strdup(mod, line)) == NULL) { in topo_usb_parse_label()
354 topo_mod_strfree(mod, mp->tmp_label); in topo_usb_free_metadata()
H A Dtopo_usb_int.h53 char *tmp_label; member
H A Dtopo_usb.c1164 label = port->tup_meta->tmp_label; in topo_usb_port_properties()
1512 if (port->tup_meta != NULL && port->tup_meta->tmp_label != NULL && in topo_usb_enum_lport()
1513 topo_node_label_set(tn, port->tup_meta->tmp_label, &ret) != 0) { in topo_usb_enum_lport()