Lines Matching refs:DEBUGP_C
47 #define DEBUGP_C(x, args...) fprintf(stderr, x, ## args) macro
50 #define DEBUGP_C(x, args...) macro
948 DEBUGP_C("%u:%u: end of table:\n", *num, offset); in cache_add_entry()
962 DEBUGP_C("%u:%u:new userdefined chain %s: %p\n", *num, offset, in cache_add_entry()
976 DEBUGP_C("%u:%u new builtin chain: %p (rules=%p)\n", in cache_add_entry()
999 DEBUGP_C("%u:%u normal rule: %p: ", *num, offset, r); in cache_add_entry()
1020 DEBUGP_C("standard, verdict=%d\n", t->verdict); in cache_add_entry()
1023 DEBUGP_C("fallthrough\n"); in cache_add_entry()
1026 DEBUGP_C("jump, target=%u\n", t->verdict); in cache_add_entry()
1033 DEBUGP_C("module, target=%s\n", GET_TARGET(e)->u.user.name); in cache_add_entry()
1525 DEBUGP_C("no rules, returning NULL\n"); in TC_FIRST_RULE()
1531 DEBUGP_C("%p\n", r); in TC_FIRST_RULE()
1546 DEBUGP_C("returning NULL\n"); in TC_NEXT_RULE()
1555 DEBUGP_C("next=%p, head=%p...", &r->list, in TC_NEXT_RULE()
1560 DEBUGP_C("finished, returning NULL\n"); in TC_NEXT_RULE()
1567 DEBUGP_C("returning rule %p\n", r); in TC_NEXT_RULE()
1726 DEBUGP_C("found!\n"); in iptcc_map_target()
1732 DEBUGP_C("not found :(\n"); in iptcc_map_target()
2477 DEBUGP_C("NOMAP => zero\n"); in counters_nomap()
2492 DEBUGP_C("NORMAL_MAP => mappos %u \n", mappos); in counters_normal_map()
2509 DEBUGP_C("ZEROED => mappos %u\n", mappos); in counters_map_zeroed()
2520 DEBUGP_C("SET\n"); in counters_map_set()