Lines Matching +defs:error +defs:value
186 unsigned int value;
207 /* corrupt_bio_byte <Nth_byte> <direction> <value> <flags> */
217 value = atoi64(*argv++);
218 if (value < 1) {
220 "<Nth_byte> arg %u\n", value);
223 tfc->corrupt_buf_byte = value;
238 /* <value> */
240 value = atoi64(*argv++);
241 if (value > 0xff) {
243 "<value> arg %u\n", value);
246 tfc->corrupt_buf_value = value;
358 int error;
364 error = bp->b_error;
368 * Not all got transferred, raise an error. We have no way to
371 error = EIO;
387 nestiobuf_done(mbp, donebytes, error);
448 return 1; /* Don't corrupt on error */
457 aprint_debug("bp=%p dir=%c blkno=%ju Nth=%u value=%u\n",