Searched refs:allocated_ports (Results 1 – 1 of 1) sorted by relevance
408 static OpenPort *allocated_ports; variable421 op->next = allocated_ports; in port_create_vanilla()422 if (allocated_ports) allocated_ports->prev = op; in port_create_vanilla()423 allocated_ports = op; in port_create_vanilla()433 i = allocated_ports; in port_exists()449 i = allocated_ports; in info_for_port()490 i = allocated_ports; in name_for_port()507 OpenPort *i = allocated_ports; in record_port_mod_refs()537 allocated_ports = i->next; in record_port_mod_refs()601 i = allocated_ports; in record_named_port()[all …]