/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
H A D | zpool_export_parallel_pos.ksh | 91 SECONDS=0 95 sequential_time=$SECONDS 101 SECONDS=0 106 parallel_time=$SECONDS 122 SECONDS=0 124 parallel_time=$SECONDS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_parallel_pos.ksh | 98 SECONDS=0 102 sequential_time=$SECONDS 108 SECONDS=0 113 parallel_time=$SECONDS 130 SECONDS=0 132 parallel_time=$SECONDS
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
H A D | events_common.kshlib | 40 SECONDS=0 43 if [[ $SECONDS -gt $timeout ]]; then 44 echo file_wait_event exceeded $SECONDS seconds 64 SECONDS=0 67 if [[ $SECONDS -gt $timeout ]]; then 68 echo file_wait exceeded $SECONDS seconds
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp.kshlib | 162 SECONDS=0 166 if [[ $SECONDS -gt $max_duration ]]; then 168 check (${SECONDS}s gt $max_duration)" 180 SECONDS=0 184 if [[ $SECONDS -le $min_duration ]]; then 186 (${SECONDS}s le min_duration $min_duration)"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/async_destroy/ |
H A D | async_destroy_001_pos.ksh | 76 t0=$SECONDS 78 while [[ $((SECONDS - t0)) -lt 10 ]]; do 95 [[ $((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/fault/ |
H A D | suspend_on_probe_errors.ksh | 102 SECONDS=0 104 log_note "fill_fs took $SECONDS seconds"
|
/freebsd/crypto/openssl/apps/ |
H A D | s_time.c | 32 #define SECONDS 30 macro 127 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 1475 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 | 182 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 | 75 typeset start=$SECONDS 77 typeset elapsed=$((SECONDS - start))
|
H A D | libtest.shlib | 2077 typeset t0=$SECONDS 2083 if ((SECONDS - t0 > $timeout)); then
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 581 #define SECONDS 1 macro 582 #define MINUTES (SECONDS * 60)
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 514 $SECONDS = 4; 520 # $DAYS, $HOURS, $MINUTES, or $SECONDS. 535 X $SECONDS, 1, "", "%02d"
|