get_status_byte
if (get_status_byte(cmd) != SAM_STAT_GOOD) {
switch (get_status_byte(SCpnt)) {
if (get_status_byte(SCpnt) == SAM_STAT_CHECK_CONDITION ||
get_status_byte(SCpnt) == SAM_STAT_COMMAND_TERMINATED)
if (get_status_byte(SCpnt) != SAM_STAT_GOOD)
(get_status_byte(cmd) == SAM_STAT_CHECK_CONDITION)) {
if (get_status_byte(scmd) == SAM_STAT_RESERVATION_CONFLICT)
if (get_status_byte(scmd) == SAM_STAT_RESERVATION_CONFLICT)
switch (get_status_byte(scmd)) {
switch (get_status_byte(scmd)) {