Home
last modified time | relevance | path

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

/xnu-12377.1.9/tools/lldbmacros/
H A Dxnudefines.py207 IV_UNUSED_KEYINDEX = ~0 variable
H A Dipc.py2326 return xnudefines.IV_UNUSED_KEYINDEX
2598 if idx == xnudefines.IV_UNUSED_KEYINDEX:
2610 if idx == xnudefines.IV_UNUSED_KEYINDEX:
/xnu-12377.1.9/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()