Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c533 ivac->ivac_table_size = IVAC_ENTRIES_MIN; in ivac_alloc()
535 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_alloc()
600 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_dealloc()
730 if (index >= ivac->ivac_table_size) { in ivace_lookup()
756 if (ivac->ivac_table_size >= IVAC_ENTRIES_MAX) { in ivac_grow_table()
761 old_size = ivac->ivac_table_size; in ivac_grow_table()
782 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_grow_table()
789 ivac->ivac_table_size = new_size; in ivac_grow_table()
H A Dipc_voucher.h145 iv_index_t ivac_table_size; /* size of the attr value table */ member
/xnu-8020.101.4/tools/lldbmacros/
H A Dipc.py1772 last_entry_index = unsigned(ivac.ivac_table_size)
2045 if voucher_entry_value >= unsigned(ivac.ivac_table_size):
2046 …et ivace for value %d in table of size %d" % (voucher_entry_value, unsigned(ivac.ivac_table_size)))