Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ngctl/
H A Dtypes.c62 struct typelist *tlist; in TypesCmd() local
86 tlist = (struct typelist *) resp->data; in TypesCmd()
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()
93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h105 #define IS_PROVIDER_TRIED(pd, tlist) \ argument
106 (tlist != NULL && is_in_triedlist(pd, tlist))