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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h141 struct ipc_kmsg *ip_premsg; member in struct:ipc_port
212 (port)->ip_premsg = (kmsg); \
217 assert((port)->ip_premsg == kmsg); \
219 (port)->ip_premsg = IKM_NULL; \
H A Dipc_port.c555 port->ip_premsg = IKM_NULL;
833 kmsg = port->ip_premsg;
H A Dipc_kmsg.c681 if (ip_active(port) && (port->ip_premsg == kmsg)) {
1283 kmsg = dest_port->ip_premsg;

Completed in 32 milliseconds