Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 334) sorted by last modified time

12345678910>>...14

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1940 int32_t timestamp; member
1951 #define sr_timestamp arg.timestamp
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1096 time_t timestamp; in dbgmsg_cb() local
1115 if (GETMEMBID(addr, &id, zdm_timestamp, timestamp)) { in dbgmsg_cb()
1133 mdb_printf("%Y ", timestamp); in dbgmsg_cb()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1270 timestruc_t *timestamp; in so_opt2cmsg() local
1278 timestamp = in so_opt2cmsg()
1287 tv.tv_sec = timestamp->tv_sec; in so_opt2cmsg()
1288 tv.tv_usec = timestamp->tv_nsec / in so_opt2cmsg()
1302 time32->tv_sec = (time32_t)timestamp->tv_sec; in so_opt2cmsg()
1304 (int32_t)(timestamp->tv_nsec / in so_opt2cmsg()
/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); in asn1_decode_krb_safe_body()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2600 uint64_t timestamp = 0; in do_import() local
2608 timestamp = fnvlist_lookup_uint64(config, in do_import()
2620 (unsigned long)hostid, ctime((time_t *)&timestamp)); in do_import()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2566 time_t timestamp = ub->ub_timestamp; in dump_uberblock() local
2574 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp))); in dump_uberblock()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A DMakefile38 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c186 if (entry->timestamp == 0) in get_devlog()
189 entry->timestamp = BE_64(entry->timestamp); in get_devlog()
194 if (entry->timestamp < ftstamp) { in get_devlog()
195 ftstamp = entry->timestamp; in get_devlog()
208 if (entry->timestamp == 0) in get_devlog()
212 entry->timestamp, in get_devlog()
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c1181 timestamp(pri); in show_function_call()
1209 timestamp(pri); in show_function_return()
H A Dactions.c83 timestamp(pri); in report_sleeping()
132 timestamp(pri); in requested()
172 timestamp(pri); in jobcontrol()
250 timestamp(pri); in signalled()
293 timestamp(pri); in faulted()
554 timestamp(pri); in sysexit()
572 timestamp(pri); in sysexit()
H A Dmain.c984 timestamp(pri); in worker_thread()
1081 timestamp(pri); in worker_thread()
1124 timestamp(pri); in worker_thread()
1197 timestamp(pri); in worker_thread()
1430 timestamp(pri); in worker_thread()
1899 timestamp(private_t *pri) in timestamp() function
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m143 file path=etc/logadm.conf group=sys preserve=true timestamp=19700101T000000Z
220 timestamp=19700101T000000Z
231 timestamp=19700101T000000Z
243 timestamp=19700101T000000Z
284 file path=etc/user_attr group=sys preserve=true timestamp=19700101T000000Z
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_trim.c1072 uint64_t timestamp = 0; in vdev_trim_restart() local
1075 sizeof (timestamp), 1, &timestamp); in vdev_trim_restart()
1077 vd->vdev_trim_action_time = (time_t)timestamp; in vdev_trim_restart()
H A Dspa.c2594 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check() local
2642 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check()
2648 txg, ub->ub_txg, timestamp, ub->ub_timestamp, in spa_activity_check()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c9363 hrtime_t timestamp; in mptsas_flush_target() local
9367 timestamp = gethrtime(); in mptsas_flush_target()
9383 if (cmd->cmd_active_expiration <= timestamp) { in mptsas_flush_target()
10201 mptsas_watchsubr_tgt(mptsas_t *mpt, mptsas_target_t *ptgt, hrtime_t timestamp) in mptsas_watchsubr_tgt() argument
10220 if (cmd->cmd_active_expiration <= timestamp) { in mptsas_watchsubr_tgt()
10230 if (cmd->cmd_active_expiration > timestamp) { in mptsas_watchsubr_tgt()
10249 timestamp + (hrtime_t)mptsas_scsi_watchdog_tick * NANOSEC) { in mptsas_watchsubr_tgt()
10261 hrtime_t timestamp = gethrtime(); in mptsas_watchsubr() local
10279 if (cmd->cmd_active_expiration <= timestamp) { in mptsas_watchsubr()
10306 mptsas_watchsubr_tgt(mpt, ptgt, timestamp); in mptsas_watchsubr()
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2845 uint32_t timestamp, ennum; in dladm_cid2str() local
2862 timestamp = ntohl(llt.dllt_time); in dladm_cid2str()
2869 duidtype, hwtype, timestamp, lladdr); in dladm_cid2str()
2962 ulong_t timestamp; in dladm_str2cid() local
2985 timestamp = strtoul(ptr, &cp, 0); in dladm_str2cid()
3001 llt.dllt_time = htonl(timestamp); in dladm_str2cid()
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile.files123 timestamp.o \
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2599 struct stat sb, timestamp; in is_valid_archive() local
2638 if (stat(timestamp_path, &timestamp) != 0 || in is_valid_archive()
2639 sb.st_mtime > timestamp.st_mtime) { in is_valid_archive()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_subr_asm.S116 ! o0 = timestamp
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S2066 stx %g1, [%o0] ! store the timestamp
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S406 ! If we are resuming an interrupt thread, store a starting timestamp
429 ! the timestamp, try again.
H A Dinterrupt.S351 ! We have interrupted an interrupt thread. Take a timestamp,
357 ! We came in on top of an interrupt thread that had no timestamp.
539 ! Take timestamp, compute interval, update cumulative counter.
738 ! If we pinned an interrupt thread, store its starting timestamp.
751 ! the timestamp, try again.
1203 ! Take timestamp, compute interval, update cumulative counter.
1265 ! returned. Store a starting timestamp for it in the CPU structure.
1307 ! timestamp in its thread structure.
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h53 int timestamp; /* whether timestamps are enabled */ member
90 if (tb->timestamp) { \
103 if (tb->timestamp) { \
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1253 krb5_timestamp timestamp; /* client time */ member
1312 krb5_timestamp timestamp; member
1453 krb5_timestamp timestamp; /* time entry written to keytable */ member
H A Dk5-int.h1202 krb5_timestamp timestamp; member
1716 krb5_timestamp timestamp; /* client time, optional */ member
1733 krb5_timestamp timestamp; /* client time, optional */ member

12345678910>>...14