Lines Matching refs:LOG
354 LOG(ERROR, "file %s is far too large", filename); in libxl_read_file_contents()
370 LOG(ERROR, "%s changed size while we were reading it", in libxl_read_file_contents()
428 LOG(ERROR, "file %s is far too large", filename); in libxl__read_sysfs_file_contents()
493 LOG(ERROR, zero_is_eof \
594 LOG(ERROR, "Failed to create a pipe"); in libxl_pipe()
812 LOG(ERROR, "invalid number of cpus provided"); in libxl_cpu_bitmap_alloc()
818 LOG(ERROR, "failed to retrieve the maximum number of cpus"); in libxl_cpu_bitmap_alloc()
838 LOG(ERROR, "invalid number of nodes provided"); in libxl_node_bitmap_alloc()
845 LOG(ERROR, "failed to retrieve the maximum number of nodes"); in libxl_node_bitmap_alloc()
883 LOG(ERROR, "invalid number of sockets provided"); in libxl_socket_bitmap_alloc()
1102 LOG(ERROR, "sendmsg have written %d instead of %zu", in libxl__sendmsg_fds()
1140 LOG(ERROR,"recvmsg got EOF (%s)", what); in libxl__recvmsg_fds()
1145 LOG(ERROR,"recvmsg got no control msg" in libxl__recvmsg_fds()
1150 LOG(ERROR, "recvmsg got unexpected" in libxl__recvmsg_fds()
1159 LOG(ERROR, "recvmsg got unexpected" in libxl__recvmsg_fds()
1254 LOG(ERROR, "UNIX socket path '%s' is too long for %s", path, what); in libxl__prepare_sockaddr_un()
1255 LOG(DEBUG, "Path must be less than %zu bytes", sizeof(un->sun_path) - 1); in libxl__prepare_sockaddr_un()