Searched refs:tnts (Results 1 – 1 of 1) sorted by relevance
200 static const struct tnt tnts[] = { variable237 static char buf[ARRAY_SIZE(tnts) + sizeof("Tainted: ") + 1]; in print_tainted()244 for (i = 0; i < ARRAY_SIZE(tnts); i++) { in print_tainted()245 const struct tnt *t = &tnts[i]; in print_tainted()