Searched refs:curstate (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/sendmail/libmilter/ |
H A D | engine.c | 246 int curstate = ST_INIT; local 262 curstate = ctx->ctx_state; 263 if (curstate == ST_INIT) 276 call_abort = ST_IN_MAIL(curstate); 357 curstate, newstate, next_states[curstate]); 359 if (newstate != ST_NONE && !trans_ok(curstate, newstate)) 364 curstate, MI_MASK(curstate), 366 next_states[curstate]); 377 curstate = ST_HELO; 378 if (!trans_ok(curstate, newstate)) [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 2799 dtrace_speculation_state_t curstate; in dtrace_speculation() local 2805 curstate = spec->dtsp_state; in dtrace_speculation() 2807 if (curstate != DTRACESPEC_INACTIVE) { in dtrace_speculation() 2808 if (curstate == DTRACESPEC_COMMITTINGMANY || in dtrace_speculation() 2809 curstate == DTRACESPEC_COMMITTING || in dtrace_speculation() 2810 curstate == DTRACESPEC_DISCARDING) in dtrace_speculation() 2817 curstate, DTRACESPEC_ACTIVE) == curstate) in dtrace_speculation() 2846 dtrace_speculation_state_t curstate, new = 0; in dtrace_speculation_commit() local 2863 curstate = spec->dtsp_state; in dtrace_speculation_commit() 2865 if (curstate == DTRACESPEC_COMMITTINGMANY) in dtrace_speculation_commit() [all …]
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_g.c | 2384 if (d->curstate == 0) { in bwn_lo_probe_loctl() 2387 } else if (d->curstate % 2 == 0) { in bwn_lo_probe_loctl() 2388 begin = d->curstate - 1; in bwn_lo_probe_loctl() 2389 end = d->curstate + 1; in bwn_lo_probe_loctl() 2391 begin = d->curstate - 2; in bwn_lo_probe_loctl() 2392 end = d->curstate + 2; in bwn_lo_probe_loctl() 2401 d->curstate = i; in bwn_lo_probe_loctl() 2428 d->curstate = i; in bwn_lo_probe_loctl() 2465 d.curstate = 0; in bwn_lo_probe_sm() 2467 KASSERT(d.curstate >= 0 && d.curstate <= 8, in bwn_lo_probe_sm()
|
H A D | if_bwnvar.h | 874 int curstate; member
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 360 int curstate; in enable_user_soft() local 362 size_t cursize = sizeof(curstate); in enable_user_soft() 364 if (sysctlbyname(CRYPT_SOFT_ALLOW, &curstate, &cursize, in enable_user_soft() 366 if (curstate == 0) in enable_user_soft()
|