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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h136 struct ipc_kmsg *ip_premsg; member in struct:ipc_port
203 (port)->ip_premsg = (kmsg); \
208 assert((port)->ip_premsg == kmsg); \
210 (port)->ip_premsg = IKM_NULL; \
H A Dipc_port.c473 port->ip_premsg = IKM_NULL;
669 kmsg = port->ip_premsg;
1389 iprintf("premsg=0x%x", port->ip_premsg);
H A Dipc_kmsg.c319 if (ip_active(port) && (port->ip_premsg == kmsg)) {
844 kmsg = dest_port->ip_premsg;

Completed in 43 milliseconds