Lines Matching +defs:debug +defs:flags
91 (pfr_add_tables(&table, 1, &nadd, flags)) && \
132 int rv = 0, flags = 0, nmatch = 0;
138 flags |= PFR_FLAG_DUMMY;
157 RVTEST(pfr_clr_tables(&table, &ndel, flags));
169 b.pfrb_caddr, &b.pfrb_size, flags));
172 b.pfrb_caddr, &b.pfrb_size, flags));
189 RVTEST(pfr_del_tables(&table, 1, &ndel, flags));
194 RVTEST(pfr_clr_addrs(&table, &ndel, flags));
202 flags |= PFR_FLAG_FEEDBACK;
204 &nadd, flags));
217 flags |= PFR_FLAG_FEEDBACK;
219 &ndel, flags));
233 flags |= PFR_FLAG_FEEDBACK;
238 &sz2, &nadd, &ndel, &nchange, flags));
274 &b.pfrb_size, flags));
288 flags |= PFR_FLAG_FEEDBACK;
290 &ndel, flags));
308 &b.pfrb_size, flags));
311 &b.pfrb_size, flags));
327 flags |= PFR_FLAG_REPLACE;
333 &nmatch, flags));
354 flags |= PFR_FLAG_FEEDBACK;
356 &nzero, flags));
365 flags |= PFR_FLAG_ADDRSTOO;
366 RVTEST(pfr_clr_tstats(&table, 1, &nzero, flags));
381 print_table(struct pfr_table *ta, int verbose, int debug)
383 if (!debug && !(ta->pfrt_flags & PFR_TFLAG_ACTIVE))
403 print_tstats(struct pfr_tstats *ts, int debug)
409 if (!debug && !(ts->pfrts_flags & PFR_TFLAG_ACTIVE))
412 print_table(&ts->pfrts_t, 1, debug);
535 pfctl_define_table(char *name, int flags, int addrs, const char *anchor,
565 tbl->pfrt_flags = flags;