Searched refs:lbi (Results 1 – 1 of 1) sorted by relevance
1727 lbolt_info_t lbi; in mdb_gethrtime() local1748 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() local1801 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()