Home
last modified time | relevance | path

Searched refs:timestamp (Results 251 – 275 of 628) sorted by relevance

1...<<11121314151617181920>>...26

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c573 uint64_t timestamp; /* UTC time MMP write issued */ member
604 (u_longlong_t)smh->timestamp, (longlong_t)smh->io_error, in spa_mmp_history_show()
738 spa_mmp_history_add(spa_t *spa, uint64_t txg, uint64_t timestamp, in spa_mmp_history_add() argument
750 smh->timestamp = timestamp; in spa_mmp_history_add()
H A Dvdev_initialize.c791 uint64_t timestamp = 0; in vdev_initialize_restart() local
794 sizeof (timestamp), 1, &timestamp); in vdev_initialize_restart()
796 vd->vdev_initialize_action_time = timestamp; in vdev_initialize_restart()
/freebsd/contrib/ldns/
H A Dpacket.c204 return packet->timestamp; in ldns_pkt_timestamp()
602 packet->timestamp.tv_sec = timeval.tv_sec; in ldns_pkt_set_timestamp()
603 packet->timestamp.tv_usec = timeval.tv_usec; in ldns_pkt_set_timestamp()
875 memset(&packet->timestamp, 0, sizeof(packet->timestamp)); in ldns_pkt_new()
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c1190 char *timestamp; in listdb() local
1215 timestamp = "(exclusion)\n"; in listdb()
1219 timestamp = ctime(&t); in listdb()
1223 timestamp); in listdb()
/freebsd/contrib/elftoolchain/elfcopy/
H A Darchive.c458 time_t timestamp; in ac_write_objs() local
469 if (elftc_timestamp(&timestamp) != 0) in ac_write_objs()
471 archive_entry_set_mtime(entry, timestamp, 0); in ac_write_objs()
/freebsd/sys/geom/
H A Dnotes71 equal), we set a timestamp in the "wentbusy" field. Since there
77 to the "bt" field, and set wentbusy to the current timestamp. We
80 "wentbusy" timestamp concurrently.
/freebsd/contrib/kyua/store/
H A Dread_transaction.cpp371 datetime::timestamp
381 datetime::timestamp
H A Dmetadata_test.cpp84 ATF_REQUIRE_EQ(5678L, metadata.timestamp()); in ATF_TEST_CASE_BODY()
H A Dwrite_backend.cpp116 LI(F("New metadata entry %s") % metadata.timestamp()); in initialize()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_oct.c110 n2l8(p, sct->timestamp); in o2i_SCT()
239 l2n8(sct->timestamp, p); in i2o_SCT()
H A Dct_local.h70 uint64_t timestamp; member
/freebsd/usr.bin/mkimg/
H A Dvhd.c75 uint32_t timestamp; member
209 be32enc(&footer->timestamp, vhd_timestamp()); in vhd_make_footer()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dalive.h59 __le32 timestamp; member
/freebsd/cddl/lib/libspl/
H A DMakefile18 timestamp.c \
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib_common.h168 int cudbg_write_flash(void *handle, u64 timestamp, void *data,
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.h155 u64 timestamp; member
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.mk173 . warning timestamp $a > $b
/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp91 optional< utils::datetime::timestamp > _start_time;
94 optional< utils::datetime::timestamp > _end_time;
H A Dcmd_report_html.cpp157 optional< utils::datetime::timestamp > _start_time;
160 optional< utils::datetime::timestamp > _end_time;
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.h181 u64 timestamp; member
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess5 timestamp='2014-11-04'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1378 This script, last modified $timestamp, has failed to recognize
1391 config.guess timestamp = $timestamp
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.guess5 timestamp='2015-03-04'
50 GNU config.guess ($timestamp)
65 echo "$timestamp" ; exit ;;
1390 This script, last modified $timestamp, has failed to recognize
1403 config.guess timestamp = $timestamp
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.c1485 ktime_get_real_ts64(&crash_data->timestamp); in ath10k_coredump_new()
1553 dump_data->tv_sec = cpu_to_le64(crash_data->timestamp.tv_sec); in ath10k_coredump_build()
1554 dump_data->tv_nsec = cpu_to_le64(crash_data->timestamp.tv_nsec); in ath10k_coredump_build()
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template49 # The EVENT_TAG is run inside the print action after the timestamp has been
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dencrypt_ioctl.h110 bit64 timestamp; member

1...<<11121314151617181920>>...26