Lines Matching refs:_libkernel_voucher_functions
319 static const struct _libkernel_voucher_functions
321 static _libkernel_voucher_functions_t _libkernel_voucher_functions = variable
327 _libkernel_voucher_functions = fns; in __libkernel_voucher_init()
334 if (_libkernel_voucher_functions->voucher_mach_msg_set) { in voucher_mach_msg_set()
335 return _libkernel_voucher_functions->voucher_mach_msg_set(msg); in voucher_mach_msg_set()
343 if (_libkernel_voucher_functions->voucher_mach_msg_clear) { in voucher_mach_msg_clear()
344 _libkernel_voucher_functions->voucher_mach_msg_clear(msg); in voucher_mach_msg_clear()
351 if (_libkernel_voucher_functions->voucher_mach_msg_adopt) { in voucher_mach_msg_adopt()
352 return _libkernel_voucher_functions->voucher_mach_msg_adopt(msg); in voucher_mach_msg_adopt()
360 if (_libkernel_voucher_functions->voucher_mach_msg_revert) { in voucher_mach_msg_revert()
361 _libkernel_voucher_functions->voucher_mach_msg_revert(state); in voucher_mach_msg_revert()
368 if (_libkernel_voucher_functions->version < 3) { in voucher_mach_msg_fill_aux()
371 if (_libkernel_voucher_functions->voucher_mach_msg_fill_aux) { in voucher_mach_msg_fill_aux()
372 return _libkernel_voucher_functions->voucher_mach_msg_fill_aux(aux_hdr, sz); in voucher_mach_msg_fill_aux()
380 if (_libkernel_voucher_functions->version < 3) { in voucher_mach_msg_fill_aux_supported()
383 return NULL != _libkernel_voucher_functions->voucher_mach_msg_fill_aux; in voucher_mach_msg_fill_aux_supported()