Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c204 ipc_voucher_attr_raw_recipe_array_t recipes,
1721 uint8_t *recipes, in ipc_create_mach_voucher_internal() argument
1769 (mach_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in ipc_create_mach_voucher_internal()
1801 (ipc_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in ipc_create_mach_voucher_internal()
1848 ipc_voucher_attr_raw_recipe_array_t recipes, in ipc_create_mach_voucher() argument
1853 recipes, recipe_size, false, new_voucher); in ipc_create_mach_voucher()
1879 ipc_voucher_attr_raw_recipe_array_t recipes, in ipc_voucher_attr_control_create_mach_voucher() argument
1887 return ipc_create_mach_voucher_internal(control, recipes, in ipc_voucher_attr_control_create_mach_voucher()
2120 mach_voucher_attr_raw_recipe_array_t recipes, in mach_voucher_extract_all_attr_recipes() argument
2163 recipe = (mach_voucher_attr_recipe_t)(void *)&recipes[recipe_used]; in mach_voucher_extract_all_attr_recipes()
[all …]
H A Dipc_voucher.h359 ipc_voucher_attr_raw_recipe_array_t recipes,
366 ipc_voucher_attr_raw_recipe_array_t recipes,
H A Dipc_importance.c3146 uint8_t recipes[2 * sizeof(ipc_voucher_attr_recipe_data_t) + in ipc_importance_receive() local
3149 ipc_voucher_attr_recipe_t recipe = (ipc_voucher_attr_recipe_t)recipes; in ipc_importance_receive()
3189 recipe = (ipc_voucher_attr_recipe_t)&recipes[recipe_size]; in ipc_importance_receive()
3198 recipes, in ipc_importance_receive()
H A Dmach_kernelrpc.c510 if ((kr = mach_copyin(CAST_USER_ADDR_T(args->recipes), (void *)krecipes, args->recipes_size))) { in host_create_mach_voucher_trap()
/xnu-8020.101.4/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.defs47 recipes : mach_voucher_attr_raw_recipe_array_t;
H A Dmach_traps.h312 mach_voucher_attr_raw_recipe_array_t recipes,
826 PAD_ARG_(mach_voucher_attr_raw_recipe_array_t, recipes);
H A Dmach_host.defs284 recipes : mach_voucher_attr_raw_recipe_array_t;