Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c116 #define KILOS 10 macro
2027 kap->ka_shift == KILOS ? 'K' : 'B'); in kmastat_cache()
2053 kap->ka_shift == KILOS ? 'K' : 'B', kv->kv_alloc, kv->kv_fail); in kmastat_vmem_totals()
2081 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2084 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2087 *shiftp == KILOS ? 'K' : 'B'); in kmastat_vmem()
2106 'k', MDB_OPT_SETBITS, KILOS, &ka.ka_shift, in kmastat()