Searched refs:seconds (Results 76 - 100 of 125) sorted by relevance

12345

/freebsd-9.3-release/sys/netncp/
H A Dncp_lib.h91 nuint8 seconds; member in struct:__anon10004
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c1007 chat_logf("timeout set to %d seconds", timeout);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix71 unsigned (alarm)(unsigned seconds);
252 unsigned (sleep)(unsigned seconds);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dtimer.c58 (d).seconds, (d).nanoseconds)
60 (d).seconds, (d).nanoseconds, (n).seconds, (n).nanoseconds)
62 (d).seconds, (d).nanoseconds)
298 * we're 15 seconds or more behind, and if we are, we signal
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c176 time_t rekey_interval; /* how often in seconds */
1979 packet_set_rekey_limits(u_int32_t bytes, time_t seconds) argument
1981 debug3("rekey after %lld bytes, %d seconds", (long long)bytes,
1982 (int)seconds);
1984 active_state->rekey_interval = seconds;
1995 time_t seconds; local
1997 seconds = active_state->rekey_time + active_state->rekey_interval -
1999 return (seconds <= 0 ? 1 : seconds);
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md169 + `[s|min|d|w|y]` - time multipliers, all time values are translated to float number of seconds, for example `10min` is translated to 600.0 and `10ms` is translated to 0.01
273 jansson: parsed json in 1.3899 seconds
274 jansson: emitted object in 0.2609 seconds
276 ucl: parsed input in 0.6649 seconds
277 ucl: emitted config in 0.2423 seconds
278 ucl: emitted json in 0.2329 seconds
279 ucl: emitted compact json in 0.1811 seconds
280 ucl: emitted yaml in 0.2489 seconds
286 ucl: parsed input in 0.3002 seconds
287 ucl: emitted config in 0.1174 seconds
[all...]
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_syscalls.c586 ___sleep(unsigned int seconds) argument
592 ret = __sleep(seconds);
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c152 getc(int seconds) argument
158 limit = seconds * 1000000/10000;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dwork_thread.c126 time_t seconds
143 until.tv_sec += seconds;
H A Dntp_calendar.c427 * ON the first day, with 3hrs, 4minutes and 5 seconds elapsed.
478 * + let T be a UN*X time stamp and V be seconds-of-day: then
480 * is a time stamp that has the same seconds-of-day as the input
574 * Convert a timestamp in NTP scale to a 64bit seconds value in the UN*X
623 * Convert a timestamp in NTP scale to a 64bit seconds value in the NTP
681 * Split a 64bit seconds value into elapsed days in 'res.hi' and
682 * elapsed seconds since midnight in 'res.lo' using explicit floor
767 * Split a 32bit seconds value into h/m/s and excessive days. This
974 * Take a value of seconds since midnight and split it into hhmmss in a
997 * Take a value of seconds sinc
[all...]
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x109 unsigned seconds;
390 uint32 seconds;
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.h482 uint16_t seconds; /* seconds since did initial bootstrap */ member in struct:__anon5753
483 uint16_t Flags; /* seconds since did initial bootstrap */
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmain.c641 TRACE(2, ("xmt_timer_cb: at .%6.6u next %ld seconds\n",
791 msyslog(LOG_INFO, "%s no %cCST response after %d seconds",
1038 * timeout to fire in s seconds, if not reset earlier by a call to
1047 u_int seconds /* 0 cancels */
1060 if (0 == seconds)
1062 tv_to.tv_sec = seconds;
1208 ** expiration timestamp of several seconds in the future,
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.c841 int write_select_2, int seconds)
887 if (seconds >= 0) {
888 timeout.tv_sec = seconds;
840 tls_sockets_select(int read_select_1, int read_select_2, int write_select_1, int write_select_2, int seconds) argument
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c2492 pt->seconds < 0) {
2501 if (pt->timeout == PFTM_INTERVAL && pt->seconds == 0)
2502 pt->seconds = 1;
2504 V_pf_default_rule.timeout[pt->timeout] = pt->seconds;
2506 pf_default_rule.timeout[pt->timeout] = pt->seconds;
2508 if (pt->timeout == PFTM_INTERVAL && pt->seconds < old)
2510 pt->seconds = old;
2522 pt->seconds = V_pf_default_rule.timeout[pt->timeout];
2524 pt->seconds = pf_default_rule.timeout[pt->timeout];
3736 if (diff >= n->conn_rate.seconds)
[all...]
H A Dpfvar.h640 u_int32_t seconds; member in struct:pf_rule::__anon54
731 u_int32_t seconds; member in struct:pf_threshold
1615 int seconds; member in struct:pfioc_tm
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl.c1131 printf("%-20s %10d", pf_timeouts[i].name, pt.seconds);
1702 pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) argument
1711 pf->timeout[pf_timeouts[i].timeout] = seconds;
1724 printf("set timeout %s %d\n", opt, seconds);
1730 pfctl_load_timeout(struct pfctl *pf, unsigned int timeout, unsigned int seconds) argument
1736 pt.seconds = seconds;
H A Dparse.y175 u_int32_t seconds;
186 u_int32_t seconds;
2031 !o->data.max_src_conn_rate.seconds) {
2045 r.max_src_conn_rate.seconds =
2046 o->data.max_src_conn_rate.seconds;
2107 o->data.timeout.seconds;
2143 r.max_src_conn_rate.seconds) {
2150 r.max_src_conn_rate.seconds)
2152 r.max_src_conn_rate.seconds;
3539 $$->data.max_src_conn_rate.seconds
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2242 "Current IDLE time limit is %d seconds; max %d",
2253 "Maximum IDLE time must be between 30 and %d seconds",
2259 "Maximum IDLE time set to %d seconds",
3184 "Timeout (%d seconds): closing control connection.",
3187 syslog(LOG_INFO, "User %s timed out after %d seconds",
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c1884 int hours, minutes, seconds; local
1886 /* ttl is in half seconds */
1892 seconds = ttl % 60;
1895 sprintf(ttlbuf, "%2d:%02d:%02d", hours, minutes, seconds);
1897 sprintf(ttlbuf, "%2d:%02d", minutes, seconds);
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio.h509 # define BIO_set_ssl_renegotiate_timeout(b,seconds) \
510 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_TIMEOUT,seconds,NULL);
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c862 _("leap line in non leap seconds file %s"), name);
884 ** into a number of seconds.
1503 ** Correct for leap seconds.
1808 register int seconds; local
1815 seconds = offset % SECSPERMIN;
1825 if (minutes != 0 || seconds != 0) {
1827 if (seconds != 0)
1828 (void) sprintf(end(result), ":%02d", seconds); local
2318 error(_("too many leap seconds"));
2349 ** propagate leap seconds forwar
[all...]
/freebsd-9.3-release/contrib/amd/include/
H A Dam_defs.h1509 extern unsigned int sleep(unsigned int seconds);
/freebsd-9.3-release/sys/dev/hptmv/
H A Dhptintf.h336 UINT seconds:6; /* 0 - 59 */ member in struct:_TIME_RECORD
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile75 # If you always want time values interpreted as "seconds since the epoch
76 # (not counting leap seconds)", use
78 # below. If you always want right time values interpreted as "seconds since
79 # the epoch" (counting leap seconds)", use
81 # below. If you want both sets of data available, with leap seconds not
84 # below. If you want both sets of data available, with leap seconds counted
87 # below. POSIX mandates that leap seconds not be counted; for compatibility
251 # For leap seconds, this Makefile uses LEAPSECONDS='-L leapseconds' in
252 # submake command lines. The default is no leap seconds.
380 LEAP_DEPS= leapseconds.awk leap-seconds
[all...]

Completed in 400 milliseconds

12345