Searched refs:ifcr_count (Results 1 – 4 of 4) sorted by relevance
103 ifcr.ifcr_count = ifcr.ifcr_total; in list_cloners()114 if (ifcr.ifcr_count > ifcr.ifcr_total) in list_cloners()115 ifcr.ifcr_count = ifcr.ifcr_total; in list_cloners()117 for (cp = buf, idx = 0; idx < ifcr.ifcr_count; idx++, cp += IFNAMSIZ) { in list_cloners()
485 if (ifcr->ifcr_count < 0) in if_clone_list()497 buf_count = (V_if_cloners_count < ifcr->ifcr_count) ? in if_clone_list()498 V_if_cloners_count : ifcr->ifcr_count; in if_clone_list()
69 int ifcr_count; /* room for this many in user buffer */ member
55 int ifcr_count; /* room for this many in user buffer */ member