Home
last modified time | relevance | path

Searched refs:rtime (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/arm/allwinner/
H A Daw_rtc.c285 uint32_t rdate, rtime; in aw_rtc_gettime() local
288 rtime = RTC_READ(sc, sc->conf->rtc_time); in aw_rtc_gettime()
290 if ((rtime & TIME_MASK) == 0) in aw_rtc_gettime()
293 ct.sec = GET_SEC_VALUE(rtime); in aw_rtc_gettime()
294 ct.min = GET_MIN_VALUE(rtime); in aw_rtc_gettime()
295 ct.hour = GET_HOUR_VALUE(rtime); in aw_rtc_gettime()
311 uint32_t clk, rdate, rtime; in aw_rtc_settime() local
339 rtime = SET_SEC_VALUE(ct.sec) | SET_MIN_VALUE(ct.min) | in aw_rtc_settime()
358 RTC_WRITE(sc, sc->conf->rtc_time, rtime); in aw_rtc_settime()
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c80 void chufilter(struct chucode *chuc, l_fp *rtime);
535 l_fp *rtime in chufilter() argument
636 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG) in chufilter()
637 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG)) in chufilter()
644 date_ui = calyearstart(rtime->l_ui, NULL); in chufilter()
649 date_ui, rtime->l_ui, (long)date_ui-(long)rtime->l_ui); in chufilter()
650 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG) in chufilter()
651 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG)) in chufilter()
658 printf("received %s\n", prettydate(rtime)); in chufilter()
673 if ((rtime->l_ui - date_ui) < CLOCK_WAYTOOBIG) in chufilter()
[all …]
/freebsd/sys/kern/
H A Dtty_info.c282 struct timeval rtime, utime, stime; in tty_info() local
384 microuptime(&rtime); in tty_info()
385 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
395 (long)rtime.tv_sec, rtime.tv_usec / 10000, in tty_info()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c369 const l_fp * const rtime);
1440 const l_fp * const rtime) in process_watch() argument
1466 const l_fp * const rtime) in process_version() argument
1554 const l_fp * const rtime) in process_tpv() argument
1603 up->sti_local = *rtime; in process_tpv()
1604 up->sti_recvt = *rtime; in process_tpv()
1635 const l_fp * const rtime) in process_pps() argument
1650 up->pps_local = *rtime; in process_pps()
1716 const l_fp * const rtime) in process_toff() argument
1737 up->sti_local = *rtime; in process_toff()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c92 time_t rtime; member
199 wi.rtime = w->now; in _warc_header()
240 rh.rtime = w->now; in _warc_header()
389 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime); in _popul_ehdr()
H A Darchive_read_support_format_warc.c226 time_t rtime; in _warc_rdhdr() local
281 rtime = _warc_rdrtm(buf, eoh - buf); in _warc_rdhdr()
282 if (rtime == (time_t)-1) { in _warc_rdhdr()
344 mtime = rtime; in _warc_rdhdr()
374 archive_entry_set_ctime(entry, rtime, 0L); in _warc_rdhdr()
/freebsd/sys/ofed/include/rdma/
H A Dib_mad.h285 u8 rtime) in ib_set_cpi_resp_time() argument
290 cpu_to_be32(rtime & IB_CLASS_PORT_INFO_RESP_TIME_MASK); in ib_set_cpi_resp_time()
454 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime() argument
456 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3); in ib_set_rmpp_resptime()
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c265 double rtime; in dvsend() local
410 rtime = end.tv_sec - start.tv_sec in dvsend()
413 frames, rtime, frames/rtime); in dvsend()
/freebsd/contrib/tnftp/src/
H A Dutil.c703 time_t rtime; in remotemodtime() local
707 rtime = -1; in remotemodtime()
759 rtime = timegm(&timebuf); in remotemodtime()
760 if (rtime == -1) { in remotemodtime()
768 timestr, (LLT)rtime, in remotemodtime()
769 rfc2822time(localtime(&rtime))); in remotemodtime()
781 if (rtime == -1) in remotemodtime()
783 return (rtime); in remotemodtime()
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c448 struct timeval rtime; in dt_msg_send_client_response() local
450 gettimeofday(&rtime, NULL); in dt_msg_send_client_response()
456 dt_fill_timeval(&rtime, in dt_msg_send_client_response()
534 const struct timeval *rtime, in dt_msg_send_outside_response() argument
566 dt_fill_timeval(rtime, in dt_msg_send_outside_response()
H A Ddnstap.h202 const struct timeval *rtime,
/freebsd/cddl/usr.sbin/dtrace/tests/common/docsExamples/
H A DMakefile16 rtime.d \
/freebsd/include/rpc/
H A Dauth_des.h117 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
/freebsd/sbin/routed/
H A Doutput.c811 struct timeval rtime; in rip_bcast() local
815 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME); in rip_bcast()
816 no_flash = rtime; in rip_bcast()
824 rtime.tv_sec + ((float)rtime.tv_usec)/1000000.0); in rip_bcast()
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c201 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime)); in init_as_req()
202 if (a->req_body.rtime == NULL) { in init_as_req()
207 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
H A Dinit_creds_pw.c665 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime)); in init_as_req()
666 if (a->req_body.rtime == NULL) { in init_as_req()
671 *a->req_body.rtime = creds->times.renew_till; in init_as_req()
/freebsd/lib/libc/rpc/
H A DMakefile.inc23 SRCS+= rtime.c
50 rtime.3
H A Drtime.c66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime() function
H A DSymbol.map160 rtime;
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c1573 if(b->rtime == NULL){ in _kdc_as_rep()
1574 ALLOC(b->rtime); in _kdc_as_rep()
1575 *b->rtime = 0; in _kdc_as_rep()
1577 if(*b->rtime < *b->till) in _kdc_as_rep()
1578 *b->rtime = *b->till; in _kdc_as_rep()
1580 if(f.renewable && b->rtime){ in _kdc_as_rep()
1581 t = *b->rtime; in _kdc_as_rep()
/freebsd/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/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h639 hrtime_t rtime; /* cumulative run (service) time */ member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h172 hrtime_t rtime; /* cumulative run (service) time */ member
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h176 hrtime_t rtime; /* cumulative run (service) time */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c204 kip->rtime, kip->rlentime, kip->rlastupdate, in kstat_sysctl_io()

12