Searched refs:IV_UNUSED_VALINDEX (Results 1 – 2 of 2) sorted by relevance
249 iv->iv_table[i] = IV_UNUSED_VALINDEX; in iv_alloc()338 return IV_UNUSED_VALINDEX; in iv_lookup()700 if (IV_UNUSED_VALINDEX == value_index || in ivace_lookup_values()819 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()861 return IV_UNUSED_VALINDEX; in ivace_reference_by_value()946 if (IV_UNUSED_VALINDEX == value_index) { in ivace_release()1380 iv_set(voucher, j, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1403 iv_set(voucher, key_index, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1582 if (new_iv->iv_table[i++] != IV_UNUSED_VALINDEX) { in iv_dedup()1922 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()[all …]
53 #define IV_UNUSED_VALINDEX ((iv_index_t) 0) macro