Home
last modified time | relevance | path

Searched defs:ipc_voucher (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/ipc/
H A Dipc_voucher.h68 struct ipc_voucher { struct
69 iv_index_t iv_hash; /* checksum hash */
70 iv_index_t iv_sum; /* checksum of values */
71 os_refcnt_t iv_refs; /* reference count */
72 iv_index_t iv_table_size; /* size of the voucher table */
73 iv_index_t iv_inline_table[IV_ENTRIES_INLINE];
74 iv_entry_t iv_table; /* table of voucher attr entries */
75 ipc_port_t iv_port; /* port representing the voucher */
76 queue_chain_t iv_hash_link; /* link on hash chain */