| /src/usr.bin/config/ |
| mkswap.c | 70 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| mkswap.c | 70 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| defs.h | 496 extern struct conftq allcf; /* list of configured kernels */
|
| mkmakefile.c | 586 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| sem.c | 158 TAILQ_INIT(&allcf); 1106 TAILQ_INSERT_TAIL(&allcf, cf, cf_next); 1137 TAILQ_FOREACH(cf, &allcf, cf_next) 1143 TAILQ_REMOVE(&allcf, cf, cf_next);
|
| defs.h | 496 extern struct conftq allcf; /* list of configured kernels */
|
| mkmakefile.c | 586 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| sem.c | 158 TAILQ_INIT(&allcf); 1106 TAILQ_INSERT_TAIL(&allcf, cf, cf_next); 1137 TAILQ_FOREACH(cf, &allcf, cf_next) 1143 TAILQ_REMOVE(&allcf, cf, cf_next);
|
| main.c | 91 struct conftq allcf; variable in typeref:struct:conftq 1511 if (TAILQ_EMPTY(&allcf)) { 1515 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| main.c | 91 struct conftq allcf; variable in typeref:struct:conftq 1511 if (TAILQ_EMPTY(&allcf)) { 1515 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| files.c | 309 TAILQ_FOREACH(cf, &allcf, cf_next) {
|
| files.c | 309 TAILQ_FOREACH(cf, &allcf, cf_next) {
|