Lines Matching defs:perc
2055 struct ami_progress perc;
2093 if (!ami_mgmt(sc, AMI_GCHECKPROGR, i, 0, 0, sizeof perc, &perc))
2094 if (perc.apr_progress < 100) {
2096 bv->bv_percent = perc.apr_progress >= 100 ? -1 :
2097 perc.apr_progress;
2120 sizeof perc, &perc))
2123 bv->bv_percent = perc.apr_progress >= 100 ? -1 :
2124 perc.apr_progress;