Searched refs:table_ents (Results 1 – 1 of 1) sorted by relevance
630 int table_ents);632 int table_ents);1201 int table_ents) in sapopulateprots() argument1205 bcopy(sa_prot_table, new_table, min(table_ents * sizeof(*new_table), in sapopulateprots()1208 table_ents = min(table_ents, SA_NUM_PROT_ENTS); in sapopulateprots()1210 for (i = 0; i < table_ents; i++) in sapopulateprots()1218 safindprotent(char *name, struct sa_prot_map *table, int table_ents) in safindprotent() argument1231 for (i = 0; i < table_ents; i++) { in safindprotent()