Lines Matching defs:show_errors
4642 &asc, &ascq, /*show_errors*/ 1);
4951 &asc, &ascq, /*show_errors*/ 1);
5067 * show_errors flag is set and they aren't present in the
5290 sense_key, asc, ascq, /*show_errors*/ 0);
5324 * Extract basic sense information. If show_errors is set, sense values
5330 int show_errors)
5336 if (show_errors == 0) {
5362 *sense_key = (show_errors) ? -1 : 0;
5367 *asc = (show_errors) ? -1 : 0;
5372 *ascq = (show_errors) ? -1 : 0;
5385 *sense_key = (show_errors) ? -1 : 0;
5391 *asc = (show_errors) ? -1 : 0;
5397 *ascq = (show_errors) ? -1 : 0;
5405 int show_errors)
5410 &sense_key, &asc, &ascq, show_errors);
5417 int show_errors)
5422 &sense_key, &asc, &ascq, show_errors);
5429 int show_errors)
5434 &sense_key, &asc, &ascq, show_errors);