Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dxnudefines.py207 IV_UNUSED_KEYINDEX = ~0 variable
H A Dipc.py2332 return xnudefines.IV_UNUSED_KEYINDEX
2604 if idx == xnudefines.IV_UNUSED_KEYINDEX:
2616 if idx == xnudefines.IV_UNUSED_KEYINDEX:
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_voucher.h54 #define IV_UNUSED_KEYINDEX ((iv_index_t) ~0) macro
H A Dipc_voucher.c146 return IV_UNUSED_KEYINDEX; in iv_key_to_index()
1590 assert(key_index != IV_UNUSED_KEYINDEX); in ipc_register_well_known_mach_voucher_attr_manager()