Home
last modified time | relevance | path

Searched refs:mdb_get_lbolt (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h72 extern int64_t mdb_get_lbolt(void);
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern101 mdb_get_lbolt { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c534 (clock_t)mdb_get_lbolt() - t.t_disp_time); in thread()
H A Dnet.c1562 if ((args->lbolt = mdb_get_lbolt()) == -1) { in dladm_show_bridge()
H A Dgenunix.c2977 (clock_t)mdb_get_lbolt() - cpu->cpu_last_swtch); in cpuinfo_walk_cpu()
3822 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime(); in time()
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c465 if ((lbolt = (clock_t)mdb_get_lbolt()) == -1) in nca_timer()
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1777 mdb_get_lbolt(void) in mdb_get_lbolt() function
/titanic_41/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c3097 if ((lbolt = (clock_t)mdb_get_lbolt()) == -1) in iscsi_isns_servers_cb()
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1869 if ((thw.thw_lbolt = (clock_t)mdb_get_lbolt()) == -1) { in th_trace()