Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.h132 typedef ivac_entry *ivac_entry_t; typedef
137 #define IVACE_NULL ((ivac_entry_t) 0);
147 ivac_entry_t ivac_table; /* table of voucher attr value entries */
H A Dipc_voucher.c169 static ivac_entry_t ivace_lookup(ipc_voucher_attr_control_t ivac,
471 ivac_entry_t table; in ivac_alloc()
514 ivac_entry_t ivace; in ivace_lookup_values()
540 static inline ivac_entry_t
560 ivac_entry_t new_table = NULL, old_table = NULL; in ivac_grow_table()
630 ivac_entry_t ivace; in ivace_reference_by_index()
668 ivac_entry_t ivace = IVACE_NULL; in ivace_reference_by_value()
754 ivac_entry_t ivace; in ivace_release()
755 ivac_entry_t ivace_tmp; in ivace_release()