Home
last modified time | relevance | path

Searched refs:IV_UNUSED_VALINDEX (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c208 iv->iv_table[i] = IV_UNUSED_VALINDEX; in iv_alloc()
292 return IV_UNUSED_VALINDEX; in iv_lookup()
516 if (IV_UNUSED_VALINDEX == value_index || in ivace_lookup_values()
632 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()
674 return IV_UNUSED_VALINDEX; in ivace_reference_by_value()
759 if (IV_UNUSED_VALINDEX == value_index) { in ivace_release()
1177 iv_set(voucher, j, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()
1200 iv_set(voucher, key_index, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()
1354 if (new_iv->iv_table[i++] != IV_UNUSED_VALINDEX) { in iv_dedup()
1692 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
[all …]
H A Dipc_voucher.h53 #define IV_UNUSED_VALINDEX ((iv_index_t) 0) macro