Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.defs665 type mach_voucher_t = mach_port_t;
/xnu-8019.80.24/tests/
H A Dmach_exception_reply.c62 static mach_voucher_t
67 mach_voucher_t voucher = MACH_PORT_NULL; in create_pthpriority_voucher()
109 mach_voucher_t voucher = create_pthpriority_voucher(); in handle_exceptions()
304 reply->hdr.msgh_voucher_port = (mach_voucher_t)0xdead; in handle_exceptions()
H A Dvoucher_entry_18826844.c22 mach_voucher_t voucher = MACH_VOUCHER_NULL;
H A Dprioritize_process_launch.c48 static mach_voucher_t
53 mach_voucher_t voucher = MACH_PORT_NULL; in create_pthpriority_voucher()
H A Dturnstile_multihop.c399 static mach_voucher_t
404 mach_voucher_t voucher = MACH_PORT_NULL; in create_pthpriority_voucher()
H A Dipc_read_inspect.c466 mach_voucher_t voucher = MACH_PORT_NULL; in test_thread_port_mig_intrans()
H A Dkevent_qos.c814 static mach_voucher_t
819 mach_voucher_t voucher = MACH_PORT_NULL; in create_pthpriority_voucher()
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_msg.c783 mach_voucher_t voucher) in mach_voucher_deallocate()