Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/ipc/
H A Dipc_voucher.h114 struct ivac_entry_s { struct
128 typedef struct ivac_entry_s ivac_entry; argument
H A Dipc_voucher.c531 table = kalloc_type(struct ivac_entry_s, IVAC_ENTRIES_MIN, Z_WAITOK | Z_ZERO); in ivac_alloc()
606 kfree_type(struct ivac_entry_s, ivac->ivac_init_table_size, ivac->ivac_table); in ivac_dealloc()
769 new_table = kalloc_type(struct ivac_entry_s, new_size, Z_WAITOK | Z_ZERO); in ivac_grow_table()
799 kfree_type(struct ivac_entry_s, old_size, old_table); in ivac_grow_table()