Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_voucher.c489 #define ivace_reset_data(ivace_elem, next_index) { \ argument
490 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \
491 (ivace_elem)->ivace_refs = 0; \
492 (ivace_elem)->ivace_persist = 0; \
493 (ivace_elem)->ivace_made = 0; \
494 (ivace_elem)->ivace_free = TRUE; \
495 (ivace_elem)->ivace_releasing = FALSE; \
496 (ivace_elem)->ivace_layered = 0; \
497 (ivace_elem)->ivace_index = IV_HASH_END; \
498 (ivace_elem)->ivace_next = (next_index); \