Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c4098 uint_t opt_lbolt = FALSE; in time() local
4105 'l', MDB_OPT_SETBITS, TRUE, &opt_lbolt, in time()
4113 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime(); in time()