HomeSort by: relevance | last modified time | path
    Searched defs:tstamp (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/libparse/
clk_varitext.c 118 timestamp_t tstamp; member in struct:varitext
194 timestamp_t *tstamp
206 t->tstamp = *tstamp;
214 parseio->parse_dtime.parse_stime = t->tstamp; /* Time stamp at packet start */
  /src/sys/nfs/
nfsrtt.h 68 struct timeval tstamp; /* Timestamp of log entry */ member in struct:rttl
102 struct timeval tstamp; /* Timestamp of log entry */ member in struct:nfsdrt::drt
  /src/usr.sbin/rbootd/
defs.h 119 struct timeval tstamp; /* last time active */ member in struct:rmpconn_s
  /src/external/bsd/ntp/dist/ntpd/
refclock_zyfer.c 98 l_fp tstamp; /* timestamp of last poll */ member in struct:zyferunit
refclock_acts.c 209 l_fp tstamp; /* on-time timestamp */ member in struct:actsunit
335 up->tstamp = pp->lastrec;
345 up->tstamp = pp->lastrec;
889 pp->lastrec = up->tstamp;
refclock_jupiter.c 318 l_fp tstamp, delta; local
333 tstamp = ntpfp_from_gpsdatum(&up->ref_next);
334 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1);
refclock_chu.c 334 l_fp tstamp[MAXSTAGE]; /* timestamp samples */ member in struct:chuunit
1270 up->tstamp[up->ntstamp] = up->cstamp[i];
1271 L_SUB(&up->tstamp[up->ntstamp], &offset);
1397 up->tstamp[0].l_ui, &pp->yearstart, &offset.l_ui)) {
1403 up->tstamp[i], PDELAY +
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 72 hrtime_t tstamp __attribute__ ((packed)); member in struct:ClockPacket
189 collector_interface->writeLog (" <field name=\"TSTAMP\" uname=\"" STXT ("High resolution timestamp") "\" offset=\"%d\" type=\"%s\"/>\n",
190 (int) offsetof (ClockPacket, tstamp),
191 fld_sizeof (ClockPacket, tstamp) == 4 ? "INT32" : "INT64");
281 pckt.tstamp = collector_interface->getHiResTime ();
282 pckt.frinfo = collector_interface->getFrameInfo (COLLECTOR_MODULE_ERR, pckt.tstamp, FRINFO_FROM_UC, context);
  /src/external/gpl3/binutils/dist/gprofng/src/
IndexObject.cc 93 uint64_t tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId); local
94 JThread *jthread = ctx->exp->map_pckt_to_Jthread (thrid, tstamp);
Exp_Layout.h 94 hrtime_t tstamp; member in class:CommonPacket
Expression.cc 247 hrtime_t tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId);
249 v.val = tstamp - ctx->exp->getStartTime ()
259 { // positive delta means TSTAMP is at end
260 // TSTAMP_LO = TSTAMP-delta
269 { // negative delta means TSTAMP is at start
270 // TSTAMP_HI = TSTAMP+(-delta)
287 hrtime_t delta = tstamp2 - tstamp;
323 uint64_t tstamp; local
324 tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId);
325 Sample *sample = ctx->exp->map_event_to_Sample (tstamp);
340 uint64_t tstamp; local
    [all...]
CallStack.cc 150 hrtime_t tstamp, uint32_t thrid, Vector<Histable*>* natpcs,
153 FramePacket *frp, hrtime_t tstamp, uint32_t thrid,
341 hrtime_t tstamp, uint32_t thrid,
385 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp);
414 add_stack_java_epilogue (dDscr, idx, frp, tstamp, thrid, natpcs, jpcs, natpc_added);
423 FramePacket *frp, hrtime_t tstamp, uint32_t thrid,
448 JThread *jthread = experiment->map_pckt_to_Jthread (thrid, tstamp);
500 hrtime_t tstamp = (hrtime_t) dDscr->getLongValue (PROP_TSTAMP, idx); local
529 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp);
581 DbeInstr *candPC = experiment->map_Vaddr_to_PC (evpc, tstamp);
    [all...]
gp-gmon.cc 102 hrtime_t tstamp __attribute__ ((packed)); member in struct:ClockPacket
176 pckt.tstamp = mytime++;
473 fprintf (logx, " <field name=\"TSTAMP\" uname=\"High resolution \
475 (int) offsetof (ClockPacket, tstamp),
476 fld_sizeof (ClockPacket, tstamp) == 4 ? "INT32" : "INT64");
490 fprintf (logx, "<event kind=\"%s\" tstamp=\"%u.%09u\" time=\"%lld\" \
529 fprintf (mapx, "<event kind=\"map\" object=\"segment\" tstamp=\"%u.%09u\" "
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 72 hrtime_t tstamp __attribute__ ((packed)); member in struct:ClockPacket
189 collector_interface->writeLog (" <field name=\"TSTAMP\" uname=\"" STXT ("High resolution timestamp") "\" offset=\"%d\" type=\"%s\"/>\n",
190 (int) offsetof (ClockPacket, tstamp),
191 fld_sizeof (ClockPacket, tstamp) == 4 ? "INT32" : "INT64");
281 pckt.tstamp = collector_interface->getHiResTime ();
282 pckt.frinfo = collector_interface->getFrameInfo (COLLECTOR_MODULE_ERR, pckt.tstamp, FRINFO_FROM_UC, context);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
IndexObject.cc 93 uint64_t tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId); local
94 JThread *jthread = ctx->exp->map_pckt_to_Jthread (thrid, tstamp);
Exp_Layout.h 94 hrtime_t tstamp; member in class:CommonPacket
Expression.cc 247 hrtime_t tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId);
249 v.val = tstamp - ctx->exp->getStartTime ()
259 { // positive delta means TSTAMP is at end
260 // TSTAMP_LO = TSTAMP-delta
269 { // negative delta means TSTAMP is at start
270 // TSTAMP_HI = TSTAMP+(-delta)
287 hrtime_t delta = tstamp2 - tstamp;
323 uint64_t tstamp; local
324 tstamp = ctx->dview->getLongValue (PROP_TSTAMP, ctx->eventId);
325 Sample *sample = ctx->exp->map_event_to_Sample (tstamp);
340 uint64_t tstamp; local
    [all...]
CallStack.cc 150 hrtime_t tstamp, uint32_t thrid, Vector<Histable*>* natpcs,
153 FramePacket *frp, hrtime_t tstamp, uint32_t thrid,
341 hrtime_t tstamp, uint32_t thrid,
385 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp);
414 add_stack_java_epilogue (dDscr, idx, frp, tstamp, thrid, natpcs, jpcs, natpc_added);
423 FramePacket *frp, hrtime_t tstamp, uint32_t thrid,
448 JThread *jthread = experiment->map_pckt_to_Jthread (thrid, tstamp);
500 hrtime_t tstamp = (hrtime_t) dDscr->getLongValue (PROP_TSTAMP, idx); local
529 DbeInstr *cur_instr = experiment->map_Vaddr_to_PC (va, tstamp);
581 DbeInstr *candPC = experiment->map_Vaddr_to_PC (evpc, tstamp);
    [all...]
  /src/sbin/dmesg/
dmesg.c 152 size_t tstamp; local
267 tstamp = 0;
278 if (tstamp < sizeof(tbuf) - 1) \
279 tbuf[tstamp++] = (c); \
282 tstamp = 0; \
324 if (tstamp == 0)
329 tstamp = 0;
398 if (!tstamp && postts) {
406 if (tstamp) {
430 if (tstamp) {
    [all...]
  /src/usr.sbin/syslogd/
sign.c 514 char *tstamp; local
527 tstamp = make_timestamp(NULL, true, (size_t)-1);
529 payload_len = snprintf(payload, sizeof(payload), "%s %c %s", tstamp,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c 445 timestruc_t tstamp = psp->pr_tstamp; local
479 bcmp(&psp->pr_tstamp, &tstamp, sizeof (tstamp)) != 0) {
  /src/usr.sbin/makefs/
ffs.c 481 time_t tstamp; local
548 tstamp = stampst.st_ctime;
550 tstamp = start_time.tv_sec;
552 srandom(tstamp);
554 fs = ffs_mkfs(image, fsopts, tstamp);
cd9660.c 670 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local
721 tstamp);
724 tstamp);
728 tstamp);
735 tstamp);
743 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local
746 cd9660_time_915(record->date, tstamp);
  /src/external/bsd/ntp/dist/include/
ntp_crypto.h 133 tstamp_t tstamp; /* timestamp */ member in struct:value
148 u_int32 tstamp; /* timestamp */ member in struct:exten
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
log.c 200 uint32_t tstamp, op, len; local
204 tstampp = &tstamp;
342 uint32_t tstamp; local
349 errno = get_header(sp, LOG_NOPEEK, &ver, &tstamp, &op, &len);
491 int which, uint32_t *ver, uint32_t *tstamp)
502 if (tstamp == NULL)
503 tstamp = &tmp;
506 *tstamp = 0;
516 ret = get_version_prev(sp, ver, tstamp);
521 ret = get_header(sp, LOG_DOPEEK, ver, tstamp, NULL, NULL)
1936 uint32_t tstamp; local
2084 uint32_t tstamp; local
2167 uint32_t tstamp = tstampp ? *tstampp : 0; local
2217 uint32_t tstamp; local
    [all...]

Completed in 44 milliseconds

1 2