Home
last modified time | relevance | path

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

/xnu-12377.1.9/libkern/libkern/coreanalytics/
H A Dcoreanalytics.h39 #define CA_BOOL ((bool) 1) macro
/xnu-12377.1.9/osfmk/kern/
H A Dcore_analytics.c55 const char *core_analytics_ca_bool_c_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
/xnu-12377.1.9/bsd/kern/
H A Dstackshot.c93 CA_BOOL, sshot_refused,
94 CA_BOOL, sshot_have_entitlement,
95 CA_BOOL, sshot_fromtest,
H A Dkern_newsysctl.c2375 CA_BOOL, TestBool,
/xnu-12377.1.9/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp82 const char *core_analytics_ca_bool_cpp_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
/xnu-12377.1.9/osfmk/vm/
H A Dvm_fault.c8502 CA_BOOL, vmtc_undiagnosed, /* undiagnosed because more than 1 at a time */
8503 CA_BOOL, vmtc_not_eligible, /* the page didn't qualify */
8504 CA_BOOL, vmtc_copyin_fail, /* unable to copy in the page */
8505 CA_BOOL, vmtc_not_found, /* no corruption found even though CS failed */
8506 CA_BOOL, vmtc_one_bit_flip, /* single bit flip */
8507 CA_BOOL, vmtc_testing); /* caused on purpose by testing */
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c395 CA_BOOL, threshold_crossed);