Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_voucher.c494 ivac->ivac_table_size = IVAC_ENTRIES_MIN; in ivac_init_well_known_voucher_attr_control()
496 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_init_well_known_voucher_attr_control()
546 if (index >= ivac->ivac_table_size) { in ivace_lookup()
572 if (ivac->ivac_table_size >= IVAC_ENTRIES_MAX) { in ivac_grow_table()
577 old_size = ivac->ivac_table_size; in ivac_grow_table()
598 for (i = 0; i < ivac->ivac_table_size; i++) { in ivac_grow_table()
605 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-10063.141.1/tools/lldbmacros/
H A Dipc.py1893 last_entry_index = unsigned(ivac.ivac_table_size)
2165 if voucher_entry_value >= unsigned(ivac.ivac_table_size):
2166 …et ivace for value %d in table of size %d" % (voucher_entry_value, unsigned(ivac.ivac_table_size)))