Searched refs:numtypes (Results 1 – 5 of 5) sorted by relevance
87 printf("There are %d total types:\n", tlist->numtypes); in TypesCmd()88 if (tlist->numtypes > 0) { in TypesCmd()92 for (k = 0; k < tlist->numtypes; k++) { in TypesCmd()
296 u_int32_t numtypes; member
294 u_int32_t numtypes; member
2759 tl->numtypes = 0; in ng_generic_msg()2761 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()2765 KASSERT(tl->numtypes < num, ("%s: no space", __func__)); in ng_generic_msg()2766 tl->numtypes++; in ng_generic_msg()
2779 tl->numtypes = 0; in ng_generic_msg()2781 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()2785 KASSERT(tl->numtypes < num, ("%s: no space", __func__)); in ng_generic_msg()2786 tl->numtypes++; in ng_generic_msg()