Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus.c2574 uint32_t i, num_ports, old_num_ports; in nx_port_grow() local
2583 old_num_ports = nx->nx_num_ports; in nx_port_grow()
2593 (old_num_ports / NX_PORT_CHUNK) * sizeof(*bmap), in nx_port_grow()
2601 if ((ports = sk_realloc_data(nx->nx_ports, old_num_ports * sizeof(*ports), in nx_port_grow()