Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/tools/test/stress2/misc/
H A Dfsck13.sh88 rerun=0
110 grep -Eq "WAS MODIFIED" $log && rerun=1
111 grep -q RERUN $log && rerun=1
127 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck.sh89 rerun=0
110 grep -Eq "WAS MODIFIED" $log && rerun=1
111 grep -q RERUN $log && rerun=1
135 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck8.sh81 rerun=0
102 grep -Eq "WAS MODIFIED" $log && rerun=1
103 grep -q RERUN $log && rerun=1
136 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck9.sh80 rerun=0
98 grep -q RERUN $log && rerun=1
133 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck12.sh78 rerun=0
98 grep -q RERUN $log && rerun=1
149 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck10.sh77 rerun=0
95 grep -q RERUN $log && rerun=1
135 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck11.sh81 rerun=0
99 grep -q RERUN $log && rerun=1
144 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh1539 log "update command: rerun=$rerun tarball=$tarball preworld=$preworld"
1550 # a rerun?
1565 if [ -z "$rerun" ]; then
1594 if [ -n "$rerun" ]; then
1672 if [ -n "$rerun" ]; then
1682 if [ -n "$rerun" ]; then
1787 rerun=
1809 rerun=YES
1910 if [ -n "$rerun"
[all...]
/freebsd/sbin/fsck_ffs/
H A Dpass1b.c82 rerun = 1; in pass1b()
112 rerun = 1; in pass1bcheck()
H A Dglobs.c82 char rerun; /* rerun fsck. Only used in non-preen mode */ variable
140 rerun = 0; in fsckinit()
H A Dpass1.c100 rerun = 1; in pass1()
550 rerun = 1; in pass1check()
571 rerun = 1; in pass1check()
581 rerun = 1; in pass1check()
H A Dmain.c545 if (rerun) in checkfilesys()
557 if (rerun) { in checkfilesys()
571 return (rerun ? ERERUN : 0); in checkfilesys()
H A Dgjournal.c98 rerun = 1; in gjournal_check()
H A Dfsutil.c622 rerun = 1; in ckfini()
626 rerun = 1; in ckfini()
753 rerun = 1; in ckfini()
760 rerun = 1; in ckfini()
H A Dinode.c111 rerun = 1; in ckinode()
153 rerun = 1; in ckinode()
239 rerun = 1; in iblock()
H A Dfsck.h367 extern char rerun; /* rerun fsck. Only used in non-preen mode */
/freebsd/contrib/mandoc/
H A Dread.c288 rerun: in mparse_buf_r()
362 goto rerun; in mparse_buf_r()
421 goto rerun; in mparse_buf_r()
/freebsd/contrib/ldns/
H A Dconfigure.ac403 …AC_MSG_ERROR([No SHA2 functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-s…
527 …ype_str, [],[AC_MSG_ERROR([OpenSSL >= 1.0.0 is needed for GOST support or rerun with --disable-gos…
528 …C_MSG_ERROR([No ECC functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-gos…
556 … [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade OpenSSL or rerun with --disable-ecd…
557 …[AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade OpenSSL or rerun with --disable-ecd…
558 …ROR([OpenSSL does not support the ECDSA curves: please upgrade OpenSSL or rerun with --disable-ecd…
645 …, [AC_MSG_ERROR([OpenSSL does not support DANE: please upgrade OpenSSL or rerun with --disable-dan…
663 …r the DANE-TA usage type). Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dan…
/freebsd/crypto/openssl/test/
H A DREADME.md159 environment variable to this value will rerun the tests in the same
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh368 -R Automatically rerun failing tests
/freebsd/contrib/one-true-awk/
H A DREADME.md102 awkgram.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
/freebsd/contrib/unbound/
H A Dconfigure.ac1233 …_NO_EC], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecd…
1239 …ign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecd…
1240 …it, [], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade or rerun with --disable-ecd…
1242 …C_MSG_ERROR([OpenSSL does not support the ECDSA curves: please upgrade or rerun with --disable-ecd…
1368 …[AC_MSG_ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-c…
1375 …[AC_MSG_ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-c…
1390 …)], [AC_MSG_ERROR([TCP Fast Open is not available for server mode: please rerun without --enable-t…
/freebsd/contrib/unbound/doc/
H A DREADME91 printed. Perform ./configure --with-libevent=no or update libevent, rerun
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c8925 boolean_t rerun; in l2arc_evict() local
8933 rerun = B_FALSE; in l2arc_evict()
8943 rerun = B_TRUE; in l2arc_evict()
9111 if (!all && rerun) { in l2arc_evict()
/freebsd/contrib/googletest/docs/
H A Dfaq.md277 If you go with thread-safe death tests, remember that they rerun the test

12