Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c822 iv_index_t val_index) in ivace_reference_by_index() argument
827 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()
835 ivace = ivace_lookup(ivac, val_index); in ivace_reference_by_index()
1158 iv_index_t val_index; in ipc_replace_voucher_value() local
1210 val_index = ivace_reference_by_value(ivac, new_value, new_flag); in ipc_replace_voucher_value()
1211 iv_set(voucher, key_index, val_index); in ipc_replace_voucher_value()
1243 iv_index_t val_index; in ipc_directly_replace_voucher_value() local
1265 val_index = ivace_reference_by_value(ivac, new_value, in ipc_directly_replace_voucher_value()
1267 iv_set(voucher, key_index, val_index); in ipc_directly_replace_voucher_value()
1291 iv_index_t val_index; in ipc_execute_voucher_recipe_command() local
[all …]