Searched refs:date (Results 226 - 250 of 456) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dsyscall5.sh74 start=`date '+%s'`
89 echo "`date '+%T'` syscall $n ($name)"
90 echo "`date '+%T'` syscall $n ($name)" >> $log
91 printf "`date '+%T'` syscall $n ($name)\r\n" > /dev/console
97 [ -z "$all" -a `date '+%s'` -gt $((start + 1800)) ] && break
H A Dumountf10.sh75 start=`date '+%s'`
76 while [ $((`date '+%s'` - start)) -lt 300 ]; do
H A Dzfs4.sh64 start=`date +%s`
74 [ $((`date +%s` - start)) -gt 660 ] &&
H A Dsyzkaller17.sh122 start=`date +%s`
125 [ $((`date +%s` - start)) -ge 60 ] && break
H A Dsyzkaller18.sh119 start=`date +%s`
122 [ $((`date +%s` - start)) -ge 60 ] && break
H A Dpcatch.sh59 start=`date '+%s'`
60 while [ $((`date '+%s'` - start)) -lt 120 ]; do
H A Dsuj19.sh63 echo "`date '+%T'` mksnap_ffs $mntpoint $mntpoint/.snap/snap$i"
67 i=$(($(date '+%S') % 20 + 1))
H A Dcrossmp10.sh82 start=`date '+%s'`
83 while [ $((`date '+%s'` - start)) -lt 300 ]; do
H A Dfts3.sh50 start=`date '+%s'`
51 while [ $((`date '+%s'` - start)) -lt 120 ]; do
H A Dbackingstore.sh68 flag=$([ $((`date '+%s'` % 2)) -eq 0 ] && echo "-f" || echo "")
75 umount $([ $((`date '+%s'` % 2)) -eq 0 ] && \
H A Dfsck10.sh48 backup=/tmp/$prog.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
102 start=`date +%s`
103 while [ $((`date +%s` - start)) -lt 300 ]; do
137 tstamp=`date +%Y%m%dT%H%M%S`
H A Dfsck11.sh51 backup=/tmp/$prog.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
106 start=`date +%s`
107 while [ $((`date +%s` - start)) -lt 300 ]; do
146 tstamp=`date +%Y%m%dT%H%M%S`
H A Dunionfs9.sh70 start=`date +%s`
72 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dfsck8.sh50 backup=/tmp/fsck8.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
111 start=`date +%s`
112 while [ $((`date +%s` - start)) -lt 300 ]; do
140 /tmp/fsck_ffs.core.diskimage.`date +%Y%m%dT%H%M%S`; break 2; }
H A Dfsck9.sh52 backup=/tmp/fsck9.sh.diskimage.`date +%Y%m%dT%H%M%S`.gz
105 start=`date +%s`
106 while [ $((`date +%s` - start)) -lt 300 ]; do
137 /tmp/fsck_ffs.core.diskimage.`date +%Y%m%dT%H%M%S`; break 2; }
H A Dunionfs14.sh66 start=`date +%s`
68 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dmsdos15.sh68 start=`date +%s`
69 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Dmsdos16.sh65 start=`date +%s`
66 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Dnullfs25.sh63 start=`date +%s`
65 while [ $((`date +%s` - start)) -lt 300 ]; do
H A Dsendfile18.sh85 start=`date +%s`
86 while [ $((`date +%s` - start)) -lt 5 ]; do
H A Dfsck13.sh57 backup=$mp1/$prog.diskimage.$flags.`date +%Y%m%dT%H%M%S`
58 core=/tmp/$prog.core.`date +%Y%m%dT%H%M%S`
117 start=`date +%s`
118 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Dforce9.sh58 start=`date +%s`
59 while [ $((`date +%s` - start)) -lt $((15 * 60)) ]; do
H A Dnullfs30.sh88 start=`date +%s`
89 while [ $((`date +%s` - start)) -lt 300 ]; do
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib82 typeset stop_time=$(( $(date +%s) + $timeout ))
86 if [ "$(date +%s)" -ge $stop_time ]; then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib66 date +'%H:%M:%S'

Completed in 209 milliseconds

1234567891011>>