Searched refs:rtime (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/docsExamples/
H A DMakefile18 rtime.d \
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rtc.c220 uint32_t rdate, rtime; local
223 rtime = RTC_READ(sc, sc->rtc_time);
225 if ((rtime & TIME_MASK) == 0)
228 ct.sec = GET_SEC_VALUE(rtime);
229 ct.min = GET_MIN_VALUE(rtime);
230 ct.hour = GET_HOUR_VALUE(rtime);
246 uint32_t clk, rdate, rtime; local
274 rtime = SET_SEC_VALUE(ct.sec) | SET_MIN_VALUE(ct.min) |
293 RTC_WRITE(sc, sc->rtc_time, rtime);
/freebsd-11-stable/include/rpc/
H A Dauth_des.h119 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
/freebsd-11-stable/contrib/ntp/clockstuff/
H A Dchutest.c80 void chufilter(struct chucode *chuc, l_fp *rtime);
535 l_fp *rtime
636 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
637 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
644 date_ui = calyearstart(rtime->l_ui, NULL);
649 date_ui, rtime->l_ui, (long)date_ui-(long)rtime->l_ui);
650 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
651 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
658 printf("received %s\n", prettydate(rtime));
[all...]
/freebsd-11-stable/sys/kern/
H A Dtty_info.c216 struct timeval rtime, utime, stime; local
298 microuptime(&rtime);
299 timevalsub(&rtime, &p->p_stats->p_start);
305 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */
309 (long)rtime.tv_sec, rtime.tv_usec / 10000,
/freebsd-11-stable/contrib/unbound/dnstap/
H A Ddnstap.h178 * @param rtime: time response message was sent.
188 const struct timeval *rtime,
H A Ddnstap.c394 struct timeval rtime; local
396 gettimeofday(&rtime, NULL);
402 dt_fill_timeval(&rtime,
474 const struct timeval *rtime,
506 dt_fill_timeval(rtime,
468 dt_msg_send_outside_response(struct dt_env *env, struct sockaddr_storage *rsock, enum comm_point_type cptype, uint8_t *zone, size_t zone_len, uint8_t *qbuf, size_t qbuf_len, const struct timeval *qtime, const struct timeval *rtime, sldns_buffer *rmsg) argument
/freebsd-11-stable/lib/libc/rpc/
H A Drtime.c35 * rtime - get time from remote machine
57 static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI";
70 rtime(struct sockaddr_in *addrp, struct timeval *timep, function
H A DMakefile.inc24 SRCS+= rtime.c
51 rtime.3
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c93 time_t rtime; member in struct:__anon56
202 wi.rtime = w->now;
243 rh.rtime = w->now;
402 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime);
H A Darchive_read_support_format_warc.c226 time_t rtime; local
281 rtime = _warc_rdrtm(buf, eoh - buf);
282 if (rtime == (time_t)-1) {
332 /* snarf mtime or deduce from rtime
337 mtime = rtime;
366 /* rtime is the new ctime, mtime stays mtime */
367 archive_entry_set_ctime(entry, rtime, 0L);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c368 const l_fp * const rtime);
1421 const l_fp * const rtime)
1447 const l_fp * const rtime)
1535 const l_fp * const rtime)
1584 up->sti_local = *rtime;
1585 up->sti_recvt = *rtime;
1616 const l_fp * const rtime)
1631 up->pps_local = *rtime;
1697 const l_fp * const rtime)
1718 up->sti_local = *rtime;
1418 process_watch( peerT * const peer , json_ctx * const jctx , const l_fp * const rtime) argument
1444 process_version( peerT * const peer , json_ctx * const jctx , const l_fp * const rtime) argument
1532 process_tpv( peerT * const peer , json_ctx * const jctx , const l_fp * const rtime) argument
1613 process_pps( peerT * const peer , json_ctx * const jctx , const l_fp * const rtime) argument
1694 process_toff( peerT * const peer , json_ctx * const jctx , const l_fp * const rtime) argument
1738 gpsd_parse( peerT * const peer , const l_fp * const rtime) argument
[all...]
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dreadmsg.c51 struct timeval rtime, rwait, rtout; variable in typeref:struct:timeval
171 (void)gettimeofday(&rtime, NULL);
172 timevalsub(&rwait, &rtout, &rtime);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h282 * @rtime: The response time to set.
285 u8 rtime)
290 cpu_to_be32(rtime & IB_CLASS_PORT_INFO_RESP_TIME_MASK);
452 * @rtime: The response time to set.
454 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) argument
456 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3);
284 ib_set_cpi_resp_time(struct ib_class_port_info *cpi, u8 rtime) argument
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwdv.c269 double rtime; local
413 rtime = end.tv_sec - start.tv_sec
416 frames, rtime, frames/rtime);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c703 time_t rtime; local
707 rtime = -1;
759 rtime = timegm(&timebuf);
760 if (rtime == -1) {
768 timestr, (LLT)rtime,
769 rfc2822time(localtime(&rtime)));
781 if (rtime == -1)
783 return (rtime);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c201 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime));
202 if (a->req_body.rtime == NULL) {
207 *a->req_body.rtime = creds->times.renew_till;
H A Dinit_creds_pw.c665 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime));
666 if (a->req_body.rtime == NULL) {
671 *a->req_body.rtime = creds->times.renew_till;
/freebsd-11-stable/sbin/routed/
H A Doutput.c821 struct timeval rtime; local
825 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME);
826 no_flash = rtime;
834 rtime.tv_sec + ((float)rtime.tv_usec)/1000000.0);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkerberos5.c1573 if(b->rtime == NULL){
1574 ALLOC(b->rtime);
1575 *b->rtime = 0;
1577 if(*b->rtime < *b->till)
1578 *b->rtime = *b->till;
1580 if(f.renewable && b->rtime){
1581 t = *b->rtime;
H A Dkrb5tgs.c470 _kdc_fix_time(&b->rtime);
471 *et->renew_till = *b->rtime;
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntploopwatch1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0);
1644 ;# $rtime may be off if daylight savings time is in effect at given date
1645 return $rtime + ($sec - int($sec))
1646 if $hour == (localtime($rtime))[$[+2];
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1642 else mc_do_stat(rusage_user, rtime)
1643 else mc_do_stat(rusage_system, rtime)

Completed in 369 milliseconds