Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/ !
H A Dipc_voucher.c208 iv->iv_table[i] = IV_UNUSED_VALINDEX; in iv_alloc()
230 iv->iv_table[key_index] = value_index; in iv_set()
269 ivace_release(i, iv->iv_table[i]); in iv_dealloc()
290 return iv->iv_table[key_index]; in iv_lookup()
1300 iv_index_t v = voucher->iv_table[i]; in iv_checksum()
1344 if (iv->iv_table[i] != new_iv->iv_table[i]) { in iv_dedup()
1354 if (new_iv->iv_table[i++] != IV_UNUSED_VALINDEX) { in iv_dedup()
H A Dipc_voucher.h77 iv_index_t iv_table[MACH_VOUCHER_ATTR_KEY_NUM]; member
/xnu-8792.61.2/tools/lldbmacros/ !
H A Dipc.py1985 out_str += fmt.format(v = voucher, table_addr = addressof(voucher.iv_table))
1988 elems = sizeof(voucher.iv_table) // sizeof(voucher.iv_table[0])
1992 voucher_entry_index = unsigned(voucher.iv_table[i])
2067 voucher_num_elems = sizeof(voucher.iv_table) // sizeof(voucher.iv_table[0])
2071 voucher_entry_value = unsigned(voucher.iv_table[idx])