Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_voucher.c468 (ivace_elem)->ivace_index = IV_HASH_END; \
480 (ivace_dst_elem)->ivace_index = (ivace_src_elem)->ivace_index; \
684 index_p = &ivace_lookup(ivac, hash_index)->ivace_index; in ivace_reference_by_value()
861 if (ivace_tmp->ivace_index == value_index) { in ivace_release()
862 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
864 hash_index = ivace_tmp->ivace_index; in ivace_release()
1608 assert(IV_HASH_END == ivac->ivac_table[hash_index].ivace_index); in ipc_register_well_known_mach_voucher_attr_manager()
1609 ivace_lookup(ivac, hash_index)->ivace_index = IV_UNUSED_VALINDEX; in ipc_register_well_known_mach_voucher_attr_manager()
H A Dipc_voucher.h127 iv_index_t ivace_index; /* hash head (independent) */ member
/xnu-8796.141.3/tools/lldbmacros/
H A Dipc.py2009 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)