Home
last modified time | relevance | path

Searched refs:MACH_VOUCHER_NULL (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/tests/
H A Dvoucher_entry_18826844.c22 mach_voucher_t voucher = MACH_VOUCHER_NULL;
31 .previous_voucher = MACH_VOUCHER_NULL,
H A Dmach_exception_reply.c78 recipe->previous_voucher = MACH_VOUCHER_NULL; in create_pthpriority_voucher()
280 voucher = MACH_VOUCHER_NULL; in handle_exceptions()
H A Dprioritize_process_launch.c65 recipe->previous_voucher = MACH_VOUCHER_NULL; in create_pthpriority_voucher()
H A Dturnstile_multihop.c416 recipe->previous_voucher = MACH_VOUCHER_NULL; in create_pthpriority_voucher()
H A Dkevent_qos.c831 recipe->previous_voucher = MACH_VOUCHER_NULL; in create_pthpriority_voucher()
/xnu-8019.80.24/osfmk/mach/
H A Dmach_voucher_types.h55 #define MACH_VOUCHER_NULL ((mach_voucher_t) 0) macro