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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.h101 ipc_port_t ikm_prealloc; /* port we were preallocated from */ member in struct:ipc_kmsg
127 ((kmsg)->ikm_prealloc)
130 ((kmsg)->ikm_prealloc != IP_NULL)
135 (kmsg)->ikm_prealloc = (port); \
141 (kmsg)->ikm_prealloc = IP_NULL; \
148 (kmsg)->ikm_prealloc = IP_NULL; \
H A Dipc_kmsg.c692 assert(kmsg->ikm_prealloc == IP_NULL);
694 kmsg->ikm_prealloc = IP_NULL;
710 assert(kmsg->ikm_prealloc == port);
712 kmsg->ikm_prealloc = IP_NULL;

Completed in 38 milliseconds