Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/ !
H A Dipc_voucher.c497 (ivace_elem)->ivace_index = IV_HASH_END; \
509 (ivace_dst_elem)->ivace_index = (ivace_src_elem)->ivace_index; \
867 index_p = &ivace_lookup(ivac, hash_index)->ivace_index; in ivace_reference_by_value()
1045 if (ivace_tmp->ivace_index == value_index) { in ivace_release()
1046 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
1048 hash_index = ivace_tmp->ivace_index; in ivace_release()
1942 assert(IV_HASH_END == new_control->ivac_table[hash_index].ivace_index); in ipc_register_well_known_mach_voucher_attr_manager()
1943 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-8020.101.4/tools/lldbmacros/ !
H A Dipc.py1920 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)