Home
last modified time | relevance | path

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

/xnu-12377.81.4/doc/mach_ipc/ !
H A Dkmsg.md83 follows that is used in various ways depending on the `ikm_type` field of the
98ikm_type │ │
117 This data structure has 4 configurations, depending on the value of `ikm_type`,
137 │ │ ikm_type (IKM_TYPE_ALL_INLINED) │
181ikm_type (IKM_TYPE_UDATA_OOL) │ │
244ikm_type (IKM_TYPE_KDATA_OOL) │
302ikm_type (IKM_TYPE_ALL_OOL) │ │
/xnu-12377.81.4/osfmk/ipc/ !
H A Dipc_kmsg.h159 ipc_kmsg_type_t ikm_type: 2; member
H A Dipc_kmsg.c193 return kmsg->ikm_type == IKM_TYPE_ALL_INLINED || in ikm_is_linear()
194 kmsg->ikm_type == IKM_TYPE_KDATA_OOL; in ikm_is_linear()
274 switch (kmsg->ikm_type) { in ikm_kdata_end()
292 switch (kmsg->ikm_type) { in ikm_header()
312 if (kmsg->ikm_type == IKM_TYPE_ALL_INLINED) { in ikm_aux_header()
316 assert(kmsg->ikm_type != IKM_TYPE_KDATA_OOL); in ikm_aux_header()
863 kmsg->ikm_type = kmsg_type; in ipc_kmsg_alloc()
985 switch (kmsg->ikm_type) { in ipc_kmsg_free_allocations()
1008 kmsg->ikm_type = IKM_TYPE_ALL_INLINED; in ipc_kmsg_free_allocations()
1039 if (kmsg->ikm_type == IKM_TYPE_ALL_INLINED && in ipc_kmsg_free()
/xnu-12377.81.4/tools/lldbmacros/ !
H A Dipc.py311 if kmsgp.ikm_type == GetEnumValue("ipc_kmsg_type_t", "IKM_TYPE_ALL_INLINED"):
315 if kmsgp.ikm_type == GetEnumValue("ipc_kmsg_type_t", "IKM_TYPE_UDATA_OOL"):
523 if kmsgp.ikm_type == int(
525 ) or kmsgp.ikm_type == int(GetEnumValue("ipc_kmsg_type_t", "IKM_TYPE_KDATA_OOL")):
/xnu-12377.81.4/osfmk/kern/ !
H A Dipc_kobject.c532 assert(reply->ikm_type != IKM_TYPE_KDATA_OOL); in ipc_kobject_server_internal()