Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c241 iv->iv_table_size = entries; in iv_alloc()
244 iv->iv_table_size = IV_ENTRIES_INLINE; in iv_alloc()
248 for (i = 0; i < iv->iv_table_size; i++) { in iv_alloc()
268 if (key_index >= iv->iv_table_size) { in iv_set()
310 for (i = 0; i < iv->iv_table_size; i++) { in iv_dealloc()
318 kfree_data(iv->iv_table, iv->iv_table_size * sizeof(*iv->iv_table)); in iv_dealloc()
335 if (key_index < iv->iv_table_size) { in iv_lookup()
1310 limit = (prev_iv->iv_table_size < voucher->iv_table_size) ? in ipc_execute_voucher_recipe_command()
1311 prev_iv->iv_table_size : in ipc_execute_voucher_recipe_command()
1312 voucher->iv_table_size; in ipc_execute_voucher_recipe_command()
[all …]
H A Dipc_voucher.h72 iv_index_t iv_table_size; /* size of the voucher table */ member
/xnu-8020.101.4/tools/lldbmacros/
H A Dipc.py1953 elems = unsigned(voucher.iv_table_size)
2032 voucher_num_elems = unsigned(voucher.iv_table_size)