Searched refs:ctl_error (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ctl_clnt.c | 163 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_client() 185 (*ctx->logger)(ctl_error, "%s: socket: %s", in ctl_client() 198 (*ctx->logger)(ctl_error, "%s: bind: %s", me, in ctl_client() 205 (*ctx->logger)(ctl_error, "%s: evConnect(fd %d): %s", in ctl_client() 327 (*ctx->logger)(ctl_error, "%s: evWrite: %s", me, in start_write() 333 (*ctx->logger)(ctl_error, "%s: evTimeRW: %s", me, in start_write() 422 (*ctx->logger)(ctl_error, "%s: evConnect: %s", me, in conn_done() 430 (*ctx->logger)(ctl_error, "%s: new_tran failed: %s", me, in conn_done() 437 (*ctx->logger)(ctl_error, "%s: start_read failed: %s", in conn_done() 472 (*ctx->logger)(ctl_error, "%s: evSelect(fd %d): %s", me, in start_read() [all …]
|
| D | ctl_srvr.c | 192 (*logger)(ctl_error, "%s: no connection verb found", me); in ctl_server() 197 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_server() 218 (*ctx->logger)(ctl_error, "%s: socket: %s", in ctl_server() 226 (*ctx->logger)(ctl_error, "%s: file descriptor > evHighestFD"); in ctl_server() 243 (*ctx->logger)(ctl_error, "%s: bind: %s: %s", in ctl_server() 259 (*ctx->logger)(ctl_error, "%s: evListen(fd %d): %s", in ctl_server() 325 (*ctx->logger)(ctl_error, "%s: %s: cant get an output buffer", in ctl_response() 330 (*ctx->logger)(ctl_error, "%s: %s: output buffer ovf, closing", in ctl_response() 354 (*ctx->logger)(ctl_error, "%s: %s: evWrite: %s", me, in ctl_response() 361 (*ctx->logger)(ctl_error, "%s: %s: evSetIdleTimer: %s", me, in ctl_response() [all …]
|
| D | ctl_p.c | 86 (*logger)(ctl_error, "%s: getmem: %s", me, strerror(errno)); in ctl_bufget() 118 (*logger)(ctl_error, "%s: inet_ntop(%u %04x): %s", in ctl_sa_ntop() 124 (*logger)(ctl_error, "%s: buffer overflow", me); in ctl_sa_ntop() 136 (*logger)(ctl_error, "%s: inet_ntop(%u %04x %08x): %s", in ctl_sa_ntop() 143 (*logger)(ctl_error, "%s: buffer overflow", me); in ctl_sa_ntop()
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_control.c | 56 static void ctl_error (u_char); 858 ctl_error( in ctl_error() function 1265 ctl_error(CERR_BADFMT); in process_control() 1314 ctl_error(CERR_PERMISSION); in process_control() 1326 ctl_error(CERR_BADOP); in process_control() 3221 ctl_error(CERR_BADASSOC); in control_unspec() 3260 ctl_error(CERR_BADASSOC); in read_status() 3313 ctl_error(CERR_BADASSOC); in read_peervars() 3323 ctl_error(CERR_UNKNOWNVAR); in read_peervars() 3375 ctl_error(CERR_BADVALUE); in read_sysvars() [all …]
|
| /netbsd/src/external/bsd/libbind/dist/include/isc/ |
| D | ctl.h | 46 enum ctl_severity { ctl_debug, ctl_warning, ctl_error }; enumerator
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog | 145522 remove unused local 'pkid' from ctl_error()
|