Searched refs:STOP (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitkilled.ksh70 kill -STOP $child
H A Dtst.signal.ksh80 kill -STOP $child
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
H A Dbf_opts.c155 #define STOP 1 macro
204 tm[index]=Time_F(STOP); \
251 d = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
H A Dcastopts.c165 #define STOP 1 macro
214 tm[index]=Time_F(STOP); \
261 d = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
216 d = Time_F(STOP);
235 d = Time_F(STOP);
250 d = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c135 #define STOP 1 macro
203 d = Time_F(STOP);
224 d = Time_F(STOP);
240 d = Time_F(STOP);
255 d = Time_F(STOP);
272 d = Time_F(STOP);
286 e = Time_F(STOP);
H A Ddes_opts.c361 #define STOP 1 macro
407 tm[index]=Time_F(STOP); \
460 d = Time_F(STOP);
/freebsd-11-stable/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon6943
84 while (state != STOP) {
99 state = STOP;
221 case STOP:
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbnspeed.c128 #define STOP 1 macro
198 tm = Time_F(STOP);
212 tm = Time_F(STOP);
227 tm = Time_F(STOP);
H A Dexpspeed.c154 #define STOP 1 macro
330 tm = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c130 #define STOP 1 macro
193 d = Time_F(STOP);
215 d = Time_F(STOP);
228 d = Time_F(STOP);
/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass1b.c83 (ckinode(dp, &idesc) & STOP)) {
113 return (STOP);
H A Dea.c85 return (STOP);
H A Dinode.c116 if (ret & STOP)
128 if (ret & STOP)
207 if (n & STOP) {
229 return(STOP);
574 return (STOP|FOUND);
587 return (STOP|FOUND);
602 return (STOP|FOUND|ALTERED);
H A Dpass1.c394 if (ret & STOP)
513 return (STOP);
534 return (STOP);
544 return (STOP);
H A Ddir.c133 if (n & STOP)
136 return (idesc->id_filesize > 0 ? KEEPON : STOP);
443 return (ALTERED|STOP);
455 return (ALTERED|STOP);
H A Dfsck.h362 #define STOP 0x01 macro
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c130 #define STOP 1 macro
193 d = Time_F(STOP);
217 d = Time_F(STOP);
235 d = Time_F(STOP);
254 d = Time_F(STOP);
269 d = Time_F(STOP);
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c303 # define STOP 1 macro
1342 d = Time_F(STOP);
1557 d = Time_F(STOP);
1570 d = Time_F(STOP);
1584 d = Time_F(STOP);
1598 d = Time_F(STOP);
1620 d = Time_F(STOP);
1634 d = Time_F(STOP);
1645 d = Time_F(STOP);
1658 d = Time_F(STOP);
[all...]
H A Ds_time.c335 #define STOP 1 macro
458 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
550 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl206 sub STOP { subroutine
254 &STOP(\$c);
268 &STOP(\$c);
282 &STOP(\$c);
/freebsd-11-stable/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh255 atf_check -s exit:0 kill -STOP $(cat sshd.pid)

Completed in 238 milliseconds

12