Lines Matching defs:ports
244 hp_node_list_t connections, ports;
254 /* Clear lists of discovered ports and connections */
255 (void) memset(&ports, 0, sizeof (hp_node_list_t));
259 * Scan virtual ports.
263 * Else, this will only build branches for virtual ports that
273 * Ignore ports associated with connectors, unless
279 /* If a connection is specified, ignore non-matching ports */
308 /* Ignore ports */
312 /* If a connection is specified, ignore non-matching ports */
341 node_list_add(&ports, port_node);
350 node->hp_child = ports.head;
351 (void) memset(&ports, 0, sizeof (hp_node_list_t));
360 (void) hp_fini(ports.head);