Searched refs:vr_size (Results 1 – 2 of 2) sorted by relevance
132 mach_voucher_attr_recipe_size_t extra = recipe ? recipe->vr_size : 0; in voucher_create()406 size_t vr_size; in _voucher_create_with_mach_voucher() local435 vr_size = sizeof(*vr) + _voucher_bits_size(_voucher_max_activities); in _voucher_create_with_mach_voucher()436 vr = alloca(vr_size); in _voucher_create_with_mach_voucher()438 kvr_size = (mach_voucher_attr_recipe_size_t)vr_size; in _voucher_create_with_mach_voucher()2043 size_t vr_size; in _voucher_atm_mailbox_mach_voucher_register() local2049 vr_size = sizeof(atm_register_recipe) + atm_register_recipe.content_size; in _voucher_atm_mailbox_mach_voucher_register()2050 vr = alloca(vr_size); in _voucher_atm_mailbox_mach_voucher_register()2054 kr = _voucher_create_mach_voucher(vr, vr_size, &akv); in _voucher_atm_mailbox_mach_voucher_register()
178 mach_voucher_attr_recipe_size_t volatile vr_size; member