Searched refs:id_time (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c256 entry.id_time.tv_sec,
257 (int)entry.id_time.tv_nsec/1000000,
258 (int)(entry.id_time.tv_nsec/1000)%1000,
259 (int)entry.id_time.tv_nsec%1000,
268 entry.id_time.tv_sec,
269 (int)entry.id_time.tv_nsec/1000000,
270 (int)(entry.id_time.tv_nsec/1000)%1000,
271 (int)entry.id_time.tv_nsec%1000,
281 entry.id_time.tv_sec,
282 (int)entry.id_time
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h48 time_t id_time; /* time stamp */ member in struct:nfsidmap
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_msg.h77 timespec_t id_time; /* high res timestamp */ member in struct:emlxs_msg_entry
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1235 if (!TIMEOUT(p->id_time))
1311 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1327 p->id_time = gethrestime_sec();
1404 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1419 p->id_time = gethrestime_sec();
1436 newp->id_time = gethrestime_sec();
1482 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1499 p->id_time = gethrestime_sec();
1563 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) {
1575 p->id_time
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h134 ulong_t id_time; /* cpu time (in secs) */ member in struct:id_info
H A Dprstat.c479 Format_time(ptime, id->id_time, 10);
727 id->id_time += TIME2SEC(lwp->li_info.pr_lwp.pr_time);
729 id->id_time += TIME2SEC(lwp->li_info.pr_time);
757 id->id_time = TIME2SEC(lwp->li_info.pr_lwp.pr_time);
759 id->id_time = TIME2SEC(lwp->li_info.pr_time);
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c51 time_t id_time; member in struct:fc_trace_dmsgv1
1011 msg.id_time.tv_sec,
1012 (int)msg.id_time.tv_nsec/1000000,
1013 (int)(msg.id_time.tv_nsec/1000)%1000,
1014 (int)msg.id_time.tv_nsec%1000, buf);
1072 "[%Y] %s", msg.id_time, buf);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c232 gethrestime(&entry2->id_time);
261 gethrestime(&entry->id_time);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h288 timespec_t id_time; /* timestamp */ member in struct:fc_trace_dmsg
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6134 gethrestime(&dmsg->id_time);

Completed in 112 milliseconds