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

1234567891011>>

/freebsd-11.0-release/share/dtrace/
H A Dnfsclienttime59 self->timestamp = timestamp;
65 self->count += (timestamp - self->timestamp);
H A Ddisklatency41 start_time[arg0] = timestamp;
47 this->delta = (timestamp - this->start) / 1000;
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/libreadline/
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);
H A Dmisc.c329 FREE (entry->timestamp);
346 FREE (temp->timestamp);
379 _rl_saved_line_for_history->timestamp = (char *)NULL;
/freebsd-11.0-release/sys/dev/random/
H A Drandomdev.c220 uint32_t timestamp; local
225 timestamp = (uint32_t)get_cyclecount();
226 randomdev_hash_iterate(&hash, &timestamp, sizeof(timestamp));
228 timestamp = (uint32_t)get_cyclecount();
229 randomdev_hash_iterate(&hash, &timestamp, sizeof(timestamp));
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-lspping.c470 struct timeval timestamp; local
552 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_sent_sec);
553 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_sent_usec);
555 ts_print(ndo, &timestamp);
557 timestamp.tv_sec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_sec);
558 timestamp.tv_usec=EXTRACT_32BITS(lspping_com_header->ts_rcvd_usec);
560 if ((timestamp.tv_sec != 0) && (timestamp.tv_usec != 0))
561 ts_print(ndo, &timestamp);
563 ND_PRINT((ndo, "no timestamp"));
[all...]
H A Dprint-mpcp.c35 uint8_t timestamp[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_common_header_t
148 ND_PRINT((ndo, ", Timestamp %u ticks", EXTRACT_32BITS(mpcp.common_header->timestamp)));
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Dext.c71 keys[i].timestamp = time(NULL);
91 keys[i].timestamp = time(NULL);
/freebsd-11.0-release/contrib/gcc/
H A Dmkconfig.sh111 echo timestamp > cs-$output
/freebsd-11.0-release/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.0-release/cddl/usr.sbin/dtrace/tests/common/builtinvar/
H A DMakefile40 tst.timestamp.d \
/freebsd-11.0-release/sys/sys/
H A Dvtoc.h82 uint32_t timestamp[VTOC8_NPARTS]; member in struct:vtoc8
/freebsd-11.0-release/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.0-release/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.0-release/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;
221 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.0-release/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...]
/freebsd-11.0-release/contrib/amd/
H A Dbootstrap104 # save timestamp
105 echo "AMU: save timestamp..."
106 echo timestamp > stamp-h.in
/freebsd-11.0-release/sys/netinet/
H A Dtcp_lro.h68 uint16_t timestamp; /* flag, not a TCP hdr field. */ member in struct:lro_entry
/freebsd-11.0-release/usr.sbin/watch/
H A Dwatch.c54 static void timestamp(const char *);
93 timestamp(const char *buf) function
176 timestamp("Logging Exited.");
226 timestamp("Logging Started.");
/freebsd-11.0-release/contrib/amd/amd/
H A Dinfo_ldap.c106 time_t timestamp; member in struct:ald_ent
270 aldh->timestamp = 0;
281 dlog("Got timestamp for map %s: %ld\n", map, (u_long) *ts);
299 if ((a->timestamp - now) > AMD_LDAP_TTL) {
302 a->timestamp = now;
306 dlog("amu_ldap_rebind: timestamp OK\n");
343 a->timestamp = now;
368 dlog("Getting timestamp for map %s\n", map);
400 plog(XLOG_USER, "LDAP timestamp search failed: %s\n",
409 plog(XLOG_USER, "No timestamp entr
[all...]
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dieee802_11_auth.c32 struct os_reltime timestamp; member in struct:hostapd_cached_radius_acl
46 struct os_reltime timestamp; member in struct:hostapd_acl_query_data
115 if (os_reltime_expired(&now, &entry->timestamp,
308 os_get_reltime(&query->timestamp);
349 if (os_reltime_expired(now, &entry->timestamp,
379 if (os_reltime_expired(now, &entry->timestamp,
515 os_get_reltime(&cache->timestamp);

Completed in 250 milliseconds

1234567891011>>