Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c256 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_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1235 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_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c51 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_41/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h48 time_t id_time; /* time stamp */ member
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_msg.h77 timespec_t id_time; /* high res timestamp */ member
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.h134 ulong_t id_time; /* cpu time (in secs) */ member
H A Dprstat.c479 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_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c232 gethrestime(&entry2->id_time); in emlxs_msg_log()
261 gethrestime(&entry->id_time); in emlxs_msg_log()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h288 timespec_t id_time; /* timestamp */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6134 gethrestime(&dmsg->id_time); in fc_trace_logmsg()