Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/tools/lldbmacros/
H A Dipc.py2299 addressof(ivac.ivac_table[cur_entry_index])
2537 + GetIPCVoucherAttributeEntrySummary(addressof(ivac.ivac_table[next_free]))
2539 next_free = unsigned(ivac.ivac_table[next_free].ivace_next)
2658 ivace_table = ivac.ivac_table