Searched refs:id_time (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/emlxs/ |
H A D | emlxs.c | 256 entry.id_time.tv_sec, in emlxs_msgbuf() 257 (int)entry.id_time.tv_nsec/1000000, in emlxs_msgbuf() 258 (int)(entry.id_time.tv_nsec/1000)%1000, in emlxs_msgbuf() 259 (int)entry.id_time.tv_nsec%1000, in emlxs_msgbuf() 268 entry.id_time.tv_sec, in emlxs_msgbuf() 269 (int)entry.id_time.tv_nsec/1000000, in emlxs_msgbuf() 270 (int)(entry.id_time.tv_nsec/1000)%1000, in emlxs_msgbuf() 271 (int)entry.id_time.tv_nsec%1000, in emlxs_msgbuf() 281 entry.id_time.tv_sec, in emlxs_msgbuf() 282 (int)entry.id_time.tv_nsec/1000000, in emlxs_msgbuf() [all …]
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 1235 if (!TIMEOUT(p->id_time)) in nfs_idmap_cache_reclaim() 1311 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) { in nfs_idmap_cache_s2i_lkup() 1327 p->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_lkup() 1404 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) { in nfs_idmap_cache_s2i_insert() 1419 p->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_insert() 1436 newp->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_insert() 1482 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) { in nfs_idmap_cache_i2s_lkup() 1499 p->id_time = gethrestime_sec(); in nfs_idmap_cache_i2s_lkup() 1563 if (TIMEOUT(p->id_time) && (*cip->nfsidmap_daemon_dh) != NULL) { in nfs_idmap_cache_i2s_insert() 1575 p->id_time = gethrestime_sec(); in nfs_idmap_cache_i2s_insert() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 51 time_t id_time; member 1011 msg.id_time.tv_sec, in fc_dump_logmsg() 1012 (int)msg.id_time.tv_nsec/1000000, in fc_dump_logmsg() 1013 (int)(msg.id_time.tv_nsec/1000)%1000, in fc_dump_logmsg() 1014 (int)msg.id_time.tv_nsec%1000, buf); in fc_dump_logmsg() 1072 "[%Y] %s", msg.id_time, buf); in fc_dump_old_logmsg()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_idmap_impl.h | 48 time_t id_time; /* time stamp */ member
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.h | 77 timespec_t id_time; /* high res timestamp */ member
|
/titanic_50/usr/src/cmd/prstat/ |
H A D | prstat.h | 134 ulong_t id_time; /* cpu time (in secs) */ member
|
H A D | prstat.c | 479 Format_time(ptime, id->id_time, 10); in list_print() 727 id->id_time += TIME2SEC(lwp->li_info.pr_lwp.pr_time); in list_update() 729 id->id_time += TIME2SEC(lwp->li_info.pr_time); in list_update() 757 id->id_time = TIME2SEC(lwp->li_info.pr_lwp.pr_time); in list_update() 759 id->id_time = TIME2SEC(lwp->li_info.pr_time); in list_update()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.c | 232 gethrestime(&entry2->id_time); in emlxs_msg_log() 261 gethrestime(&entry->id_time); in emlxs_msg_log()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl.h | 288 timespec_t id_time; /* timestamp */ member
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6134 gethrestime(&dmsg->id_time); in fc_trace_logmsg()
|