Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c387 vp->tstamp = htonl(tstamp); in make_keylist()
1157 vtemp.tstamp = ep->tstamp; in crypto_xmit()
1506 tstamp = ntohl(ep->tstamp); in crypto_verify()
1608 vp->tstamp = htonl(tstamp); in crypto_encrypt()
1739 ep->tstamp = htonl(tstamp); in crypto_args()
1786 ep->tstamp = vp->tstamp; in crypto_send()
2212 vp->tstamp = htonl(tstamp); in crypto_alice()
2322 vp->tstamp = htonl(tstamp); in crypto_bob()
2542 vp->tstamp = htonl(tstamp); in crypto_alice2()
2645 vp->tstamp = htonl(tstamp); in crypto_bob2()
[all …]
H A Drefclock_acts.c215 l_fp tstamp; /* on-time timestamp */ member
341 up->tstamp = pp->lastrec; in acts_receive()
351 up->tstamp = pp->lastrec; in acts_receive()
899 pp->lastrec = up->tstamp; in acts_timecode()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c331 &pp->comm.tstamp, sizeof (pp->comm.tstamp) == 4 ? "INT32" : "INT64"); in open_experiment()
1296 iopkt.comm.tstamp = grnt;
1617 iopkt.comm.tstamp = grnt;
1810 iopkt.comm.tstamp = grnt;
1850 iopkt.comm.tstamp = grnt;
1932 iopkt.comm.tstamp = grnt;
1972 iopkt.comm.tstamp = grnt;
2010 iopkt.comm.tstamp = grnt;
2047 iopkt.comm.tstamp = grnt;
2059 iopkt.comm.tstamp = grnt;
[all …]
H A Dheaptrace.c180 &pp->comm.tstamp, sizeof (pp->comm.tstamp) == 4 ? "INT32" : "INT64"); in open_experiment()
298 hpacket.comm.tstamp = gethrtime (); in malloc()
302 …hpacket.comm.frinfo = collector_interface->getFrameInfo (heap_hndl, hpacket.comm.tstamp, FRINFO_FR… in malloc()
338 hpacket.comm.tstamp = ts; in free()
341 …hpacket.comm.frinfo = collector_interface->getFrameInfo (heap_hndl, hpacket.comm.tstamp, FRINFO_FR… in free()
375 hpacket.comm.tstamp = ts; in realloc()
379 …hpacket.comm.frinfo = collector_interface->getFrameInfo (heap_hndl, hpacket.comm.tstamp, FRINFO_FR… in realloc()
403 hpacket.comm.tstamp = gethrtime (); in memalign()
432 hpacket.comm.tstamp = gethrtime (); in valloc()
464 hpacket.comm.tstamp = gethrtime (); in calloc()
[all …]
H A Dsynctrace.c264 &pp->comm.tstamp, sizeof (pp->comm.tstamp) == 4 ? "INT32" : "INT64"); in open_experiment()
712 spacket.comm.tstamp = grnt; in __collector_jsync_end()
715 …spacket.comm.frinfo = collector_interface->getFrameInfo (sync_hndl, spacket.comm.tstamp, FRINFO_FR… in __collector_jsync_end()
745 spacket.comm.tstamp = grnt; in pthread_mutex_lock()
748 …spacket.comm.frinfo = collector_interface->getFrameInfo (sync_hndl, spacket.comm.tstamp, FRINFO_FR… in pthread_mutex_lock()
836 spacket.comm.tstamp = grnt; in __collector_pthread_cond_wait_symver()
939 spacket.comm.tstamp = grnt; in __collector_pthread_cond_timedwait_symver()
972 spacket.comm.tstamp = grnt; in pthread_join()
975 …spacket.comm.frinfo = collector_interface->getFrameInfo (sync_hndl, spacket.comm.tstamp, FRINFO_FR… in pthread_join()
1048 spacket.comm.tstamp = grnt;
[all …]
H A Dprofile.c77 hrtime_t tstamp __attribute__ ((packed)); member
193 &cp->tstamp, sizeof (cp->tstamp) == 4 ? "INT32" : "INT64"); in open_experiment()
281 pckt.tstamp = collector_interface->getHiResTime (); in __collector_ext_profile_handler()
282 …pckt.frinfo = collector_interface->getFrameInfo (COLLECTOR_MODULE_ERR, pckt.tstamp, FRINFO_FROM_UC… in __collector_ext_profile_handler()
H A Dhwprofile.c544 pckt.comm.tstamp = time; in collector_record_counter_internal()
564 …pckt.comm.frinfo = collector_interface->getFrameInfo (expr_hndl, pckt.comm.tstamp, FRINFO_FROM_UC,… in collector_record_counter_internal()
836 &pp->comm.tstamp, sizeof (pp->comm.tstamp) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
856 &xpp->comm.tstamp, sizeof (xpp->comm.tstamp) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
/netbsd/sbin/dmesg/
H A Ddmesg.c152 size_t tstamp; in main() local
267 tstamp = 0; in main()
278 if (tstamp < sizeof(tbuf) - 1) \ in main()
279 tbuf[tstamp++] = (c); \ in main()
282 tstamp = 0; \ in main()
324 if (tstamp == 0) in main()
329 tstamp = 0; in main()
398 if (!tstamp && postts) { in main()
406 if (tstamp) { in main()
430 if (tstamp) { in main()
/netbsd/external/bsd/ntp/dist/libparse/
H A Dclk_varitext.c118 timestamp_t tstamp; member
194 timestamp_t *tstamp in inp_varitext() argument
206 t->tstamp = *tstamp; in inp_varitext()
214 parseio->parse_dtime.parse_stime = t->tstamp; /* Time stamp at packet start */ in inp_varitext()
H A Dclk_rawdcf.c682 timestamp_t *tstamp in inp_rawdcf() argument
689 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rawdcf()
691 if (parse_timedout(parseio, tstamp, &timeout)) in inp_rawdcf()
705 delta_usec = calc_usecdiff(tstamp, &t->timeout, 60); in inp_rawdcf()
718 t->tminute = *tstamp; in inp_rawdcf()
725 t->timeout = *tstamp; in inp_rawdcf()
739 if (snt_rawdcf(parseio, tstamp) == CVT_OK) in inp_rawdcf()
H A Dparse.c118 timestamp_t *tstamp, in parse_timedout() argument
125 delta.tv_sec = tstamp->tv.tv_sec - parseio->parse_lastchar.tv.tv_sec; in parse_timedout()
126 delta.tv_usec = tstamp->tv.tv_usec - parseio->parse_lastchar.tv.tv_usec; in parse_timedout()
135 delt = tstamp->fp; in parse_timedout()
266 register timestamp_t *tstamp in parse_ioread() argument
305 input_status = clockformats[parseio->parse_lformat]->input(parseio, ch, tstamp); in parse_ioread()
327 parseio->parse_lastchar = *tstamp; in parse_ioread()
H A Dclk_sel240x.c94 timestamp_t *tstamp in inp_sel240x() argument
107 parseio->parse_dtime.parse_stime = *tstamp; in inp_sel240x()
H A Dclk_wharton.c137 timestamp_t *tstamp in inp_wharton_400a() argument
151 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_wharton_400a()
H A Dclk_computime.c157 timestamp_t *tstamp in inp_computime() argument
171 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_computime()
H A Dclk_rcc8000.c141 timestamp_t *tstamp in inp_rcc8000() argument
161 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_rcc8000()
H A Dclk_dcf7000.c158 timestamp_t *tstamp in inp_dcf7000() argument
169 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_dcf7000()
H A Dclk_hopf6021.c221 timestamp_t *tstamp in inp_hopf6021() argument
232 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_hopf6021()
H A Dclk_trimtaip.c155 timestamp_t *tstamp in inp_trimtaip() argument
169 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in inp_trimtaip()
H A Dclk_meinberg.c434 timestamp_t *tstamp in mbg_input() argument
448 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in mbg_input()
598 timestamp_t *tstamp in gps_input() argument
638 parseio->parse_dtime.parse_stime = *tstamp; /* collect timestamp */ in gps_input()
/netbsd/sys/nfs/
H A Dnfsrtt.h64 struct timeval tstamp; /* Timestamp of log entry */ member
98 struct timeval tstamp; /* Timestamp of log entry */ member
/netbsd/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c200 uint32_t tstamp, op, len; in get_header() local
204 tstampp = &tstamp; in get_header()
342 uint32_t tstamp; in seek_next() local
502 if (tstamp == NULL) in kadm5_log_get_version_fd()
503 tstamp = &tmp; in kadm5_log_get_version_fd()
506 *tstamp = 0; in kadm5_log_get_version_fd()
1936 uint32_t tstamp; in kadm5_log_foreach() local
2084 uint32_t tstamp; in kadm5_log_goto_end() local
2190 *tstampp = tstamp; in kadm5_log_next()
2217 uint32_t tstamp; in kadm5_log_previous() local
[all …]
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.cc149 …void add_stack_java (DataDescriptor *dDscr, long idx, FramePacket *frp, hrtime_t tstamp, uint32_t …
150 …void add_stack_java_epilogue (DataDescriptor *dDscr, long idx, FramePacket *frp, hrtime_t tstamp, …
337 hrtime_t tstamp, uint32_t thrid, in add_stack_java() argument
381 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp); in add_stack_java()
410 add_stack_java_epilogue (dDscr, idx, frp, tstamp, thrid, natpcs, jpcs, natpc_added); in add_stack_java()
442 JThread *jthread = experiment->map_pckt_to_Jthread (thrid, tstamp); in add_stack_java_epilogue()
494 hrtime_t tstamp = (hrtime_t) dDscr->getLongValue (PROP_TSTAMP, idx); in add_stack() local
523 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); in add_stack()
579 DbeInstr *candPC = experiment->map_Vaddr_to_PC (evpc, tstamp); in add_stack()
688 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp); in add_stack()
[all …]
H A DExpression.cc249 v.val = tstamp - ctx->exp->getStartTime () in getVal()
287 hrtime_t delta = tstamp2 - tstamp; in getVal()
323 uint64_t tstamp; in getVal() local
324 tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId); in getVal()
325 Sample *sample = ctx->exp->map_event_to_Sample (tstamp); in getVal()
340 uint64_t tstamp; in getVal() local
341 tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId); in getVal()
342 GCEvent *gcevent = ctx->exp->map_event_to_GCEvent (tstamp); in getVal()
532 uint64_t tstamp; in getVal() local
533 tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId); in getVal()
[all …]
H A DExp_Layout.cc333 tstamp = 0; in CommonPacket()
344 if ((*(CommonPacket **) a)->tstamp > (*(CommonPacket **) b)->tstamp) in cmp()
346 else if ((*(CommonPacket **) a)->tstamp < (*(CommonPacket **) b)->tstamp) in cmp()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp_crypto.h133 tstamp_t tstamp; /* timestamp */
148 u_int32 tstamp; /* timestamp */

1234