Searched refs:timestamp (Results 101 - 125 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/amd/
H A Dbootstrap60 # save timestamp
61 echo "AMU: save timestamp..."
62 echo timestamp > stamp-h.in
/freebsd-11-stable/contrib/libreadline/
H A Dhistory.h29 #include <time.h> /* XXX - for history timestamp code */
48 char *timestamp; /* char * rather than time_t for read/write */ member in struct:_hist_entry
53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
85 /* Change the timestamp associated with the most recent history entry to
136 /* Return the timestamp associated with the HIST_ENTRY * passed as an
H A Dhistfile.c104 /* Does S look like the beginning of a history timestamp entry? Placeholder
248 /* If we see something we think is a timestamp, continue with this
468 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
469 buffer_size += strlen (the_history[i]->timestamp) + 1;
500 if (history_write_timestamps && the_history[i]->timestamp && the_history[i]->timestamp[0])
502 strcpy (buffer + j, the_history[i]->timestamp);
503 j += strlen (the_history[i]->timestamp);
/freebsd-11-stable/contrib/groff/
H A DMakefile.sub27 echo timestamp > $(srcdir)/stamp-h.in
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_videodev2_compat.h21 l_timeval timestamp; member in struct:l_v4l2_buffer
116 struct l_timespec timestamp; member in struct:l_v4l2_event
H A Dtrace_futexes.d114 ts[probefunc] = timestamp;
140 /spec["futex_mtx"] != 0 && timestamp - ts["futex_mtx"] >= 9999999000/
151 self->time[probefunc] = timestamp;
158 this->timediff = self->time[probefunc] - timestamp;
/freebsd-11-stable/share/dtrace/
H A Ddisklatencycmd45 dstart = timestamp;
50 start_time[arg0] = timestamp;
56 this->delta = (timestamp - this->start) / 1000;
67 printf("total time, us: %d\n", (timestamp - dstart) / 1000);
H A Dnfsclienttime59 self->timestamp = timestamp;
65 self->count += (timestamp - self->timestamp);
/freebsd-11-stable/sys/fs/udf/
H A Decma167-udf.h108 struct timestamp { struct
176 struct timestamp time;
291 struct timestamp time;
341 struct timestamp atime;
342 struct timestamp mtime;
343 struct timestamp attrtime;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c61 pke->timestamp = time(NULL);
75 kod_db[n]->timestamp = pke->timestamp;
167 kod_db[a]->timestamp, kod_db[a]->type,
185 * Max. of 254 characters for hostname, 10 for timestamp, 4 for
281 kod_db[b]->timestamp = (time_t)ull;
298 (unsigned long long)kod_db[a]->timestamp,
/freebsd-11-stable/sys/dev/random/
H A Drandomdev.c224 uint32_t timestamp; local
229 timestamp = (uint32_t)get_cyclecount();
230 randomdev_hash_iterate(&hash, &timestamp, sizeof(timestamp));
232 timestamp = (uint32_t)get_cyclecount();
233 randomdev_hash_iterate(&hash, &timestamp, sizeof(timestamp));
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c91 u64 timestamp, u32 cur_entity_hdr_offset,
137 flash_hdr->timestamp = timestamp;
152 int cudbg_write_flash(void *handle, u64 timestamp, void *data, argument
185 update_headers(handle, dbg_buff, timestamp,
368 sec_info->max_timestamp = flash_hdr.timestamp;
377 flash_hdr.timestamp;
399 flash_hdr.timestamp &&
438 flash_hdr.timestamp &&
90 update_headers(void *handle, struct cudbg_buffer *dbg_buff, u64 timestamp, u32 cur_entity_hdr_offset, u32 start_offset, u32 ext_size) argument
/freebsd-11-stable/contrib/gcc/
H A Dmkconfig.sh111 echo timestamp > cs-$output
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dext.c71 keys[i].timestamp = time(NULL);
91 keys[i].timestamp = time(NULL);
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkodDatabase.c103 * the timestamp is updated to a new value.
111 TEST_ASSERT_FALSE(result1->timestamp == result2->timestamp);
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py39 timestamp = struct.unpack('!Q', value[-16:-8])[0]
42 (now, timestamp, expire, max(expire - now, 0)))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h261 ITT_STUBV(ITTAPI, void, counter_set_value_ex, (__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr), (ITT_FORMAT id, clock_domain, timestamp, value_ptr), counter_set_value_ex, __itt_group_counter, "%p, %p, %llu, %p")
295 ITT_STUBV(ITTAPI, void, id_create_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id), (ITT_FORMAT domain, clock_domain, timestamp, id), id_create_ex, __itt_group_structure, "%p, %p, %lu, %lu")
296 ITT_STUBV(ITTAPI, void, id_destroy_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id), (ITT_FORMAT domain, clock_domain, timestamp, id), id_destroy_ex, __itt_group_structure, "%p, %p, %lu, %lu")
297 ITT_STUBV(ITTAPI, void, task_begin_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_id parentid, __itt_string_handle *name), (ITT_FORMAT domain, clock_domain, timestamp, id, parentid, name), task_begin_ex, __itt_group_structure, "%p, %p, %lu, %lu, %lu, %p")
298 ITT_STUBV(ITTAPI, void, task_begin_fn_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_id parentid, void* fn), (ITT_FORMAT domain, clock_domain, timestamp, i
[all...]
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile40 tst.timestamp.d \
/freebsd-11-stable/sys/sys/
H A Dvtoc.h82 uint32_t timestamp[VTOC8_NPARTS]; member in struct:vtoc8
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.h46 AOPT('T', time_t, timestamp, 0, "Timestamp") \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h96 void DumpTimestamp(Stream &stream, uint64_t timestamp);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tra.c622 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
635 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
649 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
660 data.cmn.timestamp << (tra_ctl.s.time_grn*3),
671 data.cmn.timestamp << (tra_ctl.s.time_grn*3));
731 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
770 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
804 data.cmn2.timestamp << (tra_ctl.s.time_grn*3),
832 data.iob2.timestamp << (tra_ctl.s.time_grn*3),
844 data.cmn2.timestamp << (tra_ct
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Drd_cred.c217 /* check timestamp */
223 if (enc_krb_cred_part.timestamp == NULL ||
225 abs(*enc_krb_cred_part.timestamp - sec)
238 if(enc_krb_cred_part.timestamp)
239 outdata->timestamp = *enc_krb_cred_part.timestamp;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c62 int timestamp; member in struct:private_data
166 if (strcmp(key, "timestamp") == 0) {
167 data->timestamp = (value == NULL)?-1:1;
217 if (data->timestamp >= 0) {
412 if (data->timestamp < 0)
413 /* Do not save timestamp. */
415 else if (data->timestamp > 0)
416 /* Save timestamp. */
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py627 def __init__(self, source, name, cpu, timestamp, attrs):
631 self.timestamp = int(timestamp)
642 statstr += " at: " + str(self.timestamp)
655 ("Timestamp", self.timestamp),
708 return source.findevent(self.timestamp)
713 def __init__(self, source, name, cpu, timestamp, attrs):
714 Event.__init__(self, source, name, cpu, timestamp, attrs)
728 def __init__(self, source, name, cpu, timestamp, attrs):
729 Event.__init__(self, source, name, cpu, timestamp, attr
[all...]

Completed in 237 milliseconds

1234567891011>>