/freebsd/sys/arm/allwinner/ |
H A D | aw_rtc.c | 285 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 D | chutest.c | 80 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() 669 if ((rtime->l_ui - yearstart) < CLOCK_WAYTOOBIG) { in chufilter() [all …]
|
/freebsd/sys/kern/ |
H A D | tty_info.c | 282 struct timeval rtime, utime, stime; in tty_info() local 380 microuptime(&rtime); in tty_info() 381 timevalsub(&rtime, &p->p_stats->p_start); in tty_info() 387 /* Print command, pid, state, rtime, utime, stime, %cpu, and rss. */ in tty_info() 391 (long)rtime.tv_sec, rtime.tv_usec / 10000, in tty_info()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_gpsdjson.c | 369 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 D | archive_write_set_format_warc.c | 92 time_t rtime; 201 wi.rtime = w->now; in _warc_header() 242 rh.rtime = w->now; in _warc_header() 392 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime); in _popul_ehdr() 93 time_t rtime; global() member
|
H A D | archive_read_support_format_warc.c | 226 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() 339 /* snarf mtime or deduce from rtime in _warc_rdhdr() 344 mtime = rtime; in _warc_rdhdr() 373 /* rtime is the new ctime, mtime stays mtime */ in _warc_rdhdr() 374 archive_entry_set_ctime(entry, rtime, 0L); in _warc_rdhdr()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_mad.h | 285 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 D | fwdv.c | 265 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 D | util.c | 703 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 D | dnstap.c | 484 struct timeval rtime; in dt_msg_send_client_response() local 489 gettimeofday(&rtime, NULL); in dt_msg_send_client_response() 495 dt_fill_timeval(&rtime, in dt_msg_send_client_response() 576 const struct timeval *rtime, in dt_msg_send_outside_response() argument 611 dt_fill_timeval(rtime, in dt_msg_send_outside_response()
|
H A D | dnstap.h | 210 const struct timeval *rtime,
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/docsExamples/ |
H A D | Makefile | 16 rtime.d \
|
/freebsd/sbin/routed/ |
H A D | output.c | 811 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 D | get_in_tkt.c | 201 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 D | init_creds_pw.c | 665 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/include/rpc/ |
H A D | auth_des.h | 117 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
|
/freebsd/lib/libc/rpc/ |
H A D | Makefile.inc | 22 SRCS+= rtime.c 49 rtime.3
|
H A D | rtime.c | 66 rtime(struct sockaddr_in *addrp, struct timeval *timep, in rtime() function
|
H A D | Symbol.map | 160 rtime;
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kerberos5.c | 1573 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 D | ntploopwatch | 1642 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 D | kstat.h | 639 hrtime_t rtime; /* cumulative run (service) time */ member
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kstat.h | 172 hrtime_t rtime; /* cumulative run (service) time */ member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kstat.h | 176 hrtime_t rtime; /* cumulative run (service) time */ member
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_kstat.c | 204 kip->rtime, kip->rlentime, kip->rlastupdate, in kstat_sysctl_io()
|