Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c408 static OpenPort *allocated_ports; variable
421 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 …]