Searched refs:timestamp (Results 176 - 200 of 504) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A DMakefile.am22 %D%/timestamp.c \
/freebsd-current/contrib/kyua/store/
H A Dwrite_backend.cpp116 LI(F("New metadata entry %s") % metadata.timestamp());
H A Dmetadata_test.cpp78 db.exec("INSERT INTO metadata (schema_version, timestamp) "
80 db.exec("INSERT INTO metadata (schema_version, timestamp) "
84 ATF_REQUIRE_EQ(5678L, metadata.timestamp());
111 "Invalid metadata.*timestamp",
120 db.exec("CREATE TABLE metadata (timestamp INTEGER)");
138 db.exec("INSERT INTO metadata (schema_version, timestamp) "
142 "timestamp.*invalid type",
H A Dwrite_transaction.cpp412 const datetime::timestamp& start_time,
413 const datetime::timestamp& end_time)
/freebsd-current/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_types_etmv3.h152 uint64_t timestamp; /**< current timestamp value */ member in struct:_ocsd_etmv3_pkt
/freebsd-current/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h93 ELEM_MARKER_TS, /**< Marker for timestamp element */
119 uint64_t timestamp; /**< timestamp value for TS element type */ member in struct:_ocsd_generic_trace_elem
134 uint32_t has_ts:1; /**< 1 if the packet has an associated timestamp - e.g. SW/STM trace TS+Payload as a single packet */
/freebsd-current/crypto/openssl/crypto/ct/
H A Dct_sct.c118 void SCT_set_timestamp(SCT *sct, uint64_t timestamp) argument
120 sct->timestamp = timestamp;
213 return sct->timestamp;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dcoredump.h14 u32 timestamp; member in struct:trace
/freebsd-current/usr.sbin/watch/
H A Dwatch.c51 static void timestamp(const char *);
90 timestamp(const char *buf) function
173 timestamp("Logging Exited.");
223 timestamp("Logging Started.");
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h94 void DumpTimestamp(Stream &stream, uint64_t timestamp);
/freebsd-current/cddl/lib/libspl/
H A DMakefile19 timestamp.c \
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dpe.c57 time_t timestamp; local
93 if (elftc_timestamp(&timestamp) != 0)
95 pch.ch_timestamp = (uint32_t) timestamp;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dcoredump.c95 ktime_get_real_ts64(&crash_data->timestamp);
197 dump->tv_sec = crash_data->timestamp.tv_sec;
198 dump->tv_nsec = crash_data->timestamp.tv_nsec;
/freebsd-current/sys/geom/raid/
H A Dmd_sii.c56 uint8_t timestamp[6]; /* 134 - 136 */ member in struct:sii_raid_conf
161 printf("timestamp 0x%02x%02x%02x%02x%02x%02x\n",
162 meta->timestamp[5], meta->timestamp[4], meta->timestamp[3],
163 meta->timestamp[2], meta->timestamp[1], meta->timestamp[0]);
221 if (memcmp(&meta->timestamp, &pdmeta->timestamp,
[all...]
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_test.cpp403 std::map< int, datetime::timestamp > exp_start_times;
405 const datetime::timestamp start_time = datetime::timestamp::from_values(
420 const datetime::timestamp end_time = datetime::timestamp::from_values(
427 const datetime::timestamp& start_time = exp_start_times.find(
516 const datetime::timestamp start_time = datetime::timestamp::from_values(
518 const datetime::timestamp end_time = datetime::timestamp
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dspectral.c61 __le32 timestamp; member in struct:spectral_tlv
66 __le32 timestamp; member in struct:spectral_summary_fft_report
76 u32 timestamp; member in struct:ath11k_spectral_summary_report
105 __le32 timestamp; member in struct:spectral_search_fft_report
115 u32 timestamp; member in struct:ath11k_spectral_search_report
478 report->timestamp = __le32_to_cpu(summary->timestamp);
511 report->timestamp = __le32_to_cpu(search->timestamp);
662 fft_sample->tsf = __cpu_to_be32(search.timestamp);
[all...]
H A Dce.h181 u64 timestamp; member in struct:ath11k_ce_pipe
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dtrace.h457 u32 timestamp,
462 TP_ARGS(ar, type, timestamp, code, len, data),
468 __field(u32, timestamp)
478 __entry->timestamp = timestamp;
485 "%s %s diag container type %u timestamp %u code %u len %d",
489 __entry->timestamp,
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c249 const u8 *peer, bool peer_initiator, u32 timestamp)
288 else if (timestamp <= mvm->tdls_cs.peer.sent_timestamp)
336 u32 timestamp, u16 switch_time,
353 timestamp);
363 tail->timing.frame_timestamp = cpu_to_le32(timestamp);
667 params->chandef, params->timestamp,
247 iwl_mvm_tdls_check_action(struct iwl_mvm *mvm, enum iwl_tdls_channel_switch_type type, const u8 *peer, bool peer_initiator, u32 timestamp) argument
330 iwl_mvm_tdls_config_channel_switch(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_tdls_channel_switch_type type, const u8 *peer, bool peer_initiator, u8 oper_class, struct cfg80211_chan_def *chandef, u32 timestamp, u16 switch_time, u16 switch_timeout, struct sk_buff *skb, u32 ch_sw_tm_ie) argument
/freebsd-current/sbin/camcontrol/
H A Dtimestamp.c35 * SCSI tape drive timestamp support
93 * enable SCSI control over the tape drive's timestamp
141 * tape drive's timestamp.
230 memcpy(&temp_timestamp[2], &report_buf->timestamp, 6);
287 scsi_create_timestamp(ts_p.timestamp, ts);
328 timestamp(struct cam_device *device, int argc, char **argv, char *combinedopt, function
421 "setting the timestamp");
426 "the timestamp");
431 "timestamp");
436 "timestamp");
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dget_for_creds.c293 ALLOC(enc_krb_cred_part.timestamp, 1);
294 if (enc_krb_cred_part.timestamp == NULL) {
299 *enc_krb_cred_part.timestamp = sec;
308 enc_krb_cred_part.timestamp = NULL;
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dalive.h59 __le32 timestamp; member in struct:iwl_lmac_alive
H A Dtime-event.h248 * @timestamp: action timestamp in GP2
256 __le32 timestamp; member in struct:iwl_time_event_notif
/freebsd-current/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h168 int cudbg_write_flash(void *handle, u64 timestamp, void *data,
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dce.h155 u64 timestamp; member in struct:ath12k_ce_pipe

Completed in 329 milliseconds

1234567891011>>