Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c505 (ivace_elem)->ivace_index = IV_HASH_END; \
517 (ivace_dst_elem)->ivace_index = (ivace_src_elem)->ivace_index; \
875 index_p = &ivace_lookup(ivac, hash_index)->ivace_index; in ivace_reference_by_value()
1053 if (ivace_tmp->ivace_index == value_index) { in ivace_release()
1054 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
1056 hash_index = ivace_tmp->ivace_index; in ivace_release()
1912 assert(IV_HASH_END == new_control->ivac_table[hash_index].ivace_index); in ipc_register_well_known_mach_voucher_attr_manager()
1913 ivace_lookup(new_control, hash_index)->ivace_index = IV_UNUSED_VALINDEX; in ipc_register_well_known_mach_voucher_attr_manager()
H A Dipc_voucher.h126 iv_index_t ivace_index; /* hash head (independent) */ member
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1911 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)