Searched refs:timestamp (Results 301 - 320 of 320) sorted by relevance

<<111213

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1990 uint32_t timestamp; member in struct:iwh_alive_resp
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2735 uint32_t timestamp; member in struct:iwk_alive_resp
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1990 uint32_t timestamp; member in struct:iwp_alive_resp
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1857 uint64_t timestamp; local
1863 ZPOOL_CONFIG_TIMESTAMP, &timestamp) == 0);
1864 t = timestamp;
2643 * -T Display a timestamp in date(1) or Unix format
3081 * -T Display a timestamp in date(1) or Unix format
4434 * -T Display a timestamp in date(1) or Unix format
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c890 time_t timestamp; local
908 if (GETMEMBID(addr, &id, zdm_timestamp, timestamp)) {
920 mdb_printf("%Y ", timestamp);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c9060 hrtime_t timestamp; local
9064 timestamp = gethrtime();
9080 if (cmd->cmd_active_expiration <= timestamp) {
9898 mptsas_watchsubr_tgt(mptsas_t *mpt, mptsas_target_t *ptgt, hrtime_t timestamp) argument
9917 if (cmd->cmd_active_expiration <= timestamp) {
9927 if (cmd->cmd_active_expiration > timestamp) {
9946 timestamp + (hrtime_t)mptsas_scsi_watchdog_tick * NANOSEC) {
9958 hrtime_t timestamp = gethrtime(); local
9976 if (cmd->cmd_active_expiration <= timestamp) {
10003 mptsas_watchsubr_tgt(mpt, ptgt, timestamp);
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c383 0, /* timestamp */
409 0, /* timestamp */
439 0, /* timestamp */
465 0, /* timestamp */
5728 /* Initialize timestamp and label */
5730 vtoc->timestamp, sizeof (vtoc->timestamp));
5825 /* Copy the timestamp and ascii label */
5827 un->un_label.dkl_vtoc.v_timestamp[i] = vtoc->timestamp[i];
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c678 opt_field(val->timestamp,1,asn1_decode_kerberos_time,0);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2031 time_t timestamp = ub->ub_timestamp; local
2039 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp)));
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2345 * timestamp along with the clock time
2347 mdb_printf("%Y.%09ld ", tbuf.timestamp);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2900 gethrestime(&pmcs_tbuf_ptr->timestamp);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1814 * Get timestamp (stick).
1830 stx %g1, [%o0] ! store the timestamp
H A Dus3_common_asm.s2554 * Get timestamp (stick).
2570 stx %g1, [%o0] ! store the timestamp
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c2884 label->dkl_vtoc.v_timestamp[i] = vtoc->timestamp[i];
2942 vtoc->timestamp[i] = label->dkl_vtoc.v_timestamp[i];
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5295 if ((now - bgep->timestamp) < BGE_CYCLIC_PERIOD)
5298 bgep->timestamp = now;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c2717 uint64_t timestamp; local
2795 * in the timestamp of all entries with the current time. The data
2797 * so that all entries in the primary buffer are in timestamp order.
2799 timestamp = dtrace_gethrtime();
2817 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp);
6658 * Normally, we assure that the value of the variable "timestamp" does
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c9596 &line->group, &line->timestamp);
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure1493 echo timestamp > conftest.file
7308 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6653 __be64 timestamp; member in struct:fw_devlog_e
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c20986 gethrestime(&dmsg->timestamp);

Completed in 442 milliseconds

<<111213