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

/freebsd-10.0-release/include/rpc/
H A Dauth_des.h120 extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
/freebsd-10.0-release/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-10.0-release/contrib/ntp/clockstuff/
H A Dchutest.c531 l_fp *rtime
635 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
636 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
643 date_ui = calyearstart(rtime->l_ui);
648 date_ui, rtime->l_ui, (long)date_ui-(long)rtime->l_ui);
649 if (date_ui < (rtime->l_ui + CLOCK_WAYTOOBIG)
650 && date_ui > (rtime->l_ui - CLOCK_WAYTOOBIG))
657 printf("received %s\n", prettydate(rtime));
668 if ((rtime
[all...]
/freebsd-10.0-release/lib/libc/rpc/
H A Drtime.c36 * rtime - get time from remote machine
58 static char sccsid[] = "@(#)rtime.c 2.2 88/08/10 4.0 RPCSRC; from 1.8 88/02/08 SMI";
71 rtime(addrp, timep, timeout) function
H A DSymbol.map195 rtime;
H A DMakefile.inc24 SRCS+= rtime.c
51 rtime.3
/freebsd-10.0-release/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-10.0-release/usr.sbin/fwcontrol/
H A Dfwdv.c269 double rtime; local
414 rtime = end.tv_sec - start.tv_sec
417 frames, rtime, frames/rtime);
/freebsd-10.0-release/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-10.0-release/sys/ofed/include/rdma/
H A Dib_mad.h279 * @rtime: The response time to set.
281 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) argument
283 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3);
/freebsd-10.0-release/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-10.0-release/sbin/routed/
H A Doutput.c823 struct timeval rtime; local
827 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME);
828 no_flash = rtime;
836 rtime.tv_sec + ((float)rtime.tv_usec)/1000000.0);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/apr-util/memcache/
H A Dapr_memcache.c1617 else mc_do_stat(rusage_user, rtime)
1618 else mc_do_stat(rusage_system, rtime)

Completed in 183 milliseconds