Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c486 ivac->ivac_table_size = IVAC_ENTRIES_MIN; in ivac_alloc()
488 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_alloc()
543 if (index >= ivac->ivac_table_size) { in ivace_lookup()
569 if (ivac->ivac_table_size >= IVAC_ENTRIES_MAX) { in ivac_grow_table()
574 old_size = ivac->ivac_table_size; in ivac_grow_table()
595 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_grow_table()
602 ivac->ivac_table_size = new_size; in ivac_grow_table()
H A Dipc_voucher.h148 iv_index_t ivac_table_size; /* size of the attr value table */ member
/xnu-8792.61.2/tools/lldbmacros/
H A Dipc.py1808 last_entry_index = unsigned(ivac.ivac_table_size)
2080 if voucher_entry_value >= unsigned(ivac.ivac_table_size):
2081 …et ivace for value %d in table of size %d" % (voucher_entry_value, unsigned(ivac.ivac_table_size)))