Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c540 ivac->ivac_table = table; in ivac_alloc()
609 if (ivac->ivac_table[i].ivace_refs != 0) { in ivac_dealloc()
614 kfree_type(struct ivac_entry_s, ivac->ivac_init_table_size, ivac->ivac_table); in ivac_dealloc()
741 return &ivac->ivac_table[index]; in ivace_lookup()
791 ivace_copy_data(&ivac->ivac_table[i], &new_table[i]); in ivac_grow_table()
794 old_table = ivac->ivac_table; in ivac_grow_table()
796 ivac->ivac_table = new_table; in ivac_grow_table()
800 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
1892 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
1893 new_control->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
[all …]
H A Dipc_voucher.h144 ivac_entry_t ivac_table; /* table of voucher attr value entries */ member
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py1766 …t(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[cur_entry_index]…
1930 …5d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[next_free]))
1931 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
2035 ivace_table = ivac.ivac_table