Lines Matching full:error
214 LOG_ALWAYS_FATAL("fcntl() error: %s", strerror(errno));
217 LOG_ALWAYS_FATAL("fcntl() error: %s", strerror(errno));
225 LOGW("close() error: %s", strerror(errno));
441 LOGW("Error returned by %s().", functionName);
598 * Returns NULL if an error occurs. Sets errno to EHOSTDOWN if the peer died
755 LOG_ALWAYS_FATAL("Error reading connection from master: %s",
787 LOGW("Error adding fd to selector for %d.",
814 LOGW("socketpair() error: %s", strerror(errno));
824 LOGW("malloc() error. Failed to tell process %d that process %d is"
855 LOGW("malloc() error. Failed to tell process %d that process %d is"
1029 LOGW("accept() error: %s", strerror(errno));
1043 LOGW("getsockopt() error: %s", strerror(errno));
1096 LOG_ALWAYS_FATAL("malloc() error.");
1103 LOG_ALWAYS_FATAL("pthread_mutexattr_init() error.");
1106 LOG_ALWAYS_FATAL("pthread_mutexattr_settype() error.");
1109 LOG_ALWAYS_FATAL("pthread_mutex_init() error.");
1129 * Returns -1 if an error
1196 * Returns -1 if an error occurs. Sets errno to ENOMEM if memory couldn't be
1264 LOG_ALWAYS_FATAL("socket() error: %s", strerror(errno));
1270 LOG_ALWAYS_FATAL("bind() error: %s", strerror(errno));
1278 LOG_ALWAYS_FATAL("listen() error: %s", strerror(errno));
1299 LOG_ALWAYS_FATAL("malloc() error.");
1315 LOG_ALWAYS_FATAL("socket() error: %s", strerror(errno));
1320 LOG_ALWAYS_FATAL("connect() error: %s", strerror(errno));
1337 LOG_ALWAYS_FATAL("malloc() error.");
1343 LOG_ALWAYS_FATAL("malloc() error.");