Searched refs:recipes (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | host.c | 79 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 D | ipc_voucher.c | 175 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 D | ipc_voucher.h | 298 ipc_voucher_attr_raw_recipe_array_t recipes, 305 ipc_voucher_attr_raw_recipe_array_t recipes,
|
| H A D | ipc_importance.c | 3163 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 D | mach_kernelrpc.c | 507 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 D | mach_voucher.defs | 57 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut); 71 out recipes : mach_voucher_attr_raw_recipe_array_t, CountInOut);
|
| H A D | mach_voucher_attr_control.defs | 53 recipes : mach_voucher_attr_raw_recipe_array_t;
|
| H A D | mach_traps.h | 324 mach_voucher_attr_raw_recipe_array_t recipes, 866 PAD_ARG_(mach_voucher_attr_raw_recipe_array_t, recipes);
|
| H A D | mach_host.defs | 289 recipes : mach_voucher_attr_raw_recipe_array_t;
|
| H A D | mach_vm.defs | 575 recipes : mach_vm_range_recipes_raw_t);
|
| /xnu-11215.1.10/tests/ |
| H A D | persona_adoption.c | 73 …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()
|