Home
last modified time | relevance | path

Searched refs:recipes (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.1.10/libsyscall/mach/
H A Dhost.c79 mach_voucher_attr_raw_recipe_array_t recipes,
85 mach_voucher_attr_raw_recipe_array_t recipes, in host_create_mach_voucher() argument
91 rv = host_create_mach_voucher_trap(host, recipes, recipesCnt, voucher); in host_create_mach_voucher()
106 rv = _kernelrpc_host_create_mach_voucher(host, recipes, recipesCnt, voucher); in host_create_mach_voucher()
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_voucher.c175 ipc_voucher_attr_raw_recipe_array_t recipes,
1402 uint8_t *recipes, in ipc_create_mach_voucher_internal() argument
1448 (mach_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in ipc_create_mach_voucher_internal()
1480 (ipc_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in ipc_create_mach_voucher_internal()
1527 ipc_voucher_attr_raw_recipe_array_t recipes, in ipc_create_mach_voucher() argument
1532 recipes, recipe_size, false, new_voucher); in ipc_create_mach_voucher()
1558 ipc_voucher_attr_raw_recipe_array_t recipes, in ipc_voucher_attr_control_create_mach_voucher() argument
1566 return ipc_create_mach_voucher_internal(control, recipes, in ipc_voucher_attr_control_create_mach_voucher()
1783 mach_voucher_attr_raw_recipe_array_t recipes, in mach_voucher_extract_all_attr_recipes() argument
1826 recipe = (mach_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in mach_voucher_extract_all_attr_recipes()
[all …]
H A Dipc_voucher.h298 ipc_voucher_attr_raw_recipe_array_t recipes,
305 ipc_voucher_attr_raw_recipe_array_t recipes,
H A Dipc_importance.c3163 uint8_t recipes[2 * sizeof(ipc_voucher_attr_recipe_data_t) + in ipc_importance_receive() local
3166 ipc_voucher_attr_recipe_t recipe = (ipc_voucher_attr_recipe_t)recipes; in ipc_importance_receive()
3206 recipe = (ipc_voucher_attr_recipe_t)&recipes[recipe_size]; in ipc_importance_receive()
3215 recipes, in ipc_importance_receive()
H A Dmach_kernelrpc.c507 if ((kr = mach_copyin(CAST_USER_ADDR_T(args->recipes), (void *)krecipes, args->recipes_size))) { in host_create_mach_voucher_trap()
/xnu-11215.1.10/osfmk/mach/
H A Dmach_voucher.defs57 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut);
71 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut);
H A Dmach_voucher_attr_control.defs53 recipes : mach_voucher_attr_raw_recipe_array_t;
H A Dmach_traps.h324 mach_voucher_attr_raw_recipe_array_t recipes,
866 PAD_ARG_(mach_voucher_attr_raw_recipe_array_t, recipes);
H A Dmach_host.defs289 recipes : mach_voucher_attr_raw_recipe_array_t;
H A Dmach_vm.defs575 recipes : mach_vm_range_recipes_raw_t);
/xnu-11215.1.10/tests/
H A Dpersona_adoption.c73 …mach_voucher_attr_raw_recipe_array_t recipes = (mach_voucher_attr_raw_recipe_array_t)&voucher_buf[… in _persona_try_adopting() local
75 kr = host_create_mach_voucher(mach_host_self(), recipes, recipe_size, &mach_voucher); in _persona_try_adopting()