Searched refs:ipc_kmsg (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_types.h62 typedef struct ipc_kmsg *ipc_kmsg_t;
H A Dipc_kmsg.h66 * File: ipc/ipc_kmsg.h
98 struct ipc_kmsg { struct
99 struct ipc_kmsg *ikm_next;
100 struct ipc_kmsg *ikm_prev;
113 #define IKM_OVERHEAD (sizeof(struct ipc_kmsg))
171 struct ipc_kmsg *ikmq_base;
H A Dipc_init.c99 #include <ipc/ipc_kmsg.h>
H A Dipc_mqueue.h79 #include <ipc/ipc_kmsg.h>
H A Dipc_port.h141 struct ipc_kmsg *ip_premsg;
H A Dmach_msg.c99 #include <ipc/ipc_kmsg.h>
H A Dipc_mqueue.c88 #include <ipc/ipc_kmsg.h>
H A Dipc_port.c88 #include <ipc/ipc_kmsg.h>
H A Dmach_port.c97 #include <ipc/ipc_kmsg.h>
H A Dipc_kmsg.c66 * File: ipc/ipc_kmsg.c
107 #include <ipc/ipc_kmsg.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_kobject.h72 #include <ipc/ipc_kmsg.h>
H A Dprocessor_data.h41 #include <ipc/ipc_kmsg.h>
H A Dthread.h123 #include <ipc/ipc_kmsg.h>
315 struct ipc_kmsg *kmsg; /* received message */
H A Dipc_kobject.c133 #include <ipc/ipc_kmsg.h>
H A Dipc_mig.c75 #include <ipc/ipc_kmsg.h>
H A Dthread.c119 #include <ipc/ipc_kmsg.h>

Completed in 108 milliseconds