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.c4104 uint_t opt_lbolt = FALSE; in time() local
4111 'l', MDB_OPT_SETBITS, TRUE, &opt_lbolt, in time()
4119 result = opt_lbolt ? mdb_get_lbolt() : mdb_gethrtime(); in time()