| /xnu-8020.101.4/bsd/sys/ |
| H A D | kern_memorystatus_notify.h | 60 #define VM_PRESSURE_DEBUG(cond, format, ...) \ argument 65 #define VM_PRESSURE_DEBUG(cond, format, ...) argument
|
| H A D | kern_memorystatus.h | 648 #define MEMORYSTATUS_DEBUG(cond, format, ...) \ argument 653 #define MEMORYSTATUS_DEBUG(cond, format, ...) argument
|
| /xnu-8020.101.4/tests/ |
| H A D | invalid_setaudit_57414044.c | 23 int cond, ret = auditon(A_GETCOND, &cond, sizeof(cond)); variable
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | btlog.h | 73 #define __btlog_check(cond, msg) \ argument
|
| /xnu-8020.101.4/libkern/os/ |
| H A D | refcnt.h | 90 # define os_error_if(cond, msg) __attribute__((diagnose_if((cond), (msg), "error"))) argument
|
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | zutil.h | 287 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument 294 # define Assert(cond,msg) argument
|
| /xnu-8020.101.4/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 322 condition_true(int cond, int cpsr) 737 int cond; local
|
| /xnu-8020.101.4/bsd/dev/arm/ |
| H A D | dtrace_isa.c | 617 dtrace_arm_condition_true(int cond, int cpsr) in dtrace_arm_condition_true()
|
| H A D | disassembler.c | 593 int cond = BITS(instr, 28, 0xF), op1 = BITS(instr, 25, 0x7), op = BITS(instr, 4, 0x1); in dtrace_decode_arm() local
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_priv.h | 797 #define CC_UNLIKELY(cond) __builtin_expect(cond, 0) argument 799 #define CC_UNLIKELY(cond) cond argument
|
| /xnu-8020.101.4/bsd/dev/dtrace/ |
| H A D | dtrace.c | 8748 dtrace_match_cond_t cond = {dtrace_cond_provider_match, provider->dtpv_name}; in dtrace_register() local 9440 dtrace_match_cond_t cond = {dtrace_cond_provider_match, (void*)prov_name}; in dtrace_helper_provide_one() local 12746 dtrace_enabling_match(dtrace_enabling_t *enab, int *nmatched, dtrace_match_cond_t *cond) in dtrace_enabling_match() 12810 dtrace_enabling_matchall_with_cond(dtrace_match_cond_t *cond) in dtrace_enabling_matchall_with_cond()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | ubc_subr.c | 99 #define assert(cond) \ argument
|