Home
last modified time | relevance | path

Searched refs:timestamp (Results 151 – 175 of 628) sorted by relevance

12345678910>>...26

/freebsd/contrib/kyua/store/
H A Dmetadata.hpp59 int64_t timestamp(void) const;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/
H A Dtst.misc.d53 trace(timestamp); /* DT_TYPE_INT (variable) */
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c384 SET_AGE(state->timestamp); in nat64lsn_get_state6to4()
671 if (state->timestamp != ts) in nat64lsn_translate4()
672 state->timestamp = ts; in nat64lsn_translate4()
717 age = GET_AGE(state->timestamp); in nat64lsn_check_state()
804 SET_AGE(pg->timestamp); in nat64lsn_maintain_pg()
806 if (GET_AGE(pg->timestamp) < cfg->pg_delete_delay) in nat64lsn_maintain_pg()
1042 SET_AGE(host->timestamp); in nat64lsn_alloc_host()
1165 SET_AGE(pg->timestamp); in nat64lsn_alloc_proto_pg()
1175 SET_AGE(alias->timestamp); in nat64lsn_alloc_proto_pg()
1465 if (state->timestamp != ts) in nat64lsn_translate6_internal()
[all …]
/freebsd/crypto/openssh/
H A Dkrl.c810 format_timestamp(u_int64_t timestamp, char *ts, size_t nts) in format_timestamp() argument
815 t = timestamp; in format_timestamp()
1048 char timestamp[64]; in ssh_krl_from_blob() local
1086 format_timestamp(krl->generated_date, timestamp, sizeof(timestamp)); in ssh_krl_from_blob()
1088 (long long unsigned)krl->krl_version, timestamp, in ssh_krl_from_blob()
1303 char *fp, timestamp[64]; in krl_dump() local
1306 format_timestamp(krl->generated_date, timestamp, sizeof(timestamp)); in krl_dump()
1309 fprintf(f, "# Generated at %s\n", timestamp); in krl_dump()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h284 uint32_t timestamp; /* tv_sec of last match */ member
397 if ((_cntr)->timestamp != time_uptime) \
398 (_cntr)->timestamp = time_uptime; \
409 (_cntr)->timestamp = 0; \
517 uint32_t timestamp; /* tv_sec of last match */ member
525 uint32_t timestamp; /* tv_sec of last match */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c944 l_fp timestamp; in arc_receive() local
945 timestamp = rbufp->recv_time; in arc_receive()
975 L_SUBUF(&timestamp, charoffsets[arc_last_offset]); in arc_receive()
1002 L_ISGEQ(&(up->lastrec), &timestamp)) in arc_receive()
1012 L_SUB(&diff, &timestamp); in arc_receive()
1019 up->lastrec = timestamp; in arc_receive()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_admin.c331 adf_get_fw_timestamp(struct adf_accel_dev *accel_dev, u64 *timestamp) in adf_get_fw_timestamp() argument
337 if (!accel_dev || !timestamp) in adf_get_fw_timestamp()
346 *timestamp = rsp.timestamp; in adf_get_fw_timestamp()
/freebsd/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod36 determine this, an SCT's timestamp and signature must be verified.
96 The SCT timestamp will be compared to this time to check whether the SCT was
98 timestamp is in the future". By default, this will be set to 5 minutes in the
/freebsd/sbin/camcontrol/
H A Dtimestamp.c230 memcpy(&temp_timestamp[2], &report_buf->timestamp, 6); in report_timestamp()
287 scsi_create_timestamp(ts_p.timestamp, ts); in set_timestamp()
328 timestamp(struct cam_device *device, int argc, char **argv, char *combinedopt, in timestamp() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.denormalizeonly.d45 start = timestamp;
H A Dtst.denormalize.d44 start = timestamp;
H A Derr.D_NORMALIZE_AGGARG.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_PROTO.bad.d48 start = timestamp;
H A Dtst.normalize.d44 start = timestamp;
H A Derr.D_NORMALIZE_SCALAR.bad.d48 start = timestamp;
/freebsd/contrib/ntp/sntp/
H A Dkod_management.h8 time_t timestamp; member
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d41 start = timestamp;
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.cpp135 drivers::junit_timing(const datetime::timestamp& start_time, in junit_timing()
136 const datetime::timestamp& end_time) in junit_timing()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h165 timestamp = 0; in init()
203 timestamp = ts; in setTS()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h106 __le64 timestamp; member
284 __le64 timestamp; member
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.msgsize.d45 on = (timestamp / 1000000000) & 1;
/freebsd/contrib/kyua/utils/signals/
H A Dtimer.hpp75 const utils::datetime::timestamp& when(void) const;

12345678910>>...26