Searched refs:port_count (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_port.c1784 unsigned long port_count = 0; variable
1847 ++port_count;
1848 if (port_count_warning > 0 && port_count >= port_count_warning)
1849 assert(port_count < port_count_warning);
1896 assert(port_count > 0);
1897 --port_count;
H A Dipc_kmsg.c3060 mach_msg_size_t port_count = source_dsc->count; local
3069 for ( j = 0; j < port_count; j++) {
3089 dest_dsc->count = port_count;
4299 vm_size_t port_count = source_dsc->count; local
4305 dest_dsc->count = port_count;

Completed in 25 milliseconds