Searched refs:get_RS_error_code (Results 1 - 20 of 20) sorted by relevance
/third_party/backends/backend/ |
H A D | kvs1025_cmds.h | 48 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | matsushita.h | 146 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | teco1.h | 198 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | teco2.h | 221 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | teco3.h | 212 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | pie-scsidef.h | 363 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | sp15c-scsi.h | 232 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | canon_dr-cmd.h | 97 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | coolscan-scsidef.h | 824 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | kodak-cmd.h | 70 #define get_RS_error_code(b) getbitfield(b + 0x00, 0, 0x7f) macro
|
H A D | leo.h | 185 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | teco1.c | 588 if (get_RS_error_code (result) != 0x70) in teco_sense_handler() 592 get_RS_error_code (result)); in teco_sense_handler()
|
H A D | leo.c | 445 if (get_RS_error_code (result) != 0x70) in leo_sense_handler() 449 get_RS_error_code (result)); in leo_sense_handler()
|
H A D | teco3.c | 434 if (get_RS_error_code (result) != 0x70) in teco_sense_handler() 438 get_RS_error_code (result)); in teco_sense_handler()
|
H A D | matsushita.c | 852 if (get_RS_error_code (result) != 0x70) in matsushita_sense_handler() 856 get_RS_error_code (result)); in matsushita_sense_handler()
|
H A D | umax-scsidef.h | 904 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | teco2.c | 1688 if (get_RS_error_code (result) != 0x70) in teco_sense_handler() 1692 get_RS_error_code (result)); in teco_sense_handler()
|
H A D | fujitsu-scsi.h | 94 #define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0) macro
|
H A D | pie.c | 408 if (get_RS_error_code (result) != 0x70)
in sense_handler()
|
H A D | umax.c | 862 if ( get_RS_error_code(result) != 0x70 ) in sense_handler() 864 DBG(DBG_error, "invalid sense key error code (%d)\n", get_RS_error_code(result)); in sense_handler()
|
Completed in 75 milliseconds