Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dkern_memorystatus_notify.h60 #define VM_PRESSURE_DEBUG(cond, format, ...) \ argument
65 #define VM_PRESSURE_DEBUG(cond, format, ...) argument
H A Dkern_memorystatus.h648 #define MEMORYSTATUS_DEBUG(cond, format, ...) \ argument
653 #define MEMORYSTATUS_DEBUG(cond, format, ...) argument
/xnu-8020.101.4/tests/
H A Dinvalid_setaudit_57414044.c23 int cond, ret = auditon(A_GETCOND, &cond, sizeof(cond)); variable
/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.h73 #define __btlog_check(cond, msg) \ argument
/xnu-8020.101.4/libkern/os/
H A Drefcnt.h90 # define os_error_if(cond, msg) __attribute__((diagnose_if((cond), (msg), "error"))) argument
/xnu-8020.101.4/libkern/zlib/
H A Dzutil.h287 # 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 Dfasttrap_isa.c322 condition_true(int cond, int cpsr)
737 int cond; local
/xnu-8020.101.4/bsd/dev/arm/
H A Ddtrace_isa.c617 dtrace_arm_condition_true(int cond, int cpsr) in dtrace_arm_condition_true()
H A Ddisassembler.c593 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 Dcc_priv.h797 #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 Ddtrace.c8748 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 Dubc_subr.c99 #define assert(cond) \ argument