Searched refs:f_next (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/syslogd/ |
H A D | syslogd.c | 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() 2555 SIMPLEQ_FOREACH(f, &Files, f_next) { in init() 2561 SIMPLEQ_FOREACH(m, &mb, f_next) { in init() 2585 SIMPLEQ_REMOVE_HEAD(&mb, f_next); in init() 2618 SIMPLEQ_FOREACH(f, &Files, f_next) { in init() 3119 SIMPLEQ_FOREACH(f, &Files, f_next) { in markit() 3249 SIMPLEQ_FOREACH(f, &Files, f_next) in ctlconn_cleanup() 3293 SIMPLEQ_FOREACH(f, &Files, f_next) { in find_membuf_log() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A 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/gnu/gcc/gcc/ |
H A 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/sys/uvm/ |
H A 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()
|