Searched refs:IV_UNUSED_VALINDEX (Results 1 – 2 of 2) sorted by relevance
289 iv_set(iv, i, IV_UNUSED_VALINDEX); in iv_dealloc()309 return IV_UNUSED_VALINDEX; in iv_lookup()524 if (IV_UNUSED_VALINDEX == value_index) { in ivace_lookup_values()636 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()678 return IV_UNUSED_VALINDEX; in ivace_reference_by_value()762 if (IV_UNUSED_VALINDEX == value_index) { in ivace_release()1165 iv_set(voucher, j, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1188 iv_set(voucher, key_index, IV_UNUSED_VALINDEX); in ipc_execute_voucher_recipe_command()1596 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()1597 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