Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_voucher.c493 ivac->ivac_table = table; in ivac_init_well_known_voucher_attr_control()
549 return &ivac->ivac_table[index]; in ivace_lookup()
599 ivace_copy_data(&ivac->ivac_table[i], &new_table[i]); in ivac_grow_table()
602 old_table = ivac->ivac_table; in ivac_grow_table()
604 ivac->ivac_table = new_table; in ivac_grow_table()
608 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
1595 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
1596 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1597 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_made = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1598 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_persist = TRUE; 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-10063.141.1/tools/lldbmacros/
H A Dipc.py1896 …t(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[cur_entry_index]…
2059 …d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[next_free])))
2060 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
2164 ivace_table = ivac.ivac_table