Lines Matching defs:carp
75 #define carp(...) cd->log(ISC_LOG_INFO, __VA_ARGS__);
77 #define carp(...)
171 carp("DLZ Perl: Calling allnodes for zone %s", zone);
173 carp("DLZ Perl: Call to allnodes returned rrcount of %i", rrcount);
224 carp("DLZ Perl: Got record %s/%s = %s",
246 carp("DLZ Perl: Returning from allnodes, r = %i, retval = %i",
336 carp("DLZ Perl: findzone looking for '%s'", name);
428 carp("DLZ Perl: Searching for name %s in zone %s", name, zone);
430 carp("DLZ Perl: Call to lookup returned %i", rrcount);
476 carp("DLZ Perl: Got record %s = %s",
496 carp("DLZ Perl: Returning from lookup, r = %i, retval = %i", r, retval);