Searched refs:_libkernel_voucher_functions (Results 1 – 2 of 2) sorted by relevance
264 static const struct _libkernel_voucher_functions266 static _libkernel_voucher_functions_t _libkernel_voucher_functions = variable272 _libkernel_voucher_functions = fns; in __libkernel_voucher_init()279 if (_libkernel_voucher_functions->voucher_mach_msg_set) { in voucher_mach_msg_set()280 return _libkernel_voucher_functions->voucher_mach_msg_set(msg); in voucher_mach_msg_set()288 if (_libkernel_voucher_functions->voucher_mach_msg_clear) { in voucher_mach_msg_clear()289 return _libkernel_voucher_functions->voucher_mach_msg_clear(msg); in voucher_mach_msg_clear()296 if (_libkernel_voucher_functions->voucher_mach_msg_adopt) { in voucher_mach_msg_adopt()297 return _libkernel_voucher_functions->voucher_mach_msg_adopt(msg); in voucher_mach_msg_adopt()305 if (_libkernel_voucher_functions->voucher_mach_msg_revert) { in voucher_mach_msg_revert()[all …]
96 typedef const struct _libkernel_voucher_functions { struct