Searched refs:START (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-12-stable/sys/riscv/include/
H A Dpmc_mdep.h51 #define PMC_IN_KERNEL_STACK(S,START,END) \
52 ((S) >= (START) && (S) < (END))
/freebsd-12-stable/sys/arm64/include/
H A Dpmc_mdep.h53 #define PMC_IN_KERNEL_STACK(S,START,END) \
54 ((S) >= (START) && (S) < (END))
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-part.sh71 START="0"
95 START="${VAL}"
96 echo "${curpart}-blockstart: ${START}"
109 LASTB="`expr $SIZEB + $START`"
/freebsd-12-stable/sys/arm/include/
H A Dpmc_mdep.h59 #define PMC_IN_KERNEL_STACK(S,START,END) \
60 ((S) >= (START) && (S) < (END))
/freebsd-12-stable/sys/i386/include/
H A Dpmc_mdep.h128 #define PMC_IN_KERNEL_STACK(S,START,END) \
129 ((S) >= (START) && (S) < (END))
/freebsd-12-stable/sys/amd64/include/
H A Dpmc_mdep.h112 #define PMC_IN_KERNEL_STACK(S,START,END) \
113 ((S) >= (START) && (S) < (END))
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh2 # CDDL HEADER START
51 printf("START %s:%s:%s:%s\n",
78 die "expected START at \$.\n" unless /^START/;
H A Dtst.spin.ksh2 # CDDL HEADER START
86 printa("START%kEND\n", @stacks);
108 die "expected START at \$.\n" unless /^START/;
/freebsd-12-stable/usr.sbin/config/
H A Dlang.l108 %START TOEOL
109 %START ENVC
/freebsd-12-stable/contrib/wpa/src/eap_server/
H A Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator in enum:eap_tls_data::__anon7446
32 case START:
33 return "START";
79 data->state = START;
103 data->state = START;
125 data->state = START;
187 case START:
H A Deap_server_tnc.c18 START, CONTINUE, RECOMMENDATION, FRAG_ACK, WAIT_FRAG_ACK, DONE, enumerator in enum:eap_tnc_data::eap_tnc_state
44 case START:
45 return "START";
80 eap_tnc_set_state(data, START);
285 case START:
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon7450
36 case START:
37 return "START";
102 data->state = registrar ? START : MESG;
247 case START:
H A Deap_server_sim.c32 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator in enum:eap_sim_data::__anon7444
48 case START:
49 return "START";
87 data->state = START;
346 case START:
386 case START:
483 /* Remain in START state for another round */
505 /* Remain in START state for another round */
671 eap_sim_state(data, START);
758 (data->state == START || dat
[all...]
H A Deap_server_fast.c34 START, PHASE1, PHASE2_START, PHASE2_ID, PHASE2_METHOD, enumerator in enum:eap_fast_data::__anon7427
78 case START:
79 return "START";
435 data->state = START;
872 case START:
H A Deap_server_peap.c35 START, PHASE1, PHASE1_ID2, PHASE2_START, PHASE2_ID, enumerator in enum:eap_peap_data::__anon7437
62 case START:
63 return "START";
182 data->state = START;
520 case START:
H A Deap_server_ttls.c30 START, PHASE1, PHASE2_START, PHASE2_METHOD, enumerator in enum:eap_ttls_data::__anon7448
48 case START:
49 return "START";
347 data->state = START;
480 case START:
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh2 * CDDL HEADER START
H A Derr.copyoutbadaddr.ksh2 * CDDL HEADER START
H A Derr.copyoutstrbadaddr.ksh2 * CDDL HEADER START
/freebsd-12-stable/contrib/dma/
H A Dmail.c148 START, enumerator in enum:parse_state::__anon1135
175 case START:
444 parse_state.state = START;
/freebsd-12-stable/crypto/openssl/apps/
H A Dspeed.c209 #define START 0 macro
254 if (s == START) {
1915 Time_F(START);
2153 Time_F(START);
2165 Time_F(START);
2178 Time_F(START);
2191 Time_F(START);
2214 Time_F(START);
2228 Time_F(START);
2238 Time_F(START);
[all...]
H A Ds_time.c83 #define START 0 macro
221 tm_Time_F(START);
301 tm_Time_F(START);
/freebsd-12-stable/contrib/ntp/
H A DMakefile.am43 WHERE-TO-START \
/freebsd-12-stable/crypto/openssh/
H A Dbuildpkg.sh.in125 START=`pwd`
126 FAKE_ROOT=$START/pkg
659 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
670 echo | pkgtrans -os ${FAKE_ROOT} ${START}/$PKGNAME-$VERSION$REV-$UNAME_S-$ARCH.pkg
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h94 #define DECL_RANGE(BASE, START, END) \
95 first##BASE = START, last##BASE = END,
96 #define LAST_DECL_RANGE(BASE, START, END) \
97 first##BASE = START, last##BASE = END

Completed in 282 milliseconds

12