Searched refs:ipc_kmsg (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.41.9/osfmk/ipc/ ! |
| H A D | ipc_kmsg.h | 131 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 D | ipc_types.h | 62 typedef struct ipc_kmsg *ipc_kmsg_t;
|
| H A D | ipc_port.h | 189 struct ipc_kmsg *XNU_PTRAUTH_SIGNED_PTR("ipc_port.premsg") ip_premsg;
|
| /xnu-8792.41.9/osfmk/tests/ ! |
| H A D | ptrauth_data_tests.c | 112 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 D | IOKitServer.h | 185 typedef struct ipc_kmsg * ipc_kmsg_t;
|
| H A D | IOUserServer.h | 141 typedef struct ipc_kmsg * ipc_kmsg_t;
|
| /xnu-8792.41.9/osfmk/conf/ ! |
| H A D | Makefile.template | 146 ipc_kmsg.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 226 ipc_kmsg.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 93 osfmk/ipc/ipc_kmsg.c standard
|
| /xnu-8792.41.9/osfmk/kern/ ! |
| H A D | thread.h | 632 struct ipc_kmsg *kmsg; /* received message */
|