Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c814 iv_index_t val_index) in ivace_reference_by_index() argument
819 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()
827 ivace = ivace_lookup(ivac, val_index); in ivace_reference_by_index()
1150 iv_index_t val_index; in ipc_replace_voucher_value() local
1202 val_index = ivace_reference_by_value(ivac, new_value, new_flag); in ipc_replace_voucher_value()
1203 iv_set(voucher, key_index, val_index); in ipc_replace_voucher_value()
1235 iv_index_t val_index; in ipc_directly_replace_voucher_value() local
1257 val_index = ivace_reference_by_value(ivac, new_value, in ipc_directly_replace_voucher_value()
1259 iv_set(voucher, key_index, val_index); in ipc_directly_replace_voucher_value()
1283 iv_index_t val_index; in ipc_execute_voucher_recipe_command() local
[all …]