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.c120 #define KILOS 10 macro
2260 kap->ka_shift == KILOS ? 'K' : 'B'); in kmastat_cache()
2286 kap->ka_shift == KILOS ? 'K' : 'B', kv->kv_alloc, kv->kv_fail); in kmastat_vmem_totals()
2314 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2317 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2320 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2339 'k', MDB_OPT_SETBITS, KILOS, &ka.ka_shift, in kmastat()