Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/ipc/
H A Dipc_voucher.c494 ivac->ivac_table = table; in ivac_init_well_known_voucher_attr_control()
550 return &ivac->ivac_table[index]; in ivace_lookup()
600 ivace_copy_data(&ivac->ivac_table[i], &new_table[i]); in ivac_grow_table()
603 old_table = ivac->ivac_table; in ivac_grow_table()
605 ivac->ivac_table = new_table; in ivac_grow_table()
609 ivac->ivac_table[new_size - 1].ivace_next = ivac->ivac_freelist; in ivac_grow_table()
1596 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_value = default_value; in ipc_register_well_known_mach_voucher_attr_manager()
1597 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_refs = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1598 ivac->ivac_table[IV_UNUSED_VALINDEX].ivace_made = IVACE_REFS_MAX; in ipc_register_well_known_mach_voucher_attr_manager()
1599 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-8796.141.3/tools/lldbmacros/
H A Dipc.py1865 …t(cur_entry_index) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[cur_entry_index]…
2028 …d} ".format(next_free) + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[next_free])))
2029 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
2133 ivace_table = ivac.ivac_table