Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_voucher.c630 iv_index_t val_index) in ivace_reference_by_index() argument
635 if (IV_UNUSED_VALINDEX == val_index) { in ivace_reference_by_index()
643 ivace = ivace_lookup(ivac, val_index); in ivace_reference_by_index()
949 iv_index_t val_index; in ipc_replace_voucher_value() local
1000 val_index = ivace_reference_by_value(ivac, new_value, new_flag); in ipc_replace_voucher_value()
1001 iv_set(voucher, key_index, val_index); in ipc_replace_voucher_value()
1033 iv_index_t val_index; in ipc_directly_replace_voucher_value() local
1055 val_index = ivace_reference_by_value(ivac, new_value, in ipc_directly_replace_voucher_value()
1057 iv_set(voucher, key_index, val_index); in ipc_directly_replace_voucher_value()
1081 iv_index_t val_index; in ipc_execute_voucher_recipe_command() local
[all …]