Lines Matching defs:fq
293 struct filed_queue *fq;
325 /* alloc(fq) and add to SGs file queue */
327 ALLOC_OR_FALSE(fq); \
328 fq->f = f; \
331 STAILQ_INSERT_TAIL(&newsg->files, fq, entries); \
448 STAILQ_FOREACH(fq, &sg->files, entries) {
450 fq->f, fq->f->f_type);
463 struct filed_queue *fq, *tmp_fq;
476 fq = STAILQ_FIRST(&sg->files);
477 while (fq != NULL) {
478 tmp_fq = STAILQ_NEXT(fq, entries);
479 free(fq);
480 fq = tmp_fq;
512 struct filed_queue *fq;
563 STAILQ_FOREACH(fq, &sg->files, entries) {
566 tmpcnt = fq->f->f_prevcount;
567 fprintlog(fq->f, buffer, NULL);
568 fq->f->f_prevcount = tmpcnt;
636 struct filed_queue *fq;
694 STAILQ_FOREACH(fq, &sg->files, entries) {
696 tmpcnt = fq->f->f_prevcount;
697 fprintlog(fq->f, buffer, NULL);
698 fq->f->f_prevcount = tmpcnt;