| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_parallel_admin.ksh | 63 SECONDS=0 66 echo ${pool}: imported in $SECONDS secs 67 echo $SECONDS > ${DEVICE_DIR}/${pool}-import 69 echo ${pool}: import failed $errmsg in $SECONDS secs 79 SECONDS=0 82 echo ${pool}: added $devtype vdev in $SECONDS secs 83 echo $SECONDS > ${DEVICE_DIR}/${pool}-add 85 echo ${pool}: add $devtype vdev failed ${errmsg}, in $SECONDS secs 94 SECONDS=0 97 echo ${pool}: $stats in $SECONDS secs [all …]
|
| H A D | zpool_import_parallel_pos.ksh | 99 SECONDS=0 103 sequential_time=$SECONDS 109 SECONDS=0 114 parallel_time=$SECONDS 131 SECONDS=0 133 parallel_time=$SECONDS
|
| H A D | zpool_import_parallel_neg.ksh | 85 SECONDS=0 89 echo "imported $pool in $SECONDS secs" 91 echo "pool import failed: $errmsg, waited $SECONDS secs"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
| H A D | zpool_export_parallel_pos.ksh | 92 SECONDS=0 96 sequential_time=$SECONDS 102 SECONDS=0 107 parallel_time=$SECONDS 123 SECONDS=0 125 parallel_time=$SECONDS
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| H A D | events_common.kshlib | 41 SECONDS=0 44 if [[ $SECONDS -gt $timeout ]]; then 45 echo file_wait_event exceeded $SECONDS seconds 65 SECONDS=0 68 if [[ $SECONDS -gt $timeout ]]; then 69 echo file_wait exceeded $SECONDS seconds
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/async_destroy/ |
| H A D | async_destroy_001_pos.ksh | 77 t0=$SECONDS 79 while [[ $((SECONDS - t0)) -lt 10 ]]; do 96 [[ $((SECONDS - t0)) -gt 180 ]] && \
|
| /freebsd/tools/tools/netrate/tcpconnect/ |
| H A D | tcpconnect.c | 50 #define SECONDS 60 macro 123 alarm(SECONDS); in main() 131 printf("%ju connections/second\n", (uintmax_t)(counter / SECONDS)); in main()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | attach_resilver_sit_out.ksh | 116 SECONDS=0 118 log_note took $SECONDS seconds to attach disk 164 SECONDS=0 177 log_note took $SECONDS seconds to reach sit out reading ${size}M
|
| H A D | replace_resilver_sit_out.ksh | 124 SECONDS=0 126 log_note took $SECONDS seconds to replace disk 172 SECONDS=0 184 log_note took $SECONDS seconds to reach sit out reading ${size}M
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | suspend_on_probe_errors.ksh | 103 SECONDS=0 105 log_note "fill_fs took $SECONDS seconds"
|
| H A D | suspend_draid_fgroups.ksh | 110 SECONDS=0 112 log_note "fill_fs took $SECONDS seconds"
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_time.c | 32 #define SECONDS 30 macro 145 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; in s_time_main()
|
| H A D | speed.c | 11 #undef SECONDS 12 #define SECONDS 3 macro 1984 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, in speed_main()
|
| /freebsd/usr.sbin/rrenumd/ |
| H A D | parser.y | 98 %token <num> DAYS HOURS MINUTES SECONDS INFINITY 630 | SECONDS
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat_kqueue.c | 184 PK_NAME_ELEM(NOTE_, SECONDS),
|
| /freebsd/sys/dev/cxgb/common/ |
| H A D | cxgb_t3_hw.c | 3275 #define SECONDS * tps in tp_set_timers() macro 3278 adap->params.rev > 0 ? 0 : 2 SECONDS); in tp_set_timers() 3280 t3_write_reg(adap, A_TP_RXT_MAX, 64 SECONDS); in tp_set_timers() 3281 t3_write_reg(adap, A_TP_PERS_MIN, 5 SECONDS); in tp_set_timers() 3282 t3_write_reg(adap, A_TP_PERS_MAX, 64 SECONDS); in tp_set_timers() 3283 t3_write_reg(adap, A_TP_KEEP_IDLE, 7200 SECONDS); in tp_set_timers() 3284 t3_write_reg(adap, A_TP_KEEP_INTVL, 75 SECONDS); in tp_set_timers() 3285 t3_write_reg(adap, A_TP_INIT_SRTT, 3 SECONDS); in tp_set_timers() 3286 t3_write_reg(adap, A_TP_FINWAIT2_TIMER, 600 SECONDS); in tp_set_timers() 3288 #undef SECONDS in tp_set_timers()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | readcf.c | 30 #define SECONDS macro 5620 TimeOuts.to_connect = (time_t) 0 SECONDS; 5621 TimeOuts.to_aconnect = (time_t) 0 SECONDS; 5622 TimeOuts.to_iconnect = (time_t) 0 SECONDS; 5635 TimeOuts.to_ident = (time_t) 5 SECONDS; 5637 TimeOuts.to_ident = (time_t) 0 SECONDS; 5639 TimeOuts.to_fileopen = (time_t) 60 SECONDS;
|
| /freebsd/usr.sbin/ntp/ntpd/ |
| H A D | leap-seconds | 74 # LIST OF LEAP SECONDS
|
| /freebsd/contrib/tzdata/ |
| H A D | leap-seconds.list | 74 # LIST OF LEAP SECONDS
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | blkdev.shlib | 76 typeset start=$SECONDS 78 typeset elapsed=$((SECONDS - start))
|
| H A D | libtest.shlib | 2147 typeset t0=$SECONDS 2153 if ((SECONDS - t0 > $timeout)); then
|
| /freebsd/crypto/openssh/ |
| H A D | misc.c | 624 #define SECONDS 1.0 macro 625 #define MINUTES (SECONDS * 60) 688 multiplier = SECONDS; in convtime_double()
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mmuegel | 514 $SECONDS = 4; 520 # $DAYS, $HOURS, $MINUTES, or $SECONDS. 535 X $SECONDS, 1, "", "%02d"
|