Searched refs:mach_msg_header_to_kbase (Results 1 – 4 of 4) sorted by relevance
284 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr);619 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(msg); in mach_msg_destroy_from_kernel()632 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(msg); in mach_msg_destroy_from_kernel_proper()
225 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ikm_kdata_size()482 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in __ipc_kmsg_sign()1191 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(ikm_header(kmsg)); in ipc_kmsg_clean()2865 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyin_body()2985 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(khdr); in ipc_kmsg_get_and_inflate_from_user()4295 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_size()4340 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout()4447 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_pseudo()4531 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_dest_to_user()4776 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_deflate()[all …]
503 kbase = mach_msg_header_to_kbase(kdata); in ipc_validate_kmsg_schema_from_user()
667 mach_msg_header_to_kbase(mach_msg_header_t *hdr) in mach_msg_header_to_kbase() function