Lines Matching refs:_libkernel_voucher_functions
272 static const struct _libkernel_voucher_functions
274 static _libkernel_voucher_functions_t _libkernel_voucher_functions = variable
280 _libkernel_voucher_functions = fns; in __libkernel_voucher_init()
287 if (_libkernel_voucher_functions->voucher_mach_msg_set) { in voucher_mach_msg_set()
288 return _libkernel_voucher_functions->voucher_mach_msg_set(msg); in voucher_mach_msg_set()
296 if (_libkernel_voucher_functions->voucher_mach_msg_clear) { in voucher_mach_msg_clear()
297 _libkernel_voucher_functions->voucher_mach_msg_clear(msg); in voucher_mach_msg_clear()
304 if (_libkernel_voucher_functions->voucher_mach_msg_adopt) { in voucher_mach_msg_adopt()
305 return _libkernel_voucher_functions->voucher_mach_msg_adopt(msg); in voucher_mach_msg_adopt()
313 if (_libkernel_voucher_functions->voucher_mach_msg_revert) { in voucher_mach_msg_revert()
314 _libkernel_voucher_functions->voucher_mach_msg_revert(state); in voucher_mach_msg_revert()
321 if (_libkernel_voucher_functions->version < 3) { in voucher_mach_msg_fill_aux()
324 if (_libkernel_voucher_functions->voucher_mach_msg_fill_aux) { in voucher_mach_msg_fill_aux()
325 return _libkernel_voucher_functions->voucher_mach_msg_fill_aux(aux_hdr, sz); in voucher_mach_msg_fill_aux()
333 if (_libkernel_voucher_functions->version < 3) { in voucher_mach_msg_fill_aux_supported()
336 return NULL != _libkernel_voucher_functions->voucher_mach_msg_fill_aux; in voucher_mach_msg_fill_aux_supported()