Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c179 int totl; in dostats() local
221 totl = (dskop + tpop) ? (dskop + tpop) : 1; in dostats()
223 dpcnt = (dskop * 100) / totl; in dostats()
224 tpcnt = (tpop * 100) / totl; in dostats()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h873 uint64_t totl; member