Lines Matching refs:errno
142 avahi_log_error("sendmsg() failed: %s", strerror(errno)); in send_fd()
182 avahi_log_error("recvmsg() failed: %s", strerror(errno)); in recv_fd()
188 errno = EINVAL; in recv_fd()
194 errno = EINVAL; in recv_fd()
226 avahi_log_error(__FILE__": read() failed: %s", strerror(errno)); in helper_main()
252 avahi_log_error(__FILE__": open() failed: %s", strerror(errno)); in helper_main()
255 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno)); in helper_main()
277 avahi_log_error(__FILE__": write() failed: %s\n", strerror(errno)); in helper_main()
306 avahi_log_error("socketpair() failed: %s", strerror(errno)); in avahi_chroot_helper_start()
313 avahi_log_error(__FILE__": fork() failed: %s", strerror(errno)); in avahi_chroot_helper_start()
356 errno = EACCES; in avahi_chroot_helper_get_fd()
363 avahi_log_error("write() failed: %s\n", strerror(errno)); in avahi_chroot_helper_get_fd()
400 errno = EACCES; in avahi_chroot_helper_unlink()
405 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink()
406 avahi_log_error("write() failed: %s\n", strerror(errno)); in avahi_chroot_helper_unlink()
411 (errno != EPIPE && errno != ECONNRESET)) { in avahi_chroot_helper_unlink()
412 avahi_log_error("read() failed: %s\n", r < 0 ? strerror(errno) : "EOF"); in avahi_chroot_helper_unlink()