/src/sbin/ifconfig/ |
extern.h | 54 SIMPLEQ_ENTRY(statistics_func) f_next; 59 SIMPLEQ_ENTRY(usage_func) f_next; 64 SIMPLEQ_ENTRY(status_func) f_next;
|
ifconfig.c | 417 SIMPLEQ_INSERT_TAIL(&statistics_funcs, f, f_next); 424 SIMPLEQ_INSERT_TAIL(&status_funcs, f, f_next); 431 SIMPLEQ_INSERT_TAIL(&usage_funcs, f, f_next); 1334 SIMPLEQ_FOREACH(status_f, &status_funcs, f_next) 1398 SIMPLEQ_FOREACH(statistics_f, &statistics_funcs, f_next) 1551 SIMPLEQ_FOREACH(usage_f, &usage_funcs, f_next)
|
/src/sys/arch/ia64/stand/common/ |
fileload.c | 108 preloaded_files = preloaded_files->f_next; 129 for (fp = preloaded_files; fp; fp = fp->f_next) { 192 last_file != NULL && last_file->f_next != NULL; 193 last_file = last_file->f_next) 221 for (fp = preloaded_files; fp != NULL; fp = fp->f_next) { 289 fp->f_next = NULL; 293 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) 295 cm->f_next = fp;
|
bootstrap.h | 197 struct preloaded_file *f_next; /* next file */ member in struct:preloaded_file
|
/src/usr.bin/xlint/lint2/ |
lint2.h | 151 struct fcall *f_next; /* next call of same function */ member in struct:fcall 174 fcall_t **h_lcall; /* points to f_next of last call */
|
read.c | 386 hte->h_lcall = &fcall->f_next; 1159 for (call = hte->h_calls; call != NULL && !ofnd; call = call->f_next) { 1217 *callp = call->f_next; 1218 if (hte->h_lcall == &call->f_next) 1220 call->f_next = NULL; 1222 nhte->h_lcall = &call->f_next; 1224 callp = &call->f_next;
|
chk.c | 255 for (call = hte->h_calls; call != NULL; call = call->f_next) { 368 calls = calls->f_next; 375 for (call = calls; call != NULL; call = call->f_next) { 1099 for (call = hte->h_calls; call != NULL; call = call->f_next) { 1112 for (call = hte->h_calls; call != NULL; call = call->f_next) {
|
/src/usr.sbin/syslogd/ |
syslogd.c | 1945 for (f = Files; f; f = f->f_next) { 2760 for (f = Files; f != NULL; f = f->f_next) { 2849 for (f = Files; f; f = f->f_next) { 3009 for (f = Files; f != NULL; f = f->f_next) { 3053 next = f->f_next; 3417 nextp = &f->f_next; 3455 for (f = Files; f != NULL; f = f->f_next) { 3474 for (f = Files; f != NULL; f = f->f_next) { 3540 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f)); 3541 cfline(0, "*.PANIC\t*", (*nextp)->f_next, "*", "*"); [all...] |
sign.c | 339 for (f = Files; f; f = f->f_next) 354 for (f = Files; f; f = f->f_next) 410 for (f = Files; f; f = f->f_next) { 430 for (f = Files; f; f = f->f_next) {
|
syslogd.h | 333 struct filed *f_next; /* next in linked list */ member in struct:filed
|
/src/sys/arch/ia64/stand/efi/libefi/ |
bootinfo.c | 260 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
|
/src/sys/arch/ia64/stand/ia64/ski/ |
bootinfo.c | 248 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
|