Home
last modified time | relevance | path

Searched refs:MINUTES (Results 1 – 17 of 17) 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(1), /* .non_motion_timeout */
[all …]
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c77 #define MINUTES *60 macro
80 #define NOLOGTIME 5 MINUTES
130 2 HOURS, 30 MINUTES,
131 1 HOURS, 15 MINUTES,
132 30 MINUTES, 10 MINUTES,
133 15 MINUTES, 5 MINUTES,
134 10 MINUTES, 5 MINUTES,
135 5 MINUTES, 3 MINUTES,
136 2 MINUTES, 1 MINUTES,
137 1 MINUTES, 30 SECONDS,
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c318 {1*SECONDS, TCP_TIME_WAIT_MAX, 1*MINUTES}, {1*MINUTES} },
350 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} },
354 {1*SECONDS, UINT32_MAX, 3*MINUTES}, {3*MINUTES} },
359 {500*MS, UINT32_MAX, 5*MINUTES}, {5*MINUTES} },
414 {1*MS, 1*MINUTES, 100*MS}, {100*MS} },
556 {0, UINT32_MAX, 8*MINUTES}, {8*MINUTES} },
H A Dtcp_socket.c1128 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() - in tcp_newconn_notify()
H A Dtcp_tpi.c2030 10*MINUTES < TICK_TO_MSEC(ddi_get_lbolt64() - in tcp_send_conn_ind()
/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/smbsrv/
H A Dnetbios.h114 #define MINUTES (60 * SECONDS) macro
115 #define HOURS (60 * 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)
398 #define TCP_TLC_REPORT_INTERVAL (30 * 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;
4644 TimeOuts.to_control = (time_t) 2 MINUTES;
4645 TimeOuts.to_lhlo = (time_t) 2 MINUTES;
[all …]
H A Dconf.c264 #define MINUTES * 60 macro
265 #define HOURS * 60 MINUTES
324 MciCacheTimeout = 5 MINUTES; /* option K */
350 MciInfoTimeout = 30 MINUTES;
/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/cmd/backup/dump/
H A Ddumpoptr.c355 #define MINUTES(x) ((x) * 60) macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c175 #define MINUTES (60 * SECONDS) macro
176 #define HOURS (60 * MINUTES)
180 static int tcp_time_wait_interval = 1 * MINUTES;
187 static int tcp_ip_abort_cinterval = 3 * MINUTES;
188 static int tcp_ip_abort_linterval = 3 * MINUTES;
189 static int tcp_ip_abort_interval = 8 * MINUTES;
205 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.c81 #define MINUTES(x) ((unsigned int)(seconds(x)*60)) macro