Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_voucher.c443 #define ivace_reset_data(ivace_elem, next_index) { \ argument
444 (ivace_elem)->ivace_value = 0xDEADC0DEDEADC0DE; \
445 (ivace_elem)->ivace_refs = 0; \
446 (ivace_elem)->ivace_persist = 0; \
447 (ivace_elem)->ivace_made = 0; \
448 (ivace_elem)->ivace_free = TRUE; \
449 (ivace_elem)->ivace_releasing = FALSE; \
450 (ivace_elem)->ivace_layered = 0; \
451 (ivace_elem)->ivace_index = IV_HASH_END; \
452 (ivace_elem)->ivace_next = (next_index); \