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

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

Completed in 125 milliseconds