Searched refs:iv_index_t (Results 1 – 2 of 2) sorted by relevance
52 typedef natural_t iv_index_t; typedef53 #define IV_UNUSED_VALINDEX ((iv_index_t) 0)54 #define IV_UNUSED_KEYINDEX ((iv_index_t) ~0)56 typedef iv_index_t *iv_entry_t;69 iv_index_t iv_hash; /* checksum hash */70 iv_index_t iv_sum; /* checksum of values */72 iv_index_t iv_table_size; /* size of the voucher table */73 iv_index_t iv_inline_table[IV_ENTRIES_INLINE];123 iv_index_t ivaceu_layer; /* next effective layer (layered) */125 iv_index_t ivace_next; /* hash or freelist */[all …]
99 static iv_index_t ivgt_keys_in_use = MACH_VOUCHER_ATTR_KEY_NUM_WELL_KNOWN;112 ipc_voucher_t iv_alloc(iv_index_t entries);135 #define IV_FREELIST_END ((iv_index_t) 0)144 static inline iv_index_t146 iv_index_t key_index, in iv_hash_value()167 static inline iv_index_t174 return (iv_index_t)key - 1; in iv_key_to_index()178 iv_index_to_key(iv_index_t key_index) in iv_index_to_key()186 static void ivace_release(iv_index_t key_index, iv_index_t value_index);187 static void ivace_lookup_values(iv_index_t key_index, iv_index_t value_index,[all …]