Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c113 #define IV_FREELIST_END ((iv_index_t) 0)
122 static inline iv_index_t
141 static inline iv_index_t
148 return (iv_index_t)key - 1; in iv_key_to_index()
152 iv_index_to_key(iv_index_t key_index) in iv_index_to_key()
160 static void ivace_release(iv_index_t key_index, iv_index_t value_index);
162 iv_index_t index);
164 static iv_index_t iv_lookup(ipc_voucher_t, iv_index_t);
167 static void ivgt_lookup(iv_index_t,
211 iv_index_t key_index, in iv_set()
[all …]