Lines Matching refs:me

146 	static const char me[] = "ctl_client";  in ctl_client()  local
155 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_client()
178 me, strerror(errno)); in ctl_client()
186 me, strerror(errno)); in ctl_client()
190 (*ctx->logger)(ctl_error, "%s: bind: %s", me, in ctl_client()
198 me, ctx->sock, strerror(errno)); in ctl_client()
288 static const char me[] = "isc/ctl_clnt::start_write"; in start_write() local
319 (*ctx->logger)(ctl_error, "%s: evWrite: %s", me, in start_write()
325 (*ctx->logger)(ctl_error, "%s: evTimeRW: %s", me, in start_write()
390 static const char me[] = "isc/ctl_clnt::new_state"; in new_state() local
392 (*ctx->logger)(ctl_debug, "%s: %s -> %s", me, in new_state()
402 static const char me[] = "isc/ctl_clnt::conn_done"; in conn_done() local
414 (*ctx->logger)(ctl_error, "%s: evConnect: %s", me, in conn_done()
422 (*ctx->logger)(ctl_error, "%s: new_tran failed: %s", me, in conn_done()
430 me, strerror(errno)); in conn_done()
457 static const char me[] = "isc/ctl_clnt::start_read"; in start_read() local
464 (*ctx->logger)(ctl_error, "%s: evSelect(fd %d): %s", me, in start_read()
481 static const char me[] = "isc/ctl_clnt::readable"; in readable() local
497 (*ctx->logger)(ctl_error, "%s: can't get an input buffer", me); in readable()
504 (*ctx->logger)(ctl_warning, "%s: read: %s", me, in readable()
512 (*ctx->logger)(ctl_debug, "%s: read %d, used %d", me, in readable()
522 (*ctx->logger)(ctl_error, "%s: no arpa code (%s)", me, in readable()
533 (*ctx->logger)(ctl_error, "%s: no arpa flag (%s)", me, in readable()
557 (*ctx->logger)(ctl_error, "%s: line too long (%-10s...)", me, in readable()
567 static const char me[] = "isc/ctl_clnt::start_timer"; in start_timer() local
571 (*ctx->logger)(ctl_error, "%s: evSetIdleTimer: %s", me, in start_timer()
580 static const char me[] = "isc/ctl_clnt::stop_timer"; in stop_timer() local
584 (*ctx->logger)(ctl_error, "%s: evClearIdleTimer: %s", me, in stop_timer()
601 static const char me[] = "isc/ctl_clnt::timer"; in timer() local
609 (*ctx->logger)(ctl_error, "%s: timeout after %u seconds while %s", me, in timer()