Searched refs:IP_PREALLOC (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h207 #define IP_PREALLOC(port) ((port)->ip_bits & IP_BIT_PREALLOC) macro
H A Dipc_port.c830 if (IP_PREALLOC(port)) {
H A Dipc_kmsg.c682 assert(IP_PREALLOC(port));
1274 if (IP_VALID(dest_port) && IP_PREALLOC(dest_port)) {
1282 assert(IP_PREALLOC(dest_port));

Completed in 84 milliseconds