Home
last modified time | relevance | path

Searched refs:iv_index_t (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_voucher.h52 typedef natural_t iv_index_t; typedef
53 #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;
75 iv_index_t iv_table[MACH_VOUCHER_ATTR_KEY_NUM];
124 iv_index_t ivaceu_layer; /* next effective layer (layered) */
126 iv_index_t ivace_next; /* hash or freelist */
127 iv_index_t ivace_index; /* hash head (independent) */
145 iv_index_t ivac_table_size; /* size of the attr value table */
146 iv_index_t ivac_init_table_size; /* size of the attr value table */
[all …]
H A Dipc_voucher.c114 #define IV_FREELIST_END ((iv_index_t) 0)
123 static inline iv_index_t
142 static inline iv_index_t
149 return (iv_index_t)key - 1; in iv_key_to_index()
153 iv_index_to_key(iv_index_t key_index) in iv_index_to_key()
161 static void ivace_release(iv_index_t key_index, iv_index_t value_index);
163 iv_index_t index);
165 static iv_index_t iv_lookup(ipc_voucher_t, iv_index_t);
168 static void ivgt_lookup(iv_index_t,
212 iv_index_t key_index, in iv_set()
[all …]