Home
last modified time | relevance | path

Searched refs:ipc_kmsg (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/osfmk/ipc/
H A Dipc_kmsg.h131 struct ipc_kmsg { struct
182 #define IKM_SAVED_MSG_SIZE (IKM_SAVED_KMSG_SIZE - sizeof(struct ipc_kmsg)) argument
207 struct ipc_kmsg *ikmq_base;
217 cqe_element(elem, struct ipc_kmsg, ikm_link)
220 cqe_queue_first(queue, struct ipc_kmsg, ikm_link)
223 cqe_queue_next(&(elt)->ikm_link, queue, struct ipc_kmsg, ikm_link)
H A Dipc_types.h62 typedef struct ipc_kmsg *ipc_kmsg_t;
H A Dipc_port.h189 struct ipc_kmsg *XNU_PTRAUTH_SIGNED_PTR("ipc_port.premsg") ip_premsg;
/xnu-8792.41.9/osfmk/tests/
H A Dptrauth_data_tests.c112 ALLOC_VALIDATE_DATA_PTR(struct ipc_kmsg, struct ipc_port *, ikm_prealloc, "kmsg.ikm_prealloc"); in ptrauth_data_tests()
113 ALLOC_VALIDATE_DATA_PTR(struct ipc_kmsg, void *, ikm_udata, "kmsg.ikm_udata"); in ptrauth_data_tests()
114 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kmsg, struct ipc_port *, ikm_voucher_port, "kmsg.ikm_voucher_po… in ptrauth_data_tests()
/xnu-8792.41.9/iokit/IOKit/
H A DIOKitServer.h185 typedef struct ipc_kmsg * ipc_kmsg_t;
H A DIOUserServer.h141 typedef struct ipc_kmsg * ipc_kmsg_t;
/xnu-8792.41.9/osfmk/conf/
H A DMakefile.template146 ipc_kmsg.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
226 ipc_kmsg.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles93 osfmk/ipc/ipc_kmsg.c standard
/xnu-8792.41.9/osfmk/kern/
H A Dthread.h632 struct ipc_kmsg *kmsg; /* received message */