Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.c744 ipc_kmsg_type_t kmsg_type; in ipc_kmsg_alloc() local
774 kmsg_type = IKM_TYPE_ALL_INLINED; in ipc_kmsg_alloc()
789 kmsg_type = IKM_TYPE_KDATA_OOL; in ipc_kmsg_alloc()
832 kmsg_type = IKM_TYPE_UDATA_OOL; in ipc_kmsg_alloc()
834 kmsg_type = IKM_TYPE_ALL_OOL; in ipc_kmsg_alloc()
853 if (kmsg_type == IKM_TYPE_ALL_OOL || kmsg_type == IKM_TYPE_KDATA_OOL) { in ipc_kmsg_alloc()
854 if (kmsg_type == IKM_TYPE_ALL_OOL) { in ipc_kmsg_alloc()
871 kmsg->ikm_type = kmsg_type; in ipc_kmsg_alloc()
875 assert(kmsg_type == IKM_TYPE_ALL_INLINED); in ipc_kmsg_alloc()
880 if (kmsg_type == IKM_TYPE_ALL_INLINED) { in ipc_kmsg_alloc()
[all …]