Searched defs:MINUTES (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c373 #define MINUTES(x) ((x) * 60) macro
/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/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)
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dlock.c80 #define MINUTES(x) ((unsigned int)(seconds(x)*60)) macro
/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/cmd/bnu/
H A Duustat.c45 #define MINUTES 60 macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c263 #define MINUTES * 60 macro
264 #define HOURS * 60 MINUTES
323 MciCacheTimeout = 5 MINUTES; /* option K */
349 MciInfoTimeout = 30 MINUTES;
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...]
/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/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 */

Completed in 985 milliseconds