Searched refs:numtbls (Results 1 – 1 of 1) sorted by relevance
1323 int i, numtbls = 1; in pft_refresh() local1343 pft_table_count = numtbls; in pft_refresh()1428 int i, numtbls = 1, cidx, naddrs; in pfa_refresh() local1443 pt = reallocf(pt, numtbls * sizeof(struct pfr_table)); in pfa_refresh()1450 io.pfrio_size = numtbls; in pfa_refresh()1459 if (numtbls >= io.pfrio_size) in pfa_refresh()1462 numtbls = io.pfrio_size; in pfa_refresh()1467 for (it = pt, i = 0; i < numtbls; it++, i++) { in pfa_refresh()