Searched refs:id_time (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/ |
H A D | emlxs.c | 256 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 D | nfs4_idmap_impl.h | 48 time_t id_time; /* time stamp */ member in struct:nfsidmap
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.h | 77 timespec_t id_time; /* high res timestamp */ member in struct:emlxs_msg_entry
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1235 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 D | prstat.h | 134 ulong_t id_time; /* cpu time (in secs) */ member in struct:id_info
|
H A D | prstat.c | 479 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 D | fctl.c | 51 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 D | emlxs_msg.c | 232 gethrestime(&entry2->id_time); 261 gethrestime(&entry->id_time);
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 288 timespec_t id_time; /* timestamp */ member in struct:fc_trace_dmsg
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6134 gethrestime(&dmsg->id_time);
|
Completed in 87 milliseconds