Searched refs:pctfull (Results 1 – 2 of 2) sorted by relevance
206 int pctfull = 0; in compute_pctfull() local211 pctfull = (int)(100 * ( (double)entries / (double)freespace )); in compute_pctfull()213 return pctfull; in compute_pctfull()
1451 int pctfull = 0; in ipmi_sel_get_info() local1488 pctfull = (int)(100 * ( (double)e / (double)f )); in ipmi_sel_get_info()1495 printf("Percent Used : %d%%\n", pctfull); in ipmi_sel_get_info()