Searched refs:f_next (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/syslogd/ |
| D | syslogd.c | 144 SIMPLEQ_ENTRY(filed) f_next; /* next in linked list */ 1827 SIMPLEQ_FOREACH(f, &Files, f_next) { in logmsg() 2375 SIMPLEQ_FOREACH(f, &Files, f_next) { in die() 2432 SIMPLEQ_REMOVE_HEAD(&Files, f_next); in init() 2483 SIMPLEQ_INSERT_HEAD(&mb, f, f_next); in init() 2493 cfline("*.ERR\t/dev/console", "*", "*"), f_next); in init() 2495 cfline("*.PANIC\t*", "*", "*"), f_next); in init() 2548 SIMPLEQ_INSERT_TAIL(&Files, f, f_next); in init() 2555 SIMPLEQ_FOREACH(f, &Files, f_next) { in init() 2561 SIMPLEQ_FOREACH(m, &mb, f_next) { in init() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | mips-tfile.c | 2236 forward_t *f_next = ptag->forward_ref; in add_unknown_tag() local 2270 while (f_next != (forward_t *) 0) in add_unknown_tag() 2272 f_cur = f_next; in add_unknown_tag() 2273 f_next = f_next->next; in add_unknown_tag() 3295 forward_t *f_next = tag_ptr->forward_ref; in parse_def() local 3298 while (f_next != (forward_t *) 0) in parse_def() 3300 f_cur = f_next; in parse_def() 3301 f_next = f_next->next; in parse_def()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | mips-tfile.c | 2359 forward_t *f_next = ptag->forward_ref; local 2393 while (f_next != (forward_t *) 0) 2395 f_cur = f_next; 2396 f_next = f_next->next; 3400 forward_t *f_next = tag_ptr->forward_ref; local 3403 while (f_next != (forward_t *) 0) 3405 f_cur = f_next; 3406 f_next = f_next->next;
|
| /openbsd/src/sys/uvm/ |
| D | uvm_pmemrange.c | 855 struct vm_page *found, *f_next; /* Iterate chunks. */ in uvm_pmr_getpages() local 1057 found = f_next) { in uvm_pmr_getpages() 1058 f_next = uvm_pmr_nextsz(pmr, found, memtype); in uvm_pmr_getpages()
|