Searched refs:scsi_st (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sdparm-1.02/lib/
H A Dsg_pt_solaris.c256 int scsi_st = ptp->uscsi.uscsi_status; local
260 else if ((SAM_STAT_CHECK_CONDITION == scsi_st) ||
261 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
263 else if (scsi_st)
H A Dsg_pt_linux.c272 int scsi_st = ptp->io_hdr.status & 0x7e; local
281 (SAM_STAT_CHECK_CONDITION == scsi_st) ||
282 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
284 else if (scsi_st)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sdparm-1.02/lib/
H A Dsg_pt_solaris.c256 int scsi_st = ptp->uscsi.uscsi_status; local
260 else if ((SAM_STAT_CHECK_CONDITION == scsi_st) ||
261 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
263 else if (scsi_st)
H A Dsg_pt_linux.c272 int scsi_st = ptp->io_hdr.status & 0x7e; local
281 (SAM_STAT_CHECK_CONDITION == scsi_st) ||
282 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
284 else if (scsi_st)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/lib/
H A Dsg_pt_solaris.c256 int scsi_st = ptp->uscsi.uscsi_status; local
260 else if ((SAM_STAT_CHECK_CONDITION == scsi_st) ||
261 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
263 else if (scsi_st)
H A Dsg_pt_linux.c272 int scsi_st = ptp->io_hdr.status & 0x7e; local
281 (SAM_STAT_CHECK_CONDITION == scsi_st) ||
282 (SAM_STAT_COMMAND_TERMINATED == scsi_st))
284 else if (scsi_st)

Completed in 74 milliseconds