Home
last modified time | relevance | path

Searched refs:timestamp (Results 176 – 200 of 628) sorted by relevance

12345678910>>...26

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.null.d47 on = (timestamp / 1000000000) & 1;
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.substr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.hton.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.rw.d35 on = (timestamp / 1000000000) & 1;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.fmtnormalize.d44 start = timestamp;
H A Dtst.multinormalize.d44 start = timestamp;
H A Derr.D_CLEAR_PROTO.bad.d47 start = timestamp;
H A Dtst.clear.d45 start = timestamp;
H A Derr.D_CLEAR_AGGARG.bad.d47 start = timestamp;
H A Dtst.cleardenormalize.d46 start = timestamp;
H A Dtst.clearnormalize.d45 start = timestamp;
/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c333 l_fp timestamp; /* current buffer timestamp */ member
674 up->timestamp = rbufp->recv_time; in chu_audio_receive()
692 L_ADD(&up->timestamp, &up->tick); in chu_audio_receive()
846 sp->cstamp = up->timestamp; in chu_rf()
1006 tstmp = up->timestamp; in chu_decode()
1008 up->laststamp = up->timestamp; in chu_decode()
1010 up->laststamp = up->timestamp; in chu_decode()
1403 pp->lastref = up->timestamp; in chu_second()
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_elem_etmv3.cpp111 m_pkt_data.timestamp &= ~validMask; in UpdateTimestamp()
112 m_pkt_data.timestamp |= (tsVal & validMask); in UpdateTimestamp()
282 …oss << "; TS=" << std::hex << "0x" << m_pkt_data.timestamp << " (" << std::dec << m_pkt_data.times… in toString()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp194 … oss << " [ TS=0x" << std::setfill('0') << std::setw(12) << std::hex << timestamp << "]; "; in toString()
296 … oss << " [ TS=0x" << std::setfill('0') << std::setw(12) << std::hex << timestamp << "]; "; in printSWInfoPkt()
/freebsd/contrib/kyua/store/
H A Dlayout.hpp76 const utils::datetime::timestamp&);
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1187 uint64_t timestamp = 0; in GetDescription() local
1188 if (event->GetValueForKeyAsInteger("timestamp", timestamp)) { in GetDescription()
1189 m_first_timestamp_seen = timestamp; in GetDescription()
1627 uint64_t timestamp) { in DumpTimestamp() argument
1628 const uint64_t delta_nanos = timestamp - m_first_timestamp_seen; in DumpTimestamp()
1675 uint64_t timestamp = 0; in DumpHeader() local
1676 if (event.GetValueForKeyAsInteger("timestamp", timestamp)) { in DumpHeader()
1677 DumpTimestamp(stream, timestamp); in DumpHeader()
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_009_neg.ksh63 typeset timestamp=$($DATE +'%F-%R:%S')
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/
H A Dtst.drop.ksh25 x[timestamp] = 1;
/freebsd/usr.bin/kdump/
H A Dkdump.c128 static int timestamp, maxdata; variable
337 timestamp = TIMESTAMP_NONE; in main()
375 timestamp |= TIMESTAMP_ELAPSED; in main()
381 timestamp |= TIMESTAMP_RELATIVE; in main()
384 timestamp |= TIMESTAMP_ABSOLUTE; in main()
594 if (timestamp & TIMESTAMP_ABSOLUTE) { in dumptimeval()
598 if (timestamp & TIMESTAMP_ELAPSED) { in dumptimeval()
605 if (timestamp & TIMESTAMP_RELATIVE) { in dumptimeval()
628 if (timestamp & TIMESTAMP_ABSOLUTE) { in dumptimespec()
632 if (timestamp & TIMESTAMP_ELAPSED) { in dumptimespec()
[all …]
/freebsd/contrib/tzdata/
H A Dleap-seconds.list61 # The following line shows the last update of this file in NTP timestamp:
69 # Expire date in NTP timestamp:
75 # NTP timestamp (X parameter) is the number of seconds since 1900.0

12345678910>>...26