Home
last modified time | relevance | path

Searched refs:_libkernel_voucher_functions (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libsyscall/wrappers/
H A D_libc_funcptr.c319 static const struct _libkernel_voucher_functions
327 _libkernel_voucher_functions = fns; in __libkernel_voucher_init()
334 if (_libkernel_voucher_functions->voucher_mach_msg_set) { 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()
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()
[all …]
H A D_libkernel_init.h113 typedef const struct _libkernel_voucher_functions { struct