Lines Matching defs:log
95 log_t *log;
134 /* Write info message to log */
135 cd->log(ISC_LOG_DEBUG(1),
151 cd->log(ISC_LOG_DEBUG(2),
179 /* Write info message to log */
180 cd->log(ISC_LOG_DEBUG(1),
211 /* Write info message to log */
212 cd->log(ISC_LOG_DEBUG(1),
263 /* Write info message to log */
264 cd->log(ISC_LOG_DEBUG(1),
325 /* Write info message to log */
326 cd->log(ISC_LOG_DEBUG(1),
417 * Write info message to log
419 cd->log(ISC_LOG_INFO,
437 cd->log(ISC_LOG_ERROR, "default TTL invalid, using 3600");
468 &trec->data, 0, cd->log);
469 /* If unsuccessful, log err msg and cleanup */
471 cd->log(ISC_LOG_ERROR,
500 * Write debugging message to log
502 cd->log(ISC_LOG_DEBUG(2), "Unloading DLZ_wildcard driver.");
527 if (strcmp(helper_name, "log") == 0)
528 cd->log = (log_t *)ptr;