Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c249 iv->iv_table_size = entries; in iv_alloc()
252 iv->iv_table_size = IV_ENTRIES_INLINE; in iv_alloc()
256 for (i = 0; i < iv->iv_table_size; i++) { in iv_alloc()
276 if (key_index >= iv->iv_table_size) { in iv_set()
318 for (i = 0; i < iv->iv_table_size; i++) { in iv_dealloc()
326 kfree_data(iv->iv_table, iv->iv_table_size * sizeof(*iv->iv_table)); in iv_dealloc()
343 if (key_index < iv->iv_table_size) { in iv_lookup()
1318 limit = (prev_iv->iv_table_size < voucher->iv_table_size) ? in ipc_execute_voucher_recipe_command()
1319 prev_iv->iv_table_size : in ipc_execute_voucher_recipe_command()
1320 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-8019.80.24/tools/lldbmacros/
H A Dipc.py1944 elems = unsigned(voucher.iv_table_size)
2023 voucher_num_elems = unsigned(voucher.iv_table_size)