Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dipc_mig.h198 extern void mach_msg_destroy_from_kernel(
212 #define mach_msg_destroy_from_kernel mach_msg_destroy_from_kernel_proper macro
H A Dipc_mig.c597 mach_msg_destroy_from_kernel(mach_msg_header_t *msg) in mach_msg_destroy_from_kernel() function
627 extern typeof(mach_msg_destroy_from_kernel) mach_msg_destroy_from_kernel_proper;
637 mach_msg_destroy_from_kernel(msg); in mach_msg_destroy_from_kernel_proper()
/xnu-11215.61.5/doc/mach_ipc/
H A Dkmsg.md419 - `mach_msg_destroy_from_kernel` to dispose of the rights in a message buffer.