Lines Matching refs:fhead
204 static STAILQ_HEAD(, filed) fhead =
205 STAILQ_HEAD_INITIALIZER(fhead); /* Log files that we write to */
1604 STAILQ_FOREACH(f, &fhead, next) { in logmsg()
1700 STAILQ_FOREACH(f, &fhead, next) { in dofsync()
1880 STAILQ_FOREACH(f_in_list, &fhead, next) { in fprintlog_write()
2270 STAILQ_FOREACH(f, &fhead, next) { in die()
2493 STAILQ_INSERT_TAIL(&fhead, f, next); in fill_flist()
2506 while (!STAILQ_EMPTY(&fhead)) { in closelogfiles()
2507 f = STAILQ_FIRST(&fhead); in closelogfiles()
2508 STAILQ_REMOVE_HEAD(&fhead, next); in closelogfiles()
2661 STAILQ_FOREACH(f, &fhead, next) { in init()
3345 STAILQ_FOREACH(f, &fhead, next) { in markit()