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()
226 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ikm_kdata_size()483 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in __ipc_kmsg_sign()1192 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(ikm_header(kmsg)); in ipc_kmsg_clean()2866 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyin_body()2986 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(khdr); in ipc_kmsg_get_and_inflate_from_user()4296 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_size()4341 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout()4448 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_pseudo()4532 mach_msg_kbase_t *kbase = mach_msg_header_to_kbase(hdr); in ipc_kmsg_copyout_dest_to_user()4777 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()
679 mach_msg_header_to_kbase(mach_msg_header_t *hdr) in mach_msg_header_to_kbase() function