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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.c1439 unsigned long port_count = 0; variable
1502 ++port_count;
1503 if (port_count_warning > 0 && port_count >= port_count_warning)
1504 assert(port_count < port_count_warning);
1551 assert(port_count > 0);
1552 --port_count;
H A Dipc_kmsg.c2840 mach_msg_size_t port_count = source_dsc->count; local
2849 for ( j = 0; j < port_count; j++) {
2869 dest_dsc->count = port_count;
4076 vm_size_t port_count = source_dsc->count; local
4082 dest_dsc->count = port_count;

Completed in 77 milliseconds