Home
last modified time | relevance | path

Searched refs:mach_voucher_attr_recipe_data_t (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/sys/mach/
HDmach_voucher_types.h159 } mach_voucher_attr_recipe_data_t; typedef
160 typedef mach_voucher_attr_recipe_data_t *mach_voucher_attr_recipe_t;
/trueos/lib/libdispatch/src/
HDvoucher.c75 _voucher_recipes_init(mach_voucher_attr_recipe_data_t *recipes, in _voucher_recipes_init()
78 static const mach_voucher_attr_recipe_data_t base_recipe = { in _voucher_recipes_init()
83 static const mach_voucher_attr_recipe_data_t atm_recipe = { in _voucher_recipes_init()
88 static const mach_voucher_attr_recipe_data_t bits_recipe = { in _voucher_recipes_init()
242 _voucher_create_mach_voucher(const mach_voucher_attr_recipe_data_t *recipes, in _voucher_create_mach_voucher()
274 static const mach_voucher_attr_recipe_data_t task_create_recipe = { in _voucher_task_mach_voucher_init()
298 const mach_voucher_attr_recipe_data_t task_copy_recipe = { in voucher_replace_default_voucher()
372 mach_voucher_attr_recipe_data_t *recipes; in _voucher_create_mach_voucher_with_priority()
408 const mach_voucher_attr_recipe_data_t redeem_recipe[] = { in _voucher_create_with_mach_voucher()
547 const mach_voucher_attr_recipe_data_t importance_remove_recipe[] = { in _voucher_create_without_importance()
[all …]
HDvoucher_internal.h168 mach_voucher_attr_recipe_data_t v_recipes[];
189 #define _voucher_recipes_size() (3 * sizeof(mach_voucher_attr_recipe_data_t))