Searched refs:tstamp (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfsrtt.h66 struct timeval tstamp; /* Timestamp of log entry */ member in struct:nfsrtt::rttl
96 struct timeval tstamp; /* Timestamp of log entry */ member in struct:nfsdrt::drt
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c271 tstamp_t tstamp; /* NTP timestamp */ local
286 tstamp = crypto_time();
325 lifetime < 0 || tstamp == 0)
341 vp->tstamp = htonl(tstamp);
342 vp->fstamp = hostval.tstamp;
345 if (tstamp != 0) {
359 peer->keynumber, keyid, cookie, ntohl(vp->tstamp),
396 tstamp_t tstamp = 0; /* timestamp */ local
446 tstamp
1078 tstamp_t tstamp; local
1415 tstamp_t tstamp, tstamp1 = 0; /* timestamp */ local
1553 tstamp_t tstamp; /* NTP timestamp */ local
1679 tstamp_t tstamp; /* NTP timestamp */ local
1900 l_fp tstamp; /* NTP time */ local
2035 tstamp_t tstamp; local
2102 tstamp_t tstamp; /* NTP timestamp */ local
2337 tstamp_t tstamp; local
2404 tstamp_t tstamp; /* NTP timestamp */ local
2663 tstamp_t tstamp; local
2729 tstamp_t tstamp; /* NTP timestamp */ local
2948 tstamp_t tstamp; /* NTP timestamp */ local
[all...]
H A Drefclock_zyfer.c95 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
298 TVTOTS(&ppsev.tv,&up->tstamp);
301 pp->lastrec = up->tstamp;
H A Drefclock_trak.c109 l_fp tstamp; /* timestamp of last poll */
282 get_systime(&up->tstamp);
321 TVTOTS(&ppsev.tv,&up->tstamp);
325 pp->lastrec = up->tstamp;
108 l_fp tstamp; /* timestamp of last poll */ member in struct:trakunit
H A Drefclock_jupiter.c531 l_fp tstamp; local
553 tstamp = rbufp->recv_time;
595 L_SUB(&tstamp, &pp->lastrec);
596 if (!L_ISGEQ(&tstamp, &instance->limit))
616 tstamp.l_ui = JAN_1970 + last_timecode;
617 tstamp.l_uf = 0;
619 refclock_process_offset(pp, tstamp, pp->lastrec, pp->fudgetime1);
H A Drefclock_acts.c209 l_fp tstamp; /* on-time timestamp */ member in struct:actsunit
325 up->tstamp = pp->lastrec;
336 up->tstamp = pp->lastrec;
619 pp->lastrec = up->tstamp;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dclk_varitext.c118 timestamp_t tstamp; member in struct:varitext
193 timestamp_t *tstamp
205 t->tstamp = *tstamp;
213 parseio->parse_dtime.parse_stime = t->tstamp; /* Time stamp at packet start */
H A Dclk_computime.c157 timestamp_t *tstamp
171 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_rcc8000.c140 timestamp_t *tstamp
160 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_wharton.c134 timestamp_t *tstamp
148 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_dcf7000.c157 timestamp_t *tstamp
168 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_hopf6021.c226 timestamp_t *tstamp
237 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_trimtaip.c154 timestamp_t *tstamp
168 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_rawdcf.c568 timestamp_t *tstamp
575 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
577 if (parse_timedout(parseio, tstamp, &timeout))
592 if (snt_rawdcf(parseio, tstamp) == CVT_OK)
H A Dclk_schmid.c205 timestamp_t *tstamp
H A Dparse.c118 timestamp_t *tstamp,
125 delta.tv_sec = tstamp->tv.tv_sec - parseio->parse_lastchar.tv.tv_sec;
126 delta.tv_usec = tstamp->tv.tv_usec - parseio->parse_lastchar.tv.tv_usec;
139 delt = tstamp->fp;
270 register timestamp_t *tstamp
309 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp);
331 parseio->parse_lastchar = *tstamp;
116 parse_timedout( parse_t *parseio, timestamp_t *tstamp, struct timeval *del ) argument
H A Dclk_meinberg.c429 timestamp_t *tstamp
443 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
593 timestamp_t *tstamp
633 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */
H A Dclk_trimtsip.c142 timestamp_t *tstamp
173 parseio->parse_dtime.parse_stime = *tstamp; /* pick up time stamp at packet start */
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dmain.c86 static void print_logevent(time_t tstamp, int prio, char * what, char * msg);
87 static void print_charge(time_t tstamp, int controller, int channel, int units, int estimated);
88 static void print_connect(time_t tstamp, int dir, int controller, int channel, char * cfgname, char * devname, char * remphone, char * locphone);
89 static void print_disconnect(time_t tstamp, int controller, int channel);
90 static void print_updown(time_t tstamp, int contoller, int channel, int isup);
491 print_logevent(time_t tstamp, int prio, char * what, char * msg) argument
494 strftime(buf, sizeof(buf), I4B_TIME_FORMAT, localtime(&tstamp));
525 print_charge(time_t tstamp, int controller, int channel, int units, int estimated) argument
528 strftime(buf, sizeof(buf), I4B_TIME_FORMAT, localtime(&tstamp));
548 time_t tstamp, /* serve
547 print_connect( time_t tstamp, int outgoing, int controller, int channel, char * cfgname, char * devnam, char * remphone, char * locphone) argument
587 print_disconnect(time_t tstamp, int controller, int channel) argument
611 print_updown(time_t tstamp, int controller, int channel, int isup) argument
623 print_l12stat(time_t tstamp, int controller, int layer, int status) argument
640 print_tei(time_t tstamp, int controller, int tei) argument
658 print_acct(time_t tstamp, int controller, int channel, int obytes, int obps, int ibytes, int ibps) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcparse.c239 time_t tstamp; local
252 if ((tstamp = strtol(buf, &ep, 0)) == -1 || *ep != '\n')
255 return tstamp;
259 putwhen(char *fname, time_t tstamp) argument
264 if (fprintf(fp, "%lu\n", (u_long) tstamp) < 0) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_crypto.h126 tstamp_t tstamp; /* timestamp */ member in struct:value
141 u_int32 tstamp; /* timestamp */ member in struct:exten
/netbsd-6-1-5-RELEASE/usr.sbin/rbootd/
H A Ddefs.h119 struct timeval tstamp; /* last time active */ member in struct:rmpconn_s
H A Dutils.c108 tmp = localtime((time_t *)&rconn->tstamp.tv_sec);
110 tmp->tm_sec, (long int)rconn->tstamp.tv_usec);
H A Drbootd.c285 if ((rtmp->tstamp.tv_sec + RMP_TIMEOUT) < now.tv_sec) {
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-icmp.c325 icmp_tstamp_print(u_int tstamp) { argument
330 msec = tstamp % 1000;
331 sec = tstamp / 1000;

Completed in 273 milliseconds

123