Searched refs:MINUTES (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c1096 MINUTES(7), /* .io_timeout 7 minutes (recover read) */
1098 MINUTES(600), /* .space_timeout 10 Hours (space seq file)*/
1101 MINUTES(290) /* .erase_timeout 4 hours 50 minutes */
1131 MINUTES(5), /* .io_timeout */
1132 MINUTES(10), /* .rewind_timeout */
1133 MINUTES(20), /* .space_timeout */
1134 MINUTES(10), /* .load_timeout */
1135 MINUTES(10), /* .unload_timeout */
1136 MINUTES(300) /* .erase_timeout 5 hours */
1171 MINUTES(
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dnetbios.h114 #define MINUTES (60 * SECONDS) macro
115 #define HOURS (60 * MINUTES)
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c79 #define MINUTES *60 macro
82 #define NOLOGTIME 5 MINUTES
132 2 HOURS, 30 MINUTES,
133 1 HOURS, 15 MINUTES,
134 30 MINUTES, 10 MINUTES,
135 15 MINUTES, 5 MINUTES,
136 10 MINUTES, 5 MINUTES,
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c252 {1*SECONDS, TCP_TIME_WAIT_MAX, 1*MINUTES}, {1*MINUTES} },
284 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} },
288 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} },
293 {500*MS, UINT32_MAX, 5*MINUTES}, {5*MINUTES} },
348 {1*MS, 1*MINUTES, 100*MS}, {100*MS} },
490 {0, UINT32_MAX, 8*MINUTES}, {
[all...]
H A Dtcp_socket.c1121 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() -
H A Dtcp_tpi.c2023 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() -
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c224 {0, 1*DAYS, 10*MINUTES}, {10*MINUTES} },
228 {0, 1*DAYS, 2*MINUTES}, {2*MINUTES} },
233 {10*MS, 1*MINUTES, 100*MS}, {100*MS} },
H A Dsctp_impl.h402 #define SCTP_SLC_REPORT_INTERVAL (30 * MINUTES)
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h140 #define MINUTES (60 * SECONDS) macro
141 #define HOURS (60 * MINUTES)
H A Dtcp_impl.h140 #define TCP_TIME_WAIT_MAX (10 * MINUTES)
409 #define TCP_TLC_REPORT_INTERVAL (30 * MINUTES)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7cnca.c68 #define MINUTES (60 * SECONDS) macro
69 #define HOURS (60 * MINUTES)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c24 #define MINUTES * 60 macro
2594 SafeAlias = 5 MINUTES;
4627 TimeOuts.to_initial = (time_t) 5 MINUTES;
4628 TimeOuts.to_helo = (time_t) 5 MINUTES;
4629 TimeOuts.to_mail = (time_t) 10 MINUTES;
4631 TimeOuts.to_datainit = (time_t) 5 MINUTES;
4634 TimeOuts.to_rset = (time_t) 5 MINUTES;
4635 TimeOuts.to_quit = (time_t) 2 MINUTES;
4637 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
4644 TimeOuts.to_control = (time_t) 2 MINUTES;
[all...]
H A Dconf.c263 #define MINUTES * 60 macro
264 #define HOURS * 60 MINUTES
323 MciCacheTimeout = 5 MINUTES; /* option K */
349 MciInfoTimeout = 30 MINUTES;
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c373 #define MINUTES(x) ((x) * 60) macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h393 #define MINUTES(val) ((val) * 60) macro
1279 #define ST_SPACE_TIME MINUTES(60) /* 60 minutes per space operation */
1287 #define ST_IO_TIME MINUTES(2) /* minutes per i/o */
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c176 #define MINUTES (60 * SECONDS) macro
177 #define HOURS (60 * MINUTES)
181 static int tcp_time_wait_interval = 1 * MINUTES;
188 static int tcp_ip_abort_cinterval = 3 * MINUTES;
189 static int tcp_ip_abort_linterval = 3 * MINUTES;
190 static int tcp_ip_abort_interval = 8 * MINUTES;
206 static int tcp_fin_wait_2_flush_interval = 1 * MINUTES;
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c45 #define MINUTES 60 macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c80 #define MINUTES(x) ((unsigned int)(seconds(x)*60)) macro

Completed in 200 milliseconds