Searched defs:ipc_voucher (Results 1 – 1 of 1) sorted by relevance
68 struct ipc_voucher { struct69 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 */