Searched refs:mach_voucher_attr_value_handle_t (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dmach_voucher_types.h220 * mach_voucher_attr_value_handle_t
225 typedef uint64_t mach_voucher_attr_value_handle_t; typedef
226 typedef mach_voucher_attr_value_handle_t *mach_voucher_attr_value_handle_array_t;
H A Dmach_host.defs289 default_value : mach_voucher_attr_value_handle_t;
299 default_value : mach_voucher_attr_value_handle_t;
H A Dmach_types.defs560 type mach_voucher_attr_value_handle_t = uint64_t;
561 type mach_voucher_attr_value_handle_array_t = array[*:4] of mach_voucher_attr_value_handle_t;
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.h49 typedef mach_voucher_attr_value_handle_t iv_value_handle_t;
255 mach_voucher_attr_value_handle_t,
265 mach_voucher_attr_value_handle_t *,
365 mach_voucher_attr_value_handle_t default_value,
373 mach_voucher_attr_value_handle_t default_value,
H A Dipc_voucher.c135 mach_voucher_attr_value_handle_t value)
923 mach_voucher_attr_value_handle_t value)
1003 mach_voucher_attr_value_handle_t value;
1193 mach_voucher_attr_value_handle_t previous_vals[MACH_VOUCHER_ATTR_VALUE_MAX_NESTED];
1195 mach_voucher_attr_value_handle_t new_value;
1279 mach_voucher_attr_value_handle_t new_value)
1456 mach_voucher_attr_value_handle_t new_value;
1458 if (sizeof(mach_voucher_attr_value_handle_t) != content_size)
1461 new_value = *(mach_voucher_attr_value_handle_t *)(void *)content;
1895 mach_voucher_attr_value_handle_t default_valu
[all...]
H A Dipc_importance.c2088 mach_voucher_attr_value_handle_t vals[MACH_VOUCHER_ATTR_VALUE_MAX_NESTED];
2500 sizeof(mach_voucher_attr_value_handle_t)];
2504 mach_voucher_attr_value_handle_t handle;
2525 handle = (mach_voucher_attr_value_handle_t)inherit;
2535 recipe->content_size = sizeof(mach_voucher_attr_value_handle_t);
2536 *(mach_voucher_attr_value_handle_t *)(void *)recipe->content = handle;
2537 recipe_size += sizeof(*recipe) + sizeof(mach_voucher_attr_value_handle_t);
2694 mach_voucher_attr_value_handle_t value,
2706 mach_voucher_attr_value_handle_t *out_value,
2760 mach_voucher_attr_value_handle_t valu
[all...]
/xnu-2782.1.97/osfmk/atm/
H A Datm_internal.h49 typedef mach_voucher_attr_value_handle_t atm_voucher_id_t;
H A Datm.c98 mach_voucher_attr_value_handle_t value,
110 mach_voucher_attr_value_handle_t *out_value,
255 mach_voucher_attr_value_handle_t value,
292 mach_voucher_attr_value_handle_t *out_value,
296 mach_voucher_attr_value_handle_t atm_handle;
395 mach_voucher_attr_value_handle_t atm_handle;
/xnu-2782.1.97/osfmk/bank/
H A Dbank_internal.h45 typedef mach_voucher_attr_value_handle_t bank_handle_t;
H A Dbank.c79 mach_voucher_attr_value_handle_t value,
91 mach_voucher_attr_value_handle_t *out_value,
216 mach_voucher_attr_value_handle_t value,
267 mach_voucher_attr_value_handle_t *out_value,
276 mach_voucher_attr_value_handle_t bank_handle;
373 mach_voucher_attr_value_handle_t bank_handle;
436 mach_voucher_attr_value_handle_t bank_handle;
890 mach_voucher_attr_value_handle_t vals[MACH_VOUCHER_ATTR_VALUE_MAX_NESTED];

Completed in 111 milliseconds