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

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.c1889 unsigned long port_count = 0; variable
1952 ++port_count;
1953 if (port_count_warning > 0 && port_count >= port_count_warning)
1954 assert(port_count < port_count_warning);
2001 assert(port_count > 0);
2002 --port_count;
H A Dipc_kmsg.c2998 mach_msg_size_t port_count = source_dsc->count; local
3007 for ( j = 0; j < port_count; j++) {
3027 dest_dsc->count = port_count;
4377 vm_size_t port_count = source_dsc->count; local
4383 dest_dsc->count = port_count;

Completed in 82 milliseconds