Lines Matching defs:connections
92 /* Check if there were no connections */
94 dprintf("getinfo: no hotplug connections.\n");
244 hp_node_list_t connections, ports;
254 /* Clear lists of discovered ports and connections */
256 (void) memset(&connections, 0, sizeof (hp_node_list_t));
291 node_list_add(&connections, node);
324 node_list_add(&connections, node);
331 /* Ignore irrelevant connections */
354 if (connections.head == NULL)
356 *retp = connections.head;
361 (void) hp_fini(connections.head);