Searched refs:CA_BOOL (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.121.3/libkern/libkern/coreanalytics/ ! |
| H A D | coreanalytics.h | 39 #define CA_BOOL ((bool) 1) macro
|
| /xnu-10063.121.3/bsd/kern/ ! |
| H A D | stackshot.c | 78 CA_BOOL, sshot_refused, 79 CA_BOOL, sshot_have_entitlement, 80 CA_BOOL, sshot_fromtest,
|
| H A D | kern_newsysctl.c | 2228 CA_BOOL, TestBool,
|
| /xnu-10063.121.3/osfmk/kern/ ! |
| H A D | core_analytics.c | 55 const char *core_analytics_ca_bool_c_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
|
| /xnu-10063.121.3/libkern/coreanalytics/ ! |
| H A D | coreanalytics_shim.cpp | 82 const char *core_analytics_ca_bool_cpp_stringified = _CA_STRINGIFY_EXPAND(CA_BOOL);
|
| /xnu-10063.121.3/osfmk/vm/ ! |
| H A D | vm_fault.c | 8094 CA_BOOL, vmtc_undiagnosed, /* undiagnosed because more than 1 at a time */ 8095 CA_BOOL, vmtc_not_eligible, /* the page didn't qualify */ 8096 CA_BOOL, vmtc_copyin_fail, /* unable to copy in the page */ 8097 CA_BOOL, vmtc_not_found, /* no corruption found even though CS failed */ 8098 CA_BOOL, vmtc_one_bit_flip, /* single bit flip */ 8099 CA_BOOL, vmtc_testing); /* caused on purpose by testing */
|
| /xnu-10063.121.3/bsd/vfs/ ! |
| H A D | vfs_subr.c | 402 CA_BOOL, threshold_crossed);
|