Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/
H A Dipmievd.c206 int pctfull = 0; in compute_pctfull() local
211 pctfull = (int)(100 * ( (double)entries / (double)freespace )); in compute_pctfull()
213 return pctfull; in compute_pctfull()
/openbmc/ipmitool/lib/
H A Dipmi_sel.c1451 int pctfull = 0; in ipmi_sel_get_info() local
1488 pctfull = (int)(100 * ( (double)e / (double)f )); in ipmi_sel_get_info()
1495 printf("Percent Used : %d%%\n", pctfull); in ipmi_sel_get_info()