Searched refs:IV_UNUSED_VALINDEX (Results 1 – 2 of 2) sorted by relevance
288 iv_set(iv, i, IV_UNUSED_VALINDEX); in iv_dealloc()308 return IV_UNUSED_VALINDEX; in iv_lookup()523 if (IV_UNUSED_VALINDEX == value_index) { in ivace_lookup_values()635 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()677 return IV_UNUSED_VALINDEX; in ivace_reference_by_value()761 if (IV_UNUSED_VALINDEX == value_index) { in ivace_release()1164 iv_set(voucher, j, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1187 iv_set(voucher, key_index, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1595 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()1596 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()[all …]
53 #define IV_UNUSED_VALINDEX ((iv_index_t) 0) macro