Lines Matching refs:ERROR
61 ERROR(EIO, "should not happen!");
72 ERROR(errno, "error seeking device");
79 ERROR(errno, "error reading from device");
84 ERROR(EIO, "read EOF on volume");
89 ERROR(EIO, "read incomplete block");
135 ERROR(errno, "error seeking device");
143 ERROR(errno, "error writing to device");
148 ERROR(EIO, "wrote incomplete block");
166 ERROR(EIO, "read nonexistent block");
171 ERROR(EIO, "read unallocated block");
189 ERROR(EIO, "write nonexistent block");
194 ERROR(EIO, "write unallocated block");