typeinfo
DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ());
+ (num * sizeof(struct typeinfo)), M_NOWAIT);
struct typeinfo *const tp = &tl->typeinfo[tl->numtypes];
struct typeinfo typeinfo[0];
+ (num * sizeof(struct typeinfo)), M_WAITOK | M_NULLOK);
struct typeinfo *const tp = &tl->typeinfo[tl->numtypes];
DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ());
struct typeinfo typeinfo[];
struct typeinfo *const ti = &tlist->typeinfo[k];