Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1727 lbolt_info_t lbi; in mdb_gethrtime() local
1748 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) != in mdb_gethrtime()
1752 ts = lbi.lbi_debug_ts; in mdb_gethrtime()
1758 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) != in mdb_gethrtime()
1762 ts = lbi.lbi_debug_ts; in mdb_gethrtime()
1779 lbolt_info_t lbi; in mdb_get_lbolt() local
1801 if (mdb_vread(&lbi, sizeof (lbolt_info_t), ptr) != in mdb_get_lbolt()
1810 return ((ts/nsec) - lbi.lbi_debug_time); in mdb_get_lbolt()