Searched refs:numtbls (Results 1 – 1 of 1) sorted by relevance
1322 int i, numtbls = 1; in pft_refresh() local1339 pft_table_count = numtbls; in pft_refresh()1419 int i, numtbls = 1, cidx, naddrs; in pfa_refresh() local1431 pt = reallocf(pt, numtbls * sizeof(struct pfr_table)); in pfa_refresh()1438 io.pfrio_size = numtbls; in pfa_refresh()1447 if (numtbls >= io.pfrio_size) in pfa_refresh()1450 numtbls = io.pfrio_size; in pfa_refresh()1455 for (it = pt, i = 0; i < numtbls; it++, i++) { in pfa_refresh()