Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_voucher.c468 (ivace_elem)->ivace_next = (next_index); \
480 (ivace_dst_elem)->ivace_next = (ivace_src_elem)->ivace_next; \
501 table[0].ivace_next = IV_HASH_END; in ivac_init_well_known_voucher_attr_control()
503 table[i - 1].ivace_next = IV_FREELIST_END; in ivac_init_well_known_voucher_attr_control()
608 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
693 assert(ivace->ivace_next != index); in ivace_reference_by_value()
694 index = ivace->ivace_next; in ivace_reference_by_value()
719 ivac->ivac_freelist = ivace->ivace_next; in ivace_reference_by_value()
729 ivace->ivace_next = *index_p; in ivace_reference_by_value()
861 ivace_tmp->ivace_index = ivace->ivace_next; in ivace_release()
[all …]
H A Dipc_voucher.h126 iv_index_t ivace_next; /* hash or freelist */ member
/xnu-10063.141.1/tools/lldbmacros/
H A Dipc.py2040 out_str += ' {: <2s} {: <4d} {: <4d}'.format(free_str, ivace.ivace_next, ivace.ivace_index)
2060 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)