Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.h135 #define PETA ((uint64_t)(TERA * 1000)) macro
136 #define EXA ((uint64_t)(PETA * 1000))
H A Dpoolstat.c555 } else if (v < PETA * 10) { in bigno_f()
556 pv = (double)v / PETA; in bigno_f()
558 } else if (v < PETA * 100) { in bigno_f()
559 pv = (double)v / PETA; in bigno_f()
561 } else if (v < PETA * 1000) { in bigno_f()
562 pv = (double)v / PETA; in bigno_f()