/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | signal.sh | 272 then float s=$SECONDS 274 …(( (SECONDS-s) < 4 )) && err_exit 'parent does not wait for child to complete before handling sign… 275 ((s = SECONDS)) 277 (( SECONDS-s < 4 )) && err_exit 'parent completes early' 301 SECONDS=0 307 (( SECONDS > 3.5 )) && err_exit "took $SECONDS seconds, expected around 2" 309 SECONDS=0 315 (( SECONDS > 3.5 )) && err_exit "took $SECONDS seconds, expected around 2" 317 SECONDS=0 323 (( SECONDS > 3.5 )) && err_exit "took $SECONDS seconds, expected around 2" [all …]
|
H A D | basic.sh | 365 myfilter() { x=$(print ok | cat); print -r -- $SECONDS;} 425 float s=SECONDS 430 (( (SECONDS-s) < 4)) && err_exit '"command | while read...done" finishing too fast' 431 s=SECONDS 437 (( (SECONDS-s) < 2 )) || err_exit 'early termination not causing broken pipe' 471 float start=$SECONDS end 475 done | { read; $bintrue; end=$SECONDS ;} 476 (( (SECONDS-start) < 1 )) && err_exit "pipefail not waiting for pipe to finish" 478 (( (SECONDS-end) > 2 )) && err_exit "pipefail causing $bintrue to wait for other end of pipe" 484 then float t0=SECONDS [all …]
|
H A D | coprocess.sh | 136 SECONDS=0 count=0 140 if (( SECONDS > 8 )) 141 then err_exit "$cat coprocess read -p hanging (SECONDS=$SECONDS count=$count)"
|
H A D | variables.sh | 45 if (( SECONDS < 2 )) 46 then err_exit SECONDS variable not working 590 ((SECONDS=3*4)) 591 seconds=SECONDS 616 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _
|
H A D | subshell.sh | 442 float t1=$SECONDS 447 (( (SECONDS-t1) > 4 )) && err_exit '/bin/sleep& in subshell hanging' 448 ((t1=SECONDS)) 451 (( (SECONDS-t1) > 4 )) && err_exit 'sleep& in subshell hanging'
|
H A D | builtins.sh | 513 typeset -F3 start_x=SECONDS total_t delay=0.02 519 (( total_t = SECONDS - start_x )) 534 float sec=$SECONDS del=4 538 (( sec = SECONDS - sec ))
|
H A D | options.sh | 513 float start=SECONDS toolong=3 524 (( (SECONDS-start) > (toolong-0.5) )) && err_exit "pipefail causes script to hang" 530 float t1=SECONDS 537 (( (SECONDS-t1) > .5 )) && err_exit 'pipefail should not wait for background processes'
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_tunables.c | 216 {0, 1*DAYS, 30*SECONDS}, {30*SECONDS} }, 285 {500*MS, 60*SECONDS, 1*SECONDS}, {1*SECONDS} }, 289 {1*SECONDS, 60000*SECONDS, 60*SECONDS}, {60*SECONDS} }, 293 {1*SECONDS, 60000*SECONDS, 3*SECONDS}, {3*SECONDS} }, 297 {10*MS, 60000*SECONDS, 60*SECONDS}, {60*SECONDS} }, 309 {0, 300*SECONDS, 60*SECONDS}, {60*SECONDS} },
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 318 {1*SECONDS, TCP_TIME_WAIT_MAX, 1*MINUTES}, {1*MINUTES} }, 334 {0*MS, 20*SECONDS, 0*MS}, {0*MS} }, 350 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} }, 354 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} }, 363 {1*SECONDS, UINT32_MAX, 10*SECONDS}, 364 {10*SECONDS} }, 368 {500*MS, UINT32_MAX, 10*SECONDS}, {10*SECONDS} }, 376 {1*SECONDS, 10*DAYS, 2*HOURS}, {2*HOURS} }, 402 {1*MS, 20*SECONDS, 1*SECONDS}, {1*SECONDS} }, 406 {1*MS, 2*HOURS, 60*SECONDS}, {60*SECONDS} }, [all …]
|
H A D | tcp_opt_data.c | 478 *i1 = tcp->tcp_fin_wait_2_flush_interval / SECONDS; in tcp_opt_get() 1035 tcps->tcps_fin_wait_2_flush_interval_low/SECONDS > in tcp_opt_set() 1037 tcps->tcps_fin_wait_2_flush_interval/SECONDS < in tcp_opt_set() 1042 tcp->tcp_fin_wait_2_flush_interval = *i1 * SECONDS; in tcp_opt_set()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | netbios.h | 113 #define SECONDS (1000 * MILLISECONDS) macro 114 #define MINUTES (60 * SECONDS) 134 #define CONFLICT_TIMER (1 * SECONDS) 136 #define DEFAULT_TTL (600 * SECONDS) 138 #define SSN_CLOSE_TIMEOUT (30 * SECONDS) 139 #define FRAGMENT_TIMEOUT (2 * SECONDS)
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | tp.c | 108 #define SECONDS * tps in tp_set_tcp_time_params() macro 109 t1_write_reg_4(adapter, A_TP_2MSL, (1 SECONDS)/2); in tp_set_tcp_time_params() 110 t1_write_reg_4(adapter, A_TP_RXT_MIN, (1 SECONDS)/4); in tp_set_tcp_time_params() 111 t1_write_reg_4(adapter, A_TP_RXT_MAX, 64 SECONDS); in tp_set_tcp_time_params() 112 t1_write_reg_4(adapter, A_TP_PERS_MIN, (1 SECONDS)/2); in tp_set_tcp_time_params() 113 t1_write_reg_4(adapter, A_TP_PERS_MAX, 64 SECONDS); in tp_set_tcp_time_params() 114 t1_write_reg_4(adapter, A_TP_KEEP_IDLE, 7200 SECONDS); in tp_set_tcp_time_params() 115 t1_write_reg_4(adapter, A_TP_KEEP_INTVL, 75 SECONDS); in tp_set_tcp_time_params() 116 t1_write_reg_4(adapter, A_TP_INIT_SRTT, 3 SECONDS); in tp_set_tcp_time_params() 117 t1_write_reg_4(adapter, A_TP_FINWAIT2_TIME, 60 SECONDS); in tp_set_tcp_time_params() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/ |
H A D | mmp.kshlib | 268 SECONDS=0 272 if [[ $SECONDS -gt $max_duration ]]; then 274 check (${SECONDS}s gt $max_duration)" 286 SECONDS=0 290 if [[ $SECONDS -le $min_duration ]]; then 292 (${SECONDS}s le min_duration $min_duration)"
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/features/async_destroy/ |
H A D | async_destroy_001_pos.ksh | 77 t0=$SECONDS 79 while (( $((SECONDS - t0)) < 10 )); do 96 (( $((SECONDS - t0)) > 180 )) && \
|
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/ |
H A D | sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh | 71 (( tstart=SECONDS )) 73 (( tstop=SECONDS ))
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | xref.sh | 82 ((seconds = SECONDS)) 228 SECONDS=0 255 SECONDS=0
|
H A D | nightly | 1270 SECONDS=0 2128 elapsed_time=$SECONDS
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tunables.h | 139 #define SECONDS (1000 * MS) macro 140 #define MINUTES (60 * SECONDS)
|
H A D | tcp_impl.h | 150 #define TCP_TIME_WAIT_DELAY (5 * SECONDS)
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 78 #define SECONDS macro 137 1 MINUTES, 30 SECONDS, 138 0 SECONDS, 0 SECONDS 543 else if (delay > 95 SECONDS) { in warn() 588 } else if (delay > 95 SECONDS) { in rwarn()
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | prctmp.sh | 33 MAJ/MIN CONNECT SECONDS START TIME SESSION START
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | variables.h | 58 #define SECONDS (shgd->bltin_nodes+28) macro
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | lock.c | 80 #define SECONDS(x) ((unsigned int)(x)) macro 85 #define WAITER_INITIAL SECONDS(1) 86 #define WAITER_MAX SECONDS(60) 126 #define LOCK_SLEEP_INTERVAL SECONDS(2)
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 23 #define SECONDS macro 4624 TimeOuts.to_connect = (time_t) 0 SECONDS; 4625 TimeOuts.to_aconnect = (time_t) 0 SECONDS; 4626 TimeOuts.to_iconnect = (time_t) 0 SECONDS; 4639 TimeOuts.to_ident = (time_t) 5 SECONDS; 4641 TimeOuts.to_ident = (time_t) 0 SECONDS; 4643 TimeOuts.to_fileopen = (time_t) 60 SECONDS;
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 174 #define SECONDS (1000 * MS) macro 175 #define MINUTES (60 * SECONDS) 184 static int tcp_conn_grace_period = 0 * SECONDS; 190 static int tcp_ip_notify_cinterval = 10 * SECONDS; 191 static int tcp_ip_notify_interval = 10 * SECONDS; 197 static int tcp_rexmit_interval_initial = 3 * SECONDS; 198 static int tcp_rexmit_interval_max = 60 * SECONDS;
|