Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/mach/
H A Dmach_voucher_types.h54 typedef mach_port_t mach_voucher_t; typedef
55 #define MACH_VOUCHER_NULL ((mach_voucher_t) 0)
68 typedef mach_voucher_t ipc_voucher_t;
H A Dmach_types.defs673 type mach_voucher_t = mach_port_t;
/xnu-12377.61.12/tests/
H A Dmach_exception_reply.c63 static mach_voucher_t
70 mach_voucher_t voucher = MACH_PORT_NULL; in create_task_voucher()
98 mach_voucher_t voucher = create_task_voucher(); in handle_exceptions()
293 reply->hdr.msgh_voucher_port = (mach_voucher_t)0xdead; in handle_exceptions()
H A Dpersona_adoption.c58 mach_voucher_t current_voucher = MACH_VOUCHER_NULL; in _persona_try_adopting()
74 mach_voucher_t mach_voucher = MACH_VOUCHER_NULL; in _persona_try_adopting()
H A Dvoucher_entry_18826844.c22 mach_voucher_t voucher = MACH_VOUCHER_NULL;
/xnu-12377.61.12/tests/ipc/
H A Dipc_read_inspect.c457 mach_voucher_t voucher = MACH_PORT_NULL; in test_thread_port_mig_intrans()
/xnu-12377.61.12/libsyscall/mach/
H A Dmach_msg.c879 mach_voucher_t voucher) in mach_voucher_deallocate()