Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/ipc/
H A Dipc_voucher.c459 #define ivace_reset_data(ivace_elem, next_index) { \ argument
460 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \
461 (ivace_elem)->ivace_refs = 0; \
462 (ivace_elem)->ivace_persist = 0; \
463 (ivace_elem)->ivace_made = 0; \
464 (ivace_elem)->ivace_free = TRUE; \
465 (ivace_elem)->ivace_releasing = FALSE; \
466 (ivace_elem)->ivace_layered = 0; \
467 (ivace_elem)->ivace_index = IV_HASH_END; \
468 (ivace_elem)->ivace_next = (next_index); \