Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c121 #define KILOS 10 macro
2257 kap->ka_shift == KILOS ? 'K' : 'B'); in kmastat_cache()
2283 kap->ka_shift == KILOS ? 'K' : 'B', kv->kv_alloc, kv->kv_fail); in kmastat_vmem_totals()
2311 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2314 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2317 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2336 'k', MDB_OPT_SETBITS, KILOS, &ka.ka_shift, in kmastat()