Searched refs:IV_UNUSED_VALINDEX (Results 1 – 2 of 2) sorted by relevance
257 iv->iv_table[i] = IV_UNUSED_VALINDEX; in iv_alloc()346 return IV_UNUSED_VALINDEX; in iv_lookup()708 if (IV_UNUSED_VALINDEX == value_index || in ivace_lookup_values()827 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()869 return IV_UNUSED_VALINDEX; in ivace_reference_by_value()954 if (IV_UNUSED_VALINDEX == value_index) { in ivace_release()1388 iv_set(voucher, j, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1411 iv_set(voucher, key_index, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1590 if (new_iv->iv_table[i++] != IV_UNUSED_VALINDEX) { in iv_dedup()1892 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