Searched refs:numtypes (Results 1 – 4 of 4) sorted by relevance
84 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd() 85 if (tlist->numtypes > 0) { in TypesCmd() 89 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd()
295 u_int32_t numtypes; member
2762 tl->numtypes = 0; in ng_generic_msg()2764 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()2768 KASSERT(tl->numtypes < num, ("%s: no space", __func__)); in ng_generic_msg()2769 tl->numtypes++; in ng_generic_msg()
1148 for (u = 0; u < typelist->numtypes; u++) { in fetch_types()