cddl/usr.sbin/zfsd/case_file.cc
648
timeval now, countdown, elapsed, timestamp, zero, remaining;
cddl/usr.sbin/zfsd/case_file.cc
670
timestamp = event.GetTimestamp();
cddl/usr.sbin/zfsd/case_file.cc
671
timersub(&now, ×tamp, &elapsed);
crypto/heimdal/admin/add.c
149
entry.timestamp = time (NULL);
crypto/heimdal/admin/change.c
111
new_entry.timestamp = time (NULL);
crypto/heimdal/admin/get.c
222
entry.timestamp = time (NULL);
crypto/heimdal/admin/list.c
111
krb5_format_time(context, entry.timestamp, buf,
crypto/heimdal/admin/purge.c
129
add_entry (entry.principal, entry.vno, entry.timestamp, &head);
crypto/heimdal/admin/purge.c
151
&& judgement_day - e->timestamp > age) {
crypto/heimdal/admin/purge.c
45
time_t timestamp;
crypto/heimdal/admin/purge.c
61
add_entry (krb5_principal princ, int vno, time_t timestamp, struct e **head)
crypto/heimdal/admin/purge.c
70
e->timestamp = timestamp;
crypto/heimdal/admin/purge.c
81
e->timestamp = timestamp;
crypto/heimdal/kadmin/ext.c
71
keys[i].timestamp = time(NULL);
crypto/heimdal/kadmin/ext.c
91
keys[i].timestamp = time(NULL);
crypto/heimdal/lib/hdb/hdb.c
429
entry->entry.created_by.time = ktentry->timestamp;
crypto/heimdal/lib/hdb/mkey.c
83
(*mkey)->keytab.timestamp = time(NULL);
crypto/heimdal/lib/kadm5/iprop-log.c
107
time_t timestamp,
crypto/heimdal/lib/kadm5/iprop-log.c
125
strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", localtime(×tamp));
crypto/heimdal/lib/kadm5/iprop-log.c
356
time_t timestamp,
crypto/heimdal/lib/kadm5/ipropd_master.c
506
time_t timestamp;
crypto/heimdal/lib/kadm5/ipropd_master.c
532
ret = kadm5_log_previous (context, sp, &ver, ×tamp, &op, &len);
crypto/heimdal/lib/kadm5/ipropd_slave.c
193
int32_t len, timestamp, tmp;
crypto/heimdal/lib/kadm5/ipropd_slave.c
198
krb5_ret_int32 (sp, ×tamp);
crypto/heimdal/lib/kadm5/ipropd_slave.c
235
int32_t len, len2, timestamp, tmp;
crypto/heimdal/lib/kadm5/ipropd_slave.c
241
ret = krb5_ret_int32 (sp, ×tamp);
crypto/heimdal/lib/kadm5/kadm5-private.h
294
void (*/*func*/)(kadm5_server_context *server_context, uint32_t ver, time_t timestamp, enum kadm_ops op, uint32_t len, krb5_storage *, void *),
crypto/heimdal/lib/kadm5/log.c
801
time_t timestamp,
crypto/heimdal/lib/kadm5/log.c
814
int32_t ver, timestamp, op, len, len2, ver2;
crypto/heimdal/lib/kadm5/log.c
818
krb5_ret_int32 (sp, ×tamp);
crypto/heimdal/lib/kadm5/log.c
821
(*func)(context, ver, timestamp, op, len, sp, ctx);
crypto/heimdal/lib/kadm5/log.c
859
time_t *timestamp,
crypto/heimdal/lib/kadm5/log.c
896
*timestamp = tmp;
crypto/heimdal/lib/krb5/get_for_creds.c
293
ALLOC(enc_krb_cred_part.timestamp, 1);
crypto/heimdal/lib/krb5/get_for_creds.c
294
if (enc_krb_cred_part.timestamp == NULL) {
crypto/heimdal/lib/krb5/get_for_creds.c
299
*enc_krb_cred_part.timestamp = sec;
crypto/heimdal/lib/krb5/get_for_creds.c
308
enc_krb_cred_part.timestamp = NULL;
crypto/heimdal/lib/krb5/keytab.c
694
out->timestamp = in->timestamp;
crypto/heimdal/lib/krb5/keytab.c
825
entry->timestamp = time(NULL);
crypto/heimdal/lib/krb5/keytab_file.c
470
entry->timestamp = utmp32;
crypto/heimdal/lib/krb5/keytab_file.c
639
ret = krb5_store_int32 (emem, entry->timestamp);
crypto/heimdal/lib/krb5/keytab_keyfile.c
286
entry->timestamp = time(NULL);
crypto/heimdal/lib/krb5/krb5.h
553
uint32_t timestamp;
crypto/heimdal/lib/krb5/krb5.h
598
krb5_timestamp timestamp;
crypto/heimdal/lib/krb5/mk_priv.c
69
krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
crypto/heimdal/lib/krb5/mk_priv.c
72
part.timestamp = &rdata.timestamp;
crypto/heimdal/lib/krb5/mk_priv.c
75
part.timestamp = NULL;
crypto/heimdal/lib/krb5/mk_priv.c
80
outdata->timestamp = rdata.timestamp;
crypto/heimdal/lib/krb5/mk_safe.c
71
krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
crypto/heimdal/lib/krb5/mk_safe.c
74
s.safe_body.timestamp = &rdata.timestamp;
crypto/heimdal/lib/krb5/mk_safe.c
77
s.safe_body.timestamp = NULL;
crypto/heimdal/lib/krb5/mk_safe.c
82
outdata->timestamp = rdata.timestamp;
crypto/heimdal/lib/krb5/rd_cred.c
223
if (enc_krb_cred_part.timestamp == NULL ||
crypto/heimdal/lib/krb5/rd_cred.c
225
abs(*enc_krb_cred_part.timestamp - sec)
crypto/heimdal/lib/krb5/rd_cred.c
238
if(enc_krb_cred_part.timestamp)
crypto/heimdal/lib/krb5/rd_cred.c
239
outdata->timestamp = *enc_krb_cred_part.timestamp;
crypto/heimdal/lib/krb5/rd_priv.c
137
if (part.timestamp == NULL ||
crypto/heimdal/lib/krb5/rd_priv.c
139
abs(*part.timestamp - sec) > context->max_skew) {
crypto/heimdal/lib/krb5/rd_priv.c
170
if(part.timestamp)
crypto/heimdal/lib/krb5/rd_priv.c
171
outdata->timestamp = *part.timestamp;
crypto/heimdal/lib/krb5/rd_safe.c
160
if (safe.safe_body.timestamp == NULL ||
crypto/heimdal/lib/krb5/rd_safe.c
162
abs(*safe.safe_body.timestamp - sec) > context->max_skew) {
crypto/heimdal/lib/krb5/rd_safe.c
204
if(safe.safe_body.timestamp)
crypto/heimdal/lib/krb5/rd_safe.c
205
outdata->timestamp = *safe.safe_body.timestamp;
crypto/krb5/src/ccapi/common/win/cci_os_debugging.c
36
printf ( "%s %ld ", timestamp(), GetCurrentThreadId() );
crypto/krb5/src/ccapi/common/win/win-utils.h
53
char* timestamp(void);
crypto/krb5/src/clients/klist/klist.c
332
printtime(entry.timestamp);
crypto/krb5/src/include/k5-int.h
1277
krb5_timestamp timestamp; /* client time, optional */
crypto/krb5/src/include/k5-int.h
1294
krb5_timestamp timestamp; /* client time, optional */
crypto/krb5/src/include/k5-int.h
2319
ts2tt(krb5_timestamp timestamp)
crypto/krb5/src/include/k5-int.h
2321
return (time_t)(uint32_t)timestamp;
crypto/krb5/src/include/k5-int.h
806
krb5_timestamp timestamp;
crypto/krb5/src/kadmin/ktutil/ktutil.c
240
tstamp = lp->entry->timestamp;
crypto/krb5/src/kadmin/ktutil/ktutil.c
241
lp->entry->timestamp = tstamp;
crypto/krb5/src/kadmin/ktutil/ktutil.c
244
timestamp,
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
237
entry->timestamp = now;
crypto/krb5/src/kdc/fast_util.c
317
retval = krb5_us_timeofday(context, &finish.timestamp, &finish.usec);
crypto/krb5/src/lib/kdb/kdb_log.c
127
const kdbe_time_t *timestamp)
crypto/krb5/src/lib/kdb/kdb_log.c
132
return ent->kdb_entry_sno == sno && time_equal(&ent->kdb_time, timestamp);
crypto/krb5/src/lib/kdb/kdb_log.c
63
struct timeval timestamp;
crypto/krb5/src/lib/kdb/kdb_log.c
65
(void)gettimeofday(×tamp, NULL);
crypto/krb5/src/lib/kdb/kdb_log.c
66
out->seconds = timestamp.tv_sec;
crypto/krb5/src/lib/kdb/kdb_log.c
67
out->useconds = timestamp.tv_usec;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1033
DEFFIELD(fast_finished_0, krb5_fast_finished, timestamp, 0, kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
558
return (val->timestamp != 0);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
561
DEFFIELD(safe_body_1, krb5_safe, timestamp, 1, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
859
return (val->timestamp != 0);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
862
DEFFIELD(priv_enc_part_1, krb5_priv_enc_part, timestamp, 1, opt_kerberos_time);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
892
return (val->timestamp != 0);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
897
DEFFIELD(enc_cred_part_2, krb5_cred_enc_part, timestamp, 2, opt_kerberos_time);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1033
if (!fread(&ret_entry->timestamp, sizeof(ret_entry->timestamp), 1, KTFILEP(id))) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1038
ret_entry->timestamp = ntohl(ret_entry->timestamp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1133
krb5_timestamp timestamp;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1203
if (krb5_timeofday(context, &entry->timestamp)) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1204
entry->timestamp = 0;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1207
timestamp = entry->timestamp;
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1209
timestamp = htonl(entry->timestamp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1210
if (!fwrite(×tamp, sizeof(timestamp), 1, KTFILEP(id))) {
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1291
total_size += sizeof(entry->timestamp);
crypto/krb5/src/lib/krb5/keytab/kt_file.c
267
if (!ts_after(k2->timestamp, k1->timestamp) &&
crypto/krb5/src/lib/krb5/keytab/kt_file.c
270
if (!ts_after(k1->timestamp, k2->timestamp) &&
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
424
out_entry->timestamp = match->timestamp;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
497
entry->timestamp = mkt_cursor->entry->timestamp;
crypto/krb5/src/lib/krb5/keytab/kt_memory.c
547
cursor->entry->timestamp = entry->timestamp;
crypto/krb5/src/lib/krb5/keytab/t_keytab.c
151
kent.timestamp = 327689;
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
169
krb5_timestamp timestamp,
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
303
!ts_within(dec_rep->enc_part2->times.starttime, timestamp,
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
346
krb5_timestamp timestamp;
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
366
&request_data, ×tamp, &nonce, &subkey);
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
399
timestamp, nonce, subkey,
crypto/krb5/src/lib/krb5/krb/get_creds.c
217
krb5_timestamp timestamp; /* Timestamp of request */
crypto/krb5/src/lib/krb5/krb/get_creds.c
309
NULL, NULL, &request, &ctx->timestamp, &ctx->nonce,
crypto/krb5/src/lib/krb5/krb/get_creds.c
396
ctx->tgs_in_creds, ctx->timestamp,
crypto/krb5/src/lib/krb5/krb/int-proto.h
123
krb5_timestamp timestamp,
crypto/krb5/src/lib/krb5/krb/mk_cred.c
128
credenc.timestamp = rdata->timestamp;
crypto/krb5/src/lib/krb5/krb/mk_cred.c
177
if (rdata.timestamp == 0) {
crypto/krb5/src/lib/krb5/krb/mk_cred.c
178
ret = krb5_us_timeofday(context, &rdata.timestamp, &rdata.usec);
crypto/krb5/src/lib/krb5/krb/mk_priv.c
62
encpart.timestamp = rdata->timestamp;
crypto/krb5/src/lib/krb5/krb/mk_safe.c
64
safemsg.timestamp = rdata->timestamp;
crypto/krb5/src/lib/krb5/krb/privsafe.c
121
ret = krb5_check_clockskew(context, rdata->timestamp);
crypto/krb5/src/lib/krb5/krb/privsafe.c
53
ret = krb5_us_timeofday(context, &rdata->timestamp, &rdata->usec);
crypto/krb5/src/lib/krb5/krb/privsafe.c
57
caller_rdata->timestamp = rdata->timestamp;
crypto/krb5/src/lib/krb5/krb/rd_cred.c
174
rdata.timestamp = encpart->timestamp;
crypto/krb5/src/lib/krb5/krb/rd_cred.c
193
replaydata_out->timestamp = encpart->timestamp;
crypto/krb5/src/lib/krb5/krb/rd_priv.c
138
rdata_out->timestamp = rdata.timestamp;
crypto/krb5/src/lib/krb5/krb/rd_priv.c
82
rdata_out->timestamp = encpart->timestamp;
crypto/krb5/src/lib/krb5/krb/rd_safe.c
109
rdata_out->timestamp = krbsafe->timestamp;
crypto/krb5/src/lib/krb5/krb/rd_safe.c
166
rdata_out->timestamp = rdata.timestamp;
crypto/krb5/src/lib/krb5/krb/str_conv.c
199
krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen)
crypto/krb5/src/lib/krb5/krb/str_conv.c
202
time_t timestamp2 = ts2tt(timestamp);
crypto/krb5/src/lib/krb5/krb/str_conv.c
216
krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad)
crypto/krb5/src/lib/krb5/krb/str_conv.c
221
time_t timestamp2 = ts2tt(timestamp);
crypto/krb5/src/lib/krb5/krb/t_kerb.c
24
krb5_timestamp timestamp;
crypto/krb5/src/lib/krb5/krb/t_kerb.c
28
retval = krb5_string_to_timestamp(ktime, ×tamp);
crypto/krb5/src/lib/krb5/krb/t_kerb.c
33
t = ts2tt(timestamp);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
143
if (!ts_after(now, ts_incr(e->timestamp, context->clockskew)))
crypto/krb5/src/lib/krb5/rcache/memrcache.c
40
krb5_timestamp timestamp;
crypto/krb5/src/lib/krb5/rcache/memrcache.c
62
entry->timestamp = now;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
106
uint32_t timestamp)
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
112
store_32_be(timestamp, record + TAG_LEN);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
129
expired(uint32_t timestamp, uint32_t now, uint32_t skew)
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
131
return ts_after(now, ts_incr(timestamp, skew));
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
58
test_store(const char *filename, uint8_t *tag, krb5_timestamp timestamp,
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
64
(void)krb5_set_debugging_time(ctx, timestamp, 0);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
76
uint32_t timestamp;
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
82
for (i = 0, timestamp = start; i < reps; i++, timestamp += clockskew * 2) {
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
87
ret = test_store(filename, tag, timestamp, clockskew);
crypto/krb5/src/util/profile/prof_file.c
330
if (st.st_mtime == data->timestamp
crypto/krb5/src/util/profile/prof_file.c
378
data->timestamp = st.st_mtime;
crypto/krb5/src/util/profile/prof_int.h
35
time_t timestamp; /* time tree was last updated from file */
crypto/krb5/src/util/profile/prof_set.c
59
new_data->timestamp = 0;
crypto/openssh/krl.c
1049
char timestamp[64];
crypto/openssh/krl.c
1088
format_timestamp(krl->generated_date, timestamp, sizeof(timestamp));
crypto/openssh/krl.c
1090
(long long unsigned)krl->krl_version, timestamp,
crypto/openssh/krl.c
1305
char *fp, timestamp[64];
crypto/openssh/krl.c
1308
format_timestamp(krl->generated_date, timestamp, sizeof(timestamp));
crypto/openssh/krl.c
1311
fprintf(f, "# Generated at %s\n", timestamp);
crypto/openssh/krl.c
811
format_timestamp(u_int64_t timestamp, char *ts, size_t nts)
crypto/openssh/krl.c
816
t = timestamp;
crypto/openssl/crypto/ct/ct_b64.c
114
SCT_set_timestamp(sct, timestamp);
crypto/openssl/crypto/ct/ct_b64.c
62
ct_log_entry_type_t entry_type, uint64_t timestamp,
crypto/openssl/crypto/ct/ct_local.h
71
uint64_t timestamp;
crypto/openssl/crypto/ct/ct_oct.c
110
n2l8(p, sct->timestamp);
crypto/openssl/crypto/ct/ct_oct.c
235
l2n8(sct->timestamp, p);
crypto/openssl/crypto/ct/ct_prn.c
100
timestamp_print(sct->timestamp, out);
crypto/openssl/crypto/ct/ct_prn.c
29
static void timestamp_print(uint64_t timestamp, BIO *out)
crypto/openssl/crypto/ct/ct_prn.c
37
(int)(timestamp / 86400000),
crypto/openssl/crypto/ct/ct_prn.c
38
(timestamp % 86400000) / 1000);
crypto/openssl/crypto/ct/ct_prn.c
44
ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000));
crypto/openssl/crypto/ct/ct_sct.c
113
void SCT_set_timestamp(SCT *sct, uint64_t timestamp)
crypto/openssl/crypto/ct/ct_sct.c
115
sct->timestamp = timestamp;
crypto/openssl/crypto/ct/ct_sct.c
204
return sct->timestamp;
crypto/openssl/crypto/ct/ct_vfy.c
113
if (sct->timestamp > sctx->epoch_time_in_ms) {
crypto/openssl/crypto/ct/ct_vfy.c
55
l2n8(sct->timestamp, p);
crypto/openssl/include/openssl/ct.h
207
uint64_t timestamp,
crypto/openssl/include/openssl/ct.h
274
void SCT_set_timestamp(SCT *sct, uint64_t timestamp);
crypto/openssl/ssl/quic/quic_port.c
1057
|| !PACKET_copy_bytes(&pkt, (unsigned char *)&token->timestamp,
crypto/openssl/ssl/quic/quic_port.c
1058
sizeof(token->timestamp))
crypto/openssl/ssl/quic/quic_port.c
1359
if (ossl_time_compare(now, token.timestamp) < 0)
crypto/openssl/ssl/quic/quic_port.c
1361
time_diff = ossl_time2seconds(ossl_time_abs_difference(token.timestamp,
crypto/openssl/ssl/quic/quic_port.c
68
OSSL_TIME timestamp;
crypto/openssl/ssl/quic/quic_port.c
865
token->timestamp = ossl_time_now();
crypto/openssl/ssl/quic/quic_port.c
906
|| !WPACKET_memcpy(&wpkt, &token->timestamp,
crypto/openssl/ssl/quic/quic_port.c
907
sizeof(token->timestamp))
crypto/openssl/test/ct_test.c
441
const uint64_t timestamp = 1;
crypto/openssl/test/ct_test.c
456
CT_LOG_ENTRY_TYPE_X509, timestamp,
crypto/openssl/test/helpers/noisydgrambio.c
129
if (ossl_time_compare(limit->pinfos[idx].timestamp, sampling_start) >= 0)
crypto/openssl/test/helpers/noisydgrambio.c
163
limit->pinfos[end].timestamp = now;
crypto/openssl/test/helpers/noisydgrambio.c
20
OSSL_TIME timestamp;
lib/libc/rpc/svc_auth_des.c
121
struct timeval timestamp;
lib/libc/rpc/svc_auth_des.c
224
timestamp.tv_sec = IXDR_GET_LONG(ixdr);
lib/libc/rpc/svc_auth_des.c
225
timestamp.tv_usec = IXDR_GET_LONG(ixdr);
lib/libc/rpc/svc_auth_des.c
246
×tamp);
lib/libc/rpc/svc_auth_des.c
257
if ((u_long)timestamp.tv_usec >= USEC_PER_SEC) {
lib/libc/rpc/svc_auth_des.c
262
if (nick && BEFORE(×tamp,
lib/libc/rpc/svc_auth_des.c
269
if (!BEFORE(¤t, ×tamp)) {
lib/libc/rpc/svc_auth_des.c
285
IXDR_PUT_LONG(ixdr, timestamp.tv_sec - 1);
lib/libc/rpc/svc_auth_des.c
286
IXDR_PUT_LONG(ixdr, timestamp.tv_usec);
lib/libc/rpc/svc_auth_des.c
317
entry->laststamp = timestamp;
lib/libc/rpc/svc_auth_des.c
406
cache_spot(des_block *key, char *name, struct timeval *timestamp)
lib/libc/rpc/svc_auth_des.c
418
if (BEFORE(timestamp, &cp->laststamp)) {
sbin/camcontrol/camcontrol.c
10801
error = timestamp(cam_dev, argc, argv, combinedopt,
sbin/camcontrol/camcontrol.h
86
int timestamp(struct cam_device *device, int argc, char **argv,
sbin/camcontrol/timestamp.c
230
memcpy(&temp_timestamp[2], &report_buf->timestamp, 6);
sbin/camcontrol/timestamp.c
287
scsi_create_timestamp(ts_p.timestamp, ts);
sbin/dhclient/tests/option-domain-search.c
307
parse_date_helper(const char *string, time_t timestamp)
sbin/dhclient/tests/option-domain-search.c
329
if (ts != timestamp)
sbin/ipfw/ipfw2.c
2478
bprintf(bp, "%10u ", cntr->timestamp);
sbin/ipfw/ipfw2.c
2488
if (cntr->timestamp > 0) {
sbin/ipfw/ipfw2.c
2489
t = _long_to_time(cntr->timestamp);
sbin/newfs_msdos/mkfs_msdos.c
625
tv.tv_sec = now = o.timestamp;
sbin/newfs_msdos/mkfs_msdos.h
47
AOPT('T', time_t, timestamp, 0, "Timestamp") \
sbin/newfs_msdos/newfs_msdos.c
164
o.timestamp = get_tstamp(optarg);
sbin/ping/ping.c
1612
pr_ntime(n_time timestamp)
sbin/ping/ping.c
1617
sec = ntohl(timestamp) / 1000;
sys/cam/ctl/ctl.c
3551
getnanouptime(&stats->timestamp);
sys/cam/ctl/ctl.c
3584
getnanouptime(&stats->timestamp);
sys/cam/ctl/ctl.c
7624
int64_t timestamp;
sys/cam/ctl/ctl.c
7647
timestamp = (int64_t)tv.tv_sec * 1000 + tv.tv_usec / 1000;
sys/cam/ctl/ctl.c
7648
scsi_ulto4b(timestamp >> 16, data->timestamp);
sys/cam/ctl/ctl.c
7649
scsi_ulto2b(timestamp & 0xffff, &data->timestamp[4]);
sys/cam/ctl/ctl_ioctl.h
137
struct timespec timestamp; /* passed to userland */
sys/cam/scsi/scsi_all.c
8139
uint64_t timestamp)
sys/cam/scsi/scsi_all.c
8142
scsi_u64to8b(timestamp, buf);
sys/cam/scsi/scsi_all.h
1648
uint8_t timestamp[6];
sys/cam/scsi/scsi_all.h
3155
uint8_t timestamp[6];
sys/cam/scsi/scsi_all.h
3163
uint8_t timestamp[6];
sys/cam/scsi/scsi_all.h
4218
uint64_t timestamp);
sys/compat/linprocfs/linprocfs.c
1363
last_timestamp = map->timestamp;
sys/compat/linprocfs/linprocfs.c
1417
if (last_timestamp != map->timestamp) {
sys/compat/linux/linux_ioctl.c
3112
vb->timestamp.tv_sec = lvb->timestamp.tv_sec;
sys/compat/linux/linux_ioctl.c
3113
vb->timestamp.tv_usec = lvb->timestamp.tv_usec;
sys/compat/linux/linux_ioctl.c
3136
lvb->timestamp.tv_sec = vb->timestamp.tv_sec;
sys/compat/linux/linux_ioctl.c
3137
lvb->timestamp.tv_usec = vb->timestamp.tv_usec;
sys/compat/linux/linux_videodev2_compat.h
112
struct l_timespec timestamp;
sys/compat/linux/linux_videodev2_compat.h
17
l_timeval timestamp;
sys/compat/linuxkpi/common/include/linux/ieee80211.h
546
uint64_t timestamp;
sys/compat/linuxkpi/common/include/linux/ieee80211.h
563
uint64_t timestamp;
sys/compat/linuxkpi/common/include/net/mac80211.h
363
int block_tx, count, delay, device_timestamp, timestamp;
sys/compat/linuxkpi/common/include/net/mac80211.h
768
int action_code, ch_sw_tm_ie, status, switch_time, switch_timeout, timestamp;
sys/compat/linuxkpi/common/src/linux_80211.c
7434
(uintmax_t)le64_to_cpu(f->u.beacon.timestamp),
sys/dev/ata/chipsets/ata-marvell.c
74
u_int32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
18081
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
6387
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
6999
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
79454
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
79590
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
79778
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
79975
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
80080
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
80194
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
81931
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82061
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82302
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82553
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82697
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82849
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
82975
uint32_t timestamp;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
83110
uint32_t timestamp;
sys/dev/ciss/cissreg.h
364
u_int32_t timestamp; /* seconds since controller power-on */
sys/dev/cxgb/cxgb_adapter.h
393
int timestamp;
sys/dev/cxgb/cxgb_sge.c
2895
if (r->rss_hdr.hash_type && !adap->timestamp) {
sys/dev/cxgb/cxgb_sge.c
3326
int rc, timestamp;
sys/dev/cxgb/cxgb_sge.c
3331
timestamp = sc->timestamp;
sys/dev/cxgb/cxgb_sge.c
3332
rc = sysctl_handle_int(oidp, ×tamp, arg2, req);
sys/dev/cxgb/cxgb_sge.c
3337
if (timestamp != sc->timestamp) {
sys/dev/cxgb/cxgb_sge.c
3339
timestamp ? F_ENABLERXPKTTMSTPRSS : 0);
sys/dev/cxgb/cxgb_sge.c
3340
sc->timestamp = timestamp;
sys/dev/cxgbe/common/t4_msg.h
5613
__be64 timestamp;
sys/dev/cxgbe/cudbg/cudbg.h
324
u64 timestamp;
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
127
flash_hdr->timestamp = timestamp;
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
142
int cudbg_write_flash(void *handle, u64 timestamp, void *data,
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
177
update_headers(handle, dbg_buff, timestamp,
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
358
sec_info->max_timestamp = flash_hdr.timestamp;
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
367
flash_hdr.timestamp;
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
389
flash_hdr.timestamp &&
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
429
flash_hdr.timestamp &&
sys/dev/cxgbe/cudbg/cudbg_flash_utils.c
81
u64 timestamp, u32 cur_entity_hdr_offset,
sys/dev/cxgbe/cudbg/cudbg_lib.c
152
u64 timestamp;
sys/dev/cxgbe/cudbg/cudbg_lib.c
183
timestamp = 0;
sys/dev/cxgbe/cudbg/cudbg_lib.c
189
rc = cudbg_write_flash(handle, timestamp, dbg_buff,
sys/dev/cxgbe/cudbg/cudbg_lib.c
3106
if (entry->timestamp == 0)
sys/dev/cxgbe/cudbg/cudbg_lib_common.h
163
int cudbg_write_flash(void *handle, u64 timestamp, void *data,
sys/dev/cxgbe/firmware/t4fw_interface.h
10019
__be64 timestamp;
sys/dev/cxgbe/t4_main.c
10137
if (e->timestamp == 0)
sys/dev/cxgbe/t4_main.c
10140
e->timestamp = be64toh(e->timestamp);
sys/dev/cxgbe/t4_main.c
10145
if (e->timestamp < ftstamp) {
sys/dev/cxgbe/t4_main.c
10146
ftstamp = e->timestamp;
sys/dev/cxgbe/t4_main.c
10151
if (buf[first].timestamp == 0)
sys/dev/cxgbe/t4_main.c
10160
if (e->timestamp == 0)
sys/dev/cxgbe/t4_main.c
10164
e->seqno, e->timestamp,
sys/dev/cxgbe/t4_main.c
13930
if (e.timestamp == 0)
sys/dev/cxgbe/t4_main.c
13933
e.timestamp = be64toh(e.timestamp);
sys/dev/cxgbe/t4_main.c
13934
if (e.timestamp < ftstamp) {
sys/dev/cxgbe/t4_main.c
13935
ftstamp = e.timestamp;
sys/dev/cxgbe/t4_main.c
13950
if (e.timestamp == 0)
sys/dev/cxgbe/t4_main.c
13953
e.timestamp = be64toh(e.timestamp);
sys/dev/cxgbe/t4_main.c
13959
e.seqno, e.timestamp,
sys/dev/cxgbe/tom/t4_ddp.c
2173
return (ps->vm != vm || ps->vm_timestamp != vm->vm_map.timestamp);
sys/dev/cxgbe/tom/t4_ddp.c
2254
ps->vm_timestamp = map->timestamp;
sys/dev/dpaa2/dpaa2_frame.h
120
uint64_t timestamp;
sys/dev/ena/ena.c
3111
sbintime_t timestamp, time;
sys/dev/ena/ena.c
3120
timestamp = atomic_load_acq_64(&adapter->keep_alive_timestamp);
sys/dev/ena/ena.c
3121
time = getsbinuptime() - timestamp;
sys/dev/ena/ena.c
3216
if (bintime_isset(&tx_buf->timestamp) == 0)
sys/dev/ena/ena.c
3220
bintime_sub(&time, &tx_buf->timestamp);
sys/dev/ena/ena.h
266
struct bintime timestamp;
sys/dev/ena/ena_datapath.c
1052
getbinuptime(&tx_info->timestamp);
sys/dev/ena/ena_datapath.c
277
bintime_clear(&tx_info->timestamp);
sys/dev/hid/hmt.c
191
int32_t timestamp;
sys/dev/hid/hmt.c
499
sc->timestamp = 0;
sys/dev/hid/hmt.c
627
sc->timestamp += delta * 100;
sys/dev/hid/hmt.c
628
evdev_push_msc(sc->evdev, MSC_TIMESTAMP, sc->timestamp);
sys/dev/hid/hmt.c
632
sc->timestamp = 0;
sys/dev/hwpmc/hwpmc_mod.c
2042
last_timestamp = map->timestamp;
sys/dev/hwpmc/hwpmc_mod.c
2085
if (map->timestamp != last_timestamp)
sys/dev/iwm/if_iwmreg.h
2535
uint32_t timestamp;
sys/dev/iwm/if_iwmreg.h
2623
uint64_t timestamp;
sys/dev/iwm/if_iwmreg.h
2940
uint32_t timestamp;
sys/dev/iwm/if_iwmreg.h
3241
uint64_t timestamp;
sys/dev/iwx/if_iwxreg.h
2310
uint32_t timestamp;
sys/dev/iwx/if_iwxreg.h
2431
uint64_t timestamp;
sys/dev/iwx/if_iwxreg.h
3152
uint32_t timestamp;
sys/dev/iwx/if_iwxreg.h
3519
uint64_t timestamp;
sys/dev/liquidio/base/lio_ctrl.h
115
uint32_t timestamp:1;
sys/dev/liquidio/base/lio_ctrl.h
198
packet_params.s.tsflag = setup->s.timestamp;
sys/dev/mfi/mfi.c
1498
format_timestamp(uint32_t timestamp)
sys/dev/mfi/mfi.c
1502
if ((timestamp & 0xff000000) == 0xff000000)
sys/dev/mfi/mfi.c
1503
snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
sys/dev/mfi/mfi.c
1506
snprintf(buffer, sizeof(buffer), "%us", timestamp);
sys/dev/mlx5/device.h
724
__be64 timestamp;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
217
ts_ptr[2] = *((uint32_t *)&cqe->timestamp + 1);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
439
tstmp = mlx5e_mbuf_tstmp(c->priv, be64_to_cpu(cqe->timestamp));
sys/dev/ocs_fc/sli4.h
2347
uint32_t timestamp;
sys/dev/pms/freebsd/driver/common/encrypt_ioctl.h
110
bit64 timestamp;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
1128
perr->ioerr.timestamp = cmd->jiffies_at_alloc;
sys/dev/qat/include/common/adf_common_drv.h
154
int adf_get_fw_timestamp(struct adf_accel_dev *accel_dev, u64 *timestamp);
sys/dev/qat/include/icp_qat_fw_init_admin.h
181
u64 timestamp;
sys/dev/qat/qat_common/adf_freebsd_admin.c
331
adf_get_fw_timestamp(struct adf_accel_dev *accel_dev, u64 *timestamp)
sys/dev/qat/qat_common/adf_freebsd_admin.c
337
if (!accel_dev || !timestamp)
sys/dev/qat/qat_common/adf_freebsd_admin.c
346
*timestamp = rsp.timestamp;
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2121
offset += ecore_dump_num_param(dump_buf + offset, dump, "fw-timestamp", fw_info.ver.timestamp);
sys/dev/qlnx/qlnxe/ecore_hsi_common.h
2405
__le32 timestamp /* FW Timestamp in unix time (sec. since 1970) */;
sys/dev/qlnx/qlnxr/qlnxr_os.c
41
uint32_t timestamp = 1;
sys/dev/qlnx/qlnxr/qlnxr_os.c
42
SYSCTL_UINT(_dev_qnxr, OID_AUTO, timestamp, CTLFLAG_RW, ×tamp, 1,
sys/dev/qlnx/qlnxr/qlnxr_os.c
788
if (timestamp)
sys/dev/random/randomdev.c
301
uint32_t timestamp;
sys/dev/random/randomdev.c
306
timestamp = random_get_cyclecount();
sys/dev/random/randomdev.c
307
randomdev_hash_iterate(&hash, ×tamp, sizeof(timestamp));
sys/dev/random/randomdev.c
309
timestamp = random_get_cyclecount();
sys/dev/random/randomdev.c
310
randomdev_hash_iterate(&hash, ×tamp, sizeof(timestamp));
sys/dev/rge/if_rgereg.h
271
uint64_t timestamp;
sys/dev/sfxge/common/ef10_impl.h
747
__out uint32_t *timestamp);
sys/dev/sfxge/common/ef10_rx.c
936
__out uint32_t *timestamp)
sys/dev/sfxge/common/ef10_rx.c
949
*timestamp = EFX_QWORD_FIELD(*qwordp, ES_DZ_PS_RX_PREFIX_TSTAMP);
sys/dev/sfxge/common/efx.h
2611
__out uint32_t *timestamp);
sys/dev/sfxge/common/efx_rx.c
119
__out uint32_t *timestamp);
sys/dev/sfxge/common/efx_rx.c
1538
__out uint32_t *timestamp)
sys/dev/sfxge/common/efx_rx.c
746
__out uint32_t *timestamp)
sys/dev/sfxge/common/efx_rx.c
753
next_offsetp, timestamp));
sys/dev/usb/input/wmt.c
213
int32_t timestamp;
sys/dev/usb/input/wmt.c
603
sc->timestamp += delta * 100;
sys/dev/usb/input/wmt.c
604
evdev_push_msc(sc->evdev, MSC_TIMESTAMP, sc->timestamp);
sys/dev/usb/input/wmt.c
608
sc->timestamp = 0;
sys/dev/usb/wlan/if_upgtvar.h
304
uint32_t timestamp;
sys/dev/wg/wg_noise.c
1009
uint8_t timestamp[NOISE_TIMESTAMP_LEN];
sys/dev/wg/wg_noise.c
1038
if (noise_msg_decrypt(timestamp, ets,
sys/dev/wg/wg_noise.c
1049
if (memcmp(timestamp, r->r_timestamp, NOISE_TIMESTAMP_LEN) > 0)
sys/dev/wg/wg_noise.c
1050
memcpy(r->r_timestamp, timestamp, NOISE_TIMESTAMP_LEN);
sys/fs/nfs/nfsport.h
757
#define nst_timestamp nst_rec.timestamp
sys/fs/procfs/procfs_map.c
150
last_timestamp = map->timestamp;
sys/fs/procfs/procfs_map.c
230
if (last_timestamp != map->timestamp) {
sys/fs/udf/ecma167-udf.h
176
struct timestamp time;
sys/fs/udf/ecma167-udf.h
291
struct timestamp time;
sys/fs/udf/ecma167-udf.h
341
struct timestamp atime;
sys/fs/udf/ecma167-udf.h
342
struct timestamp mtime;
sys/fs/udf/ecma167-udf.h
343
struct timestamp attrtime;
sys/fs/udf/udf_vnops.c
219
udf_timetotimespec(struct timestamp *time, struct timespec *t)
sys/geom/raid/md_sii.c
1003
memcpy(&mdi->mdio_timestamp, &meta->timestamp, 6);
sys/geom/raid/md_sii.c
1512
memcpy(&meta->timestamp, &mdi->mdio_timestamp, 6);
sys/geom/raid/md_sii.c
162
meta->timestamp[5], meta->timestamp[4], meta->timestamp[3],
sys/geom/raid/md_sii.c
163
meta->timestamp[2], meta->timestamp[1], meta->timestamp[0]);
sys/geom/raid/md_sii.c
221
if (memcmp(&meta->timestamp, &pdmeta->timestamp, 6) != 0)
sys/geom/raid/md_sii.c
396
meta->timestamp[0] = arc4random();
sys/geom/raid/md_sii.c
397
meta->timestamp[1] = arc4random();
sys/geom/raid/md_sii.c
398
meta->timestamp[2] = arc4random();
sys/geom/raid/md_sii.c
399
meta->timestamp[3] = arc4random();
sys/geom/raid/md_sii.c
400
meta->timestamp[4] = arc4random();
sys/geom/raid/md_sii.c
401
meta->timestamp[5] = arc4random();
sys/geom/raid/md_sii.c
56
uint8_t timestamp[6]; /* 134 - 136 */
sys/geom/raid/md_sii.c
987
&meta->timestamp, 6) == 0)
sys/kern/kern_proc.c
2479
last_timestamp = map->timestamp;
sys/kern/kern_proc.c
2523
if (last_timestamp != map->timestamp) {
sys/kern/kern_proc.c
2708
last_timestamp = map->timestamp;
sys/kern/kern_proc.c
2792
if (last_timestamp != map->timestamp) {
sys/kern/sys_process.c
1608
p->p_pid, p->p_vmspace->vm_map.timestamp);
sys/kern/sys_process.c
1609
td->td_retval[0] = p->p_vmspace->vm_map.timestamp;
sys/kern/sys_process.c
512
pve->pve_timestamp = map->timestamp;
sys/net/pflow.h
163
struct pflow_tmpl_fspec timestamp;
sys/net/pflow.h
218
u_int64_t timestamp; /* timeStamp */
sys/net/pfvar.h
311
__ts = *zpcpu_get_cpu(prule->timestamp, cpu); \
sys/net/pfvar.h
321
*zpcpu_get((prule)->timestamp) = time_second; \
sys/net/pfvar.h
773
time_t *timestamp;
sys/net/pfvar.h
823
time_t *timestamp;
sys/netgraph/ng_ppp.c
1585
getmicrouptime(&frag->timestamp);
sys/netgraph/ng_ppp.c
191
struct timeval timestamp; /* time of reception */
sys/netgraph/ng_ppp.c
1926
timevalsub(&age, &beg->timestamp);
sys/netinet/ip_fw.h
754
uint32_t timestamp; /* tv_sec of last match */
sys/netinet/ip_fw.h
778
uint32_t timestamp; /* tv_sec of last match */
sys/netinet/libalias/alias_db.c
462
if (LibAliasTime - (*lnk)->timestamp > (*lnk)->expire.time) {
sys/netinet/libalias/alias_db.c
478
lnk->timestamp = LibAliasTime;
sys/netinet/libalias/alias_db.c
621
lnk->timestamp = LibAliasTime;
sys/netinet/libalias/alias_db.h
288
int timestamp; /* Time link was last accessed */
sys/netinet/sctp_uio.h
1247
uint64_t timestamp;
sys/netinet/sctputil.c
7119
SCTP_BASE_SYSCTL(sctp_log).entry[saveindex].timestamp = SCTP_GET_CYCLECOUNT;
sys/netinet/tcp.h
509
uint64_t timestamp;
sys/netinet/tcp_lro.c
735
if (le->timestamp != 0) {
sys/netinet/tcp_lro.c
881
le->timestamp = 0;
sys/netinet/tcp_lro.c
883
le->timestamp = 1;
sys/netinet/tcp_lro.h
147
timestamp : 1,
sys/netinet/tcp_lro.h
184
uint64_t timestamp; /* hardware or sofware timestamp, valid if TSTMP_LRO or TSTMP_HDRW set */
sys/netinet/tcp_lro_hpts.c
79
ae->timestamp = m->m_pkthdr.rcv_tstmp;
sys/netinet/tcp_stacks/rack.c
11127
log.u_bbr.rttProp = cur->timestamp;
sys/netinet/tcp_stacks/rack.c
11278
if (rc_cur->timestamp == rack->r_ctl.last_tm_mark) {
sys/netinet/tcp_stacks/rack.c
11350
rack->r_ctl.last_tm_mark = rc_cur->timestamp;
sys/netinet/tcp_stacks/rack.c
15252
ts.tv_sec = ae->timestamp / 1000000000;
sys/netinet/tcp_stacks/rack.c
15253
ts.tv_nsec = ae->timestamp % 1000000000;
sys/netinet/tcp_stacks/rack.c
15260
ts.tv_sec = ae->timestamp / 1000000000;
sys/netinet/tcp_stacks/rack.c
15261
ts.tv_nsec = ae->timestamp % 1000000000;
sys/netinet/tcp_stacks/rack.c
15268
log.u_bbr.delRate = ae->timestamp;
sys/netinet/tcp_stacks/rack.c
15281
log.u_bbr.rttProp = tcp_req->timestamp;
sys/netinet/tcp_stacks/rack.c
15747
ts.tv_sec = ae->timestamp / 1000000000;
sys/netinet/tcp_stacks/rack.c
15748
ts.tv_nsec = ae->timestamp % 1000000000;
sys/netinet/tcp_stacks/rack.c
15795
ts.tv_sec = ae->timestamp / 1000000000;
sys/netinet/tcp_stacks/rack.c
15796
ts.tv_nsec = ae->timestamp % 1000000000;
sys/netinet/tcp_stacks/rack.c
16491
log.u_bbr.rttProp = tcp_req->timestamp;
sys/netinet/tcp_stacks/rack.c
2035
log.u_bbr.epoch = (uint32_t)(cur->timestamp & 0x00000000ffffffff);
sys/netinet/tcp_stacks/rack.c
2036
log.u_bbr.lt_epoch = (uint32_t)((cur->timestamp >> 32) & 0x00000000ffffffff);
sys/netinet/tcp_subr.c
4667
log.u_bbr.rttProp = req->timestamp;
sys/netinet/tcp_subr.c
4895
if ((fil->timestamp == req->timestamp) &&
sys/netinet/tcp_subr.c
4924
fil->timestamp = req->timestamp;
sys/netinet/tcp_var.h
149
uint64_t timestamp; /* User sent timestamp */
sys/netpfil/ipfw/ip_fw_private.h
295
uint32_t timestamp; /* tv_sec of last match */
sys/netpfil/ipfw/ip_fw_private.h
407
if ((_cntr)->timestamp != time_uptime) \
sys/netpfil/ipfw/ip_fw_private.h
408
(_cntr)->timestamp = time_uptime; \
sys/netpfil/ipfw/ip_fw_private.h
419
(_cntr)->timestamp = 0; \
sys/netpfil/ipfw/ip_fw_sockopt.c
367
cntr->timestamp = krule->timestamp;
sys/netpfil/ipfw/ip_fw_sockopt.c
369
if (cntr->timestamp > 0) {
sys/netpfil/ipfw/ip_fw_sockopt.c
371
cntr->timestamp += boottime.tv_sec;
sys/netpfil/ipfw/nat64/nat64lsn.c
1066
SET_AGE(host->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
1185
SET_AGE(pg->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
1198
SET_AGE(alias->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
1616
if (state->timestamp != ts)
sys/netpfil/ipfw/nat64/nat64lsn.c
1617
state->timestamp = ts;
sys/netpfil/ipfw/nat64/nat64lsn.c
390
SET_AGE(state->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
394
SET_AGE(host->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
673
if (state->timestamp != ts)
sys/netpfil/ipfw/nat64/nat64lsn.c
674
state->timestamp = ts;
sys/netpfil/ipfw/nat64/nat64lsn.c
719
age = GET_AGE(state->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
825
SET_AGE(pg->timestamp);
sys/netpfil/ipfw/nat64/nat64lsn.c
827
if (GET_AGE(pg->timestamp) < cfg->pg_delete_delay)
sys/netpfil/ipfw/nat64/nat64lsn.c
909
GET_AGE(host->timestamp) <
sys/netpfil/ipfw/nat64/nat64lsn.c
927
GET_AGE(host->timestamp) < cfg->host_delete_delay)
sys/netpfil/ipfw/nat64/nat64lsn.c
947
if (GET_AGE(alias->timestamp) < cfg->pgchunk_delete_delay)
sys/netpfil/ipfw/nat64/nat64lsn.h
131
uint16_t timestamp;
sys/netpfil/ipfw/nat64/nat64lsn.h
185
uint16_t timestamp;
sys/netpfil/ipfw/nat64/nat64lsn.h
55
uint16_t timestamp; /* last used */
sys/netpfil/ipfw/nat64/nat64lsn.h
68
uint16_t timestamp;
sys/netpfil/ipfw/nat64/nat64lsn_control.c
602
s->idle = GET_AGE(state->timestamp);
sys/netpfil/pf/pf_ioctl.c
2725
rule->timestamp = uma_zalloc_pcpu(pf_timestamp_pcpu_zone,
sys/netpfil/pf/pf_ioctl.c
2761
uma_zfree_pcpu(pf_timestamp_pcpu_zone, rule->timestamp);
sys/netpfil/pf/pf_ioctl.c
365
V_pf_default_rule.timestamp = uma_zalloc_pcpu(pf_timestamp_pcpu_zone,
sys/netpfil/pf/pf_ioctl.c
4216
rule->timestamp = NULL;
sys/netpfil/pf/pf_ioctl.c
4231
rule->timestamp = uma_zalloc_pcpu(pf_timestamp_pcpu_zone,
sys/netpfil/pf/pf_ioctl.c
583
uma_zfree_pcpu(pf_timestamp_pcpu_zone, rule->timestamp);
sys/netpfil/pf/pf_ioctl.c
7957
uma_zfree_pcpu(pf_timestamp_pcpu_zone, V_pf_default_rule.timestamp);
sys/netpfil/pf/pflow.c
359
pflowif->sc_tmpl_ipfix.nat44_tmpl.timestamp.field_id =
sys/netpfil/pf/pflow.c
361
pflowif->sc_tmpl_ipfix.nat44_tmpl.timestamp.len =
sys/netpfil/pf/pflow.c
924
struct pflow_softc *sc, uint8_t event, uint64_t timestamp)
sys/netpfil/pf/pflow.c
941
nat->timestamp = htobe64(pf_get_time() - (pf_get_uptime() - timestamp));
sys/ofed/drivers/infiniband/core/ib_sysfs.c
797
if (time_is_after_eq_jiffies(stats->timestamp + stats->lifespan))
sys/ofed/drivers/infiniband/core/ib_sysfs.c
803
stats->timestamp = jiffies;
sys/ofed/drivers/infiniband/core/ib_sysfs.c
982
stats->timestamp = jiffies;
sys/ofed/include/rdma/ib_verbs.h
515
unsigned long timestamp;
sys/sys/soundcard.h
1815
int timestamp;
sys/sys/soundcard.h
1851
int timestamp; /* Must be set to oss_mixext.timestamp */
sys/vm/vm_fault.c
557
if (fs->map->timestamp != fs->map_generation)
sys/vm/vm_fault.c
572
if (fs->map->timestamp != fs->map_generation) {
sys/vm/vm_fault.c
953
fs->map_generation = fs->map->timestamp;
sys/vm/vm_fault.c
998
if (fs->map->timestamp == fs->map_generation)
sys/vm/vm_map.c
3319
last_timestamp = map->timestamp;
sys/vm/vm_map.c
3326
if (last_timestamp + 1 == map->timestamp)
sys/vm/vm_map.c
3645
last_timestamp = map->timestamp;
sys/vm/vm_map.c
3664
if (last_timestamp + 1 != map->timestamp) {
sys/vm/vm_map.c
3889
last_timestamp = map->timestamp;
sys/vm/vm_map.c
3896
if (last_timestamp == map->timestamp ||
sys/vm/vm_map.c
4052
last_timestamp = map->timestamp;
sys/vm/vm_map.c
4055
if (last_timestamp + 1 != map->timestamp) {
sys/vm/vm_map.c
531
map->timestamp++;
sys/vm/vm_map.c
5368
(void *)map->pmap, map->nentries, map->timestamp);
sys/vm/vm_map.c
708
map->timestamp++;
sys/vm/vm_map.c
742
last_timestamp = map->timestamp;
sys/vm/vm_map.c
750
if (last_timestamp != map->timestamp) {
sys/vm/vm_map.c
756
map->timestamp++;
sys/vm/vm_map.c
872
map->timestamp++;
sys/vm/vm_map.c
896
map->timestamp = 0;
sys/vm/vm_map.h
211
u_int timestamp; /* Version number */
sys/vm/vm_mmap.c
1028
if (timestamp != map->timestamp)
sys/vm/vm_mmap.c
1059
if (timestamp != map->timestamp)
sys/vm/vm_mmap.c
842
unsigned int timestamp;
sys/vm/vm_mmap.c
858
timestamp = map->timestamp;
tools/test/gpioevents/gpioevents.c
165
print_timestamp(const char *str, sbintime_t timestamp)
tools/test/gpioevents/gpioevents.c
170
ts = sbttots(timestamp);
usr.bin/ctlstat/ctlstat.c
213
cur_time->tv_sec = get_stats.timestamp.tv_sec;
usr.bin/ctlstat/ctlstat.c
214
cur_time->tv_nsec = get_stats.timestamp.tv_nsec;
usr.bin/gzip/gzip.c
1382
time_t timestamp = 0;
usr.bin/gzip/gzip.c
1440
timestamp = le32dec(&ts[0]);
usr.bin/gzip/gzip.c
1481
if (nflag == 0 && timestamp)
usr.bin/gzip/gzip.c
1482
isb.st_mtime = timestamp;
usr.bin/kdump/kdump.c
136
static int timestamp, maxdata;
usr.bin/kdump/kdump.c
345
timestamp = TIMESTAMP_NONE;
usr.bin/kdump/kdump.c
383
timestamp |= TIMESTAMP_ELAPSED;
usr.bin/kdump/kdump.c
389
timestamp |= TIMESTAMP_RELATIVE;
usr.bin/kdump/kdump.c
392
timestamp |= TIMESTAMP_ABSOLUTE;
usr.bin/kdump/kdump.c
609
if (timestamp & TIMESTAMP_ABSOLUTE) {
usr.bin/kdump/kdump.c
613
if (timestamp & TIMESTAMP_ELAPSED) {
usr.bin/kdump/kdump.c
620
if (timestamp & TIMESTAMP_RELATIVE) {
usr.bin/kdump/kdump.c
643
if (timestamp & TIMESTAMP_ABSOLUTE) {
usr.bin/kdump/kdump.c
647
if (timestamp & TIMESTAMP_ELAPSED) {
usr.bin/kdump/kdump.c
654
if (timestamp & TIMESTAMP_RELATIVE) {
usr.bin/kdump/kdump.c
719
if (timestamp) {
usr.bin/logger/logger.c
192
timestamp = tbuf + 4;
usr.bin/logger/logger.c
206
logmessage(pri, timestamp, hostname, tag,
usr.bin/logger/logger.c
211
logmessage(pri, timestamp, hostname, tag,
usr.bin/logger/logger.c
221
logmessage(pri, timestamp, hostname, tag, socks, nsock,
usr.bin/logger/logger.c
229
logmessage(pri, timestamp, hostname, tag, socks, nsock,
usr.bin/logger/logger.c
359
logmessage(int pri, const char *timestamp, const char *hostname,
usr.bin/logger/logger.c
369
if ((len = asprintf(&line, "<%d>%s %s %s: %s", pri, timestamp,
usr.bin/logger/logger.c
91
char *tag, *host, buf[1024], *timestamp, tbuf[26],
usr.bin/mkimg/mkimg.c
639
timestamp = (time_t)val;
usr.bin/mkimg/mkimg.c
67
time_t timestamp = (time_t)-1;
usr.bin/mkimg/mkimg.h
36
extern time_t timestamp;
usr.bin/mkimg/uuid.c
62
if (timestamp != (time_t)-1) {
usr.bin/mkimg/uuid.c
63
tv.tv_sec = timestamp;
usr.bin/mkimg/vhd.c
193
t = timestamp != (time_t)-1 ? timestamp : time(NULL);
usr.bin/mkimg/vhd.c
211
be32enc(&footer->timestamp, vhd_timestamp());
usr.bin/mkimg/vhd.c
77
uint32_t timestamp;
usr.bin/tip/tip/log.c
46
char *user, *timestamp;
usr.bin/tip/tip/log.c
63
timestamp = ctime(&t);
usr.bin/tip/tip/log.c
64
timestamp[24] = '\0';
usr.bin/tip/tip/log.c
66
user, timestamp, group,
usr.sbin/bluetooth/iwmbtfw/iwmbt_fw.h
123
uint16_t timestamp;
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
582
version->timestamp = le16dec(data);
usr.sbin/bluetooth/iwmbtfw/main.c
200
iwmbt_info("timestamp 0x%04x", ver->timestamp);
usr.sbin/bluetooth/iwmbtfw/main.c
225
2000 + (ver->timestamp >> 8),
usr.sbin/bluetooth/iwmbtfw/main.c
226
ver->timestamp & 0xff,
usr.sbin/makefs/cd9660/iso9660_rrip.c
752
cd9660_time_915(p->attr.rr_entry.TF.timestamp,
usr.sbin/makefs/cd9660/iso9660_rrip.c
756
cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7,
usr.sbin/makefs/cd9660/iso9660_rrip.c
760
cd9660_time_915(p->attr.rr_entry.TF.timestamp + 14,
usr.sbin/makefs/cd9660/iso9660_rrip.h
125
u_char timestamp [ISODCL ( 5, 256)];
usr.sbin/makefs/msdos.c
136
msdos_opt->timestamp = stampst.st_mtime;
usr.sbin/mfiutil/mfi_evt.c
241
format_timestamp(uint32_t timestamp)
usr.sbin/mfiutil/mfi_evt.c
248
if ((timestamp & 0xff000000) == 0xff000000) {
usr.sbin/mfiutil/mfi_evt.c
249
snprintf(buffer, sizeof(buffer), "boot + %us", timestamp &
usr.sbin/mfiutil/mfi_evt.c
262
snprintf(buffer, sizeof(buffer), "%us", timestamp);
usr.sbin/mfiutil/mfi_evt.c
265
t = base + timestamp;
usr.sbin/syslogd/syslogd.c
1033
timestamp = RemoteAddDate ? NULL : ×tamp_remote;
usr.sbin/syslogd/syslogd.c
1101
logmsg(pri, timestamp, hostname, app_name, procid, msgid,
usr.sbin/syslogd/syslogd.c
1211
const struct logtime *timestamp;
usr.sbin/syslogd/syslogd.c
1222
timestamp = NULL;
usr.sbin/syslogd/syslogd.c
1255
timestamp = ×tamp_remote;
usr.sbin/syslogd/syslogd.c
1286
logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0);
usr.sbin/syslogd/syslogd.c
1531
logmsg(int pri, const struct logtime *timestamp, const char *hostname,
usr.sbin/syslogd/syslogd.c
1547
if (timestamp == NULL) {
usr.sbin/syslogd/syslogd.c
1550
timestamp = ×tamp_now;
usr.sbin/syslogd/syslogd.c
1584
consfile.f_lasttime = *timestamp;
usr.sbin/syslogd/syslogd.c
1662
f->f_lasttime = *timestamp;
usr.sbin/syslogd/syslogd.c
1683
f->f_lasttime = *timestamp;
usr.sbin/syslogd/syslogd.c
947
const struct logtime *timestamp;
usr.sbin/syslogd/syslogd.c
974
IF_NOT_NILVALUE(timestamp) {
usr.sbin/watch/watch.c
173
timestamp("Logging Exited.");
usr.sbin/watch/watch.c
223
timestamp("Logging Started.");
usr.sbin/watch/watch.c
51
static void timestamp(const char *);