Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_voucher.c497 #define ivace_reset_data(ivace_elem, next_index) { \ argument
498 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \
499 (ivace_elem)->ivace_refs = 0; \
500 (ivace_elem)->ivace_persist = 0; \
501 (ivace_elem)->ivace_made = 0; \
502 (ivace_elem)->ivace_free = TRUE; \
503 (ivace_elem)->ivace_releasing = FALSE; \
504 (ivace_elem)->ivace_layered = 0; \
505 (ivace_elem)->ivace_index = IV_HASH_END; \
506 (ivace_elem)->ivace_next = (next_index); \