Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_voucher.c631 iv_index_t val_index) in ivace_reference_by_index() argument
636 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()
644 ivace = ivace_lookup(ivac, val_index); in ivace_reference_by_index()
950 iv_index_t val_index; in ipc_replace_voucher_value() local
1001 val_index = ivace_reference_by_value(ivac, new_value, new_flag); in ipc_replace_voucher_value()
1002 iv_set(voucher, key_index, val_index); in ipc_replace_voucher_value()
1034 iv_index_t val_index; in ipc_directly_replace_voucher_value() local
1056 val_index = ivace_reference_by_value(ivac, new_value, in ipc_directly_replace_voucher_value()
1058 iv_set(voucher, key_index, val_index); in ipc_directly_replace_voucher_value()
1082 iv_index_t val_index; in ipc_execute_voucher_recipe_command() local
[all …]