Searched refs:do_output (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | iptables-save.c | 74 static int do_output(struct iptables_save_cb *cb, const char *tablename) in do_output() function 80 return for_each_table(&do_output, cb); in do_output() 173 do_output(cb, tablename); in do_iptables_save() 193 return !do_output(cb, tablename); in do_iptables_save()
|
D | xtables-save.c | 101 do_output(struct nft_handle *h, const char *tablename, struct do_output_data *d) in do_output() function 241 ret = do_output(&h, tablename, &d); in xtables_save_main()
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 302 GLboolean do_output, do_log; in _mesa_error() local 310 do_output = should_output(ctx, error, fmtString); in _mesa_error() 325 if (do_output || do_log) { in _mesa_error() 351 if (do_output) { in _mesa_error()
|