Searched refs:driver_status (Results 1 - 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.h64 /* The following are 'driver_status' codes */
121 extern void sg_print_driver_status(int driver_status);
126 int host_status, int driver_status,
145 int driver_status, const unsigned char * sense_buffer,
149 int driver_status, const unsigned char * sense_buffer,
H A Dsg_err.c1206 void sg_print_driver_status(int driver_status) argument
1210 int dr = driver_status & SG_ERR_DRIVER_MASK;
1211 int su = (driver_status & SG_ERR_SUGGEST_MASK) >> 4;
1219 fprintf(OUTP, "Driver_status=0x%02x", driver_status);
1226 int host_status, int driver_status,
1233 if ((0 == scsi_status) && (0 == host_status) && (0 == driver_status))
1259 if (0 != driver_status) {
1266 sg_print_driver_status(driver_status);
1269 (SG_ERR_DRIVER_SENSE == (0xf & driver_status)))
1279 hp->driver_status, h
1225 sg_sense_print(const char *leadin, int scsi_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1283 sg_chk_n_print(const char *leadin, int masked_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1301 sg_err_category(int masked_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
1311 sg_err_category_new(int scsi_status, int host_status, int driver_status, const unsigned char *sense_buffer, int sb_len) argument
[all...]
H A Dscsimain.c800 isghp->host_status, isghp->driver_status,
4686 rsghp->host_status, rsghp->driver_status,
5076 sghp->driver_status, sghp->sense_buffer,
5086 sghp->host_status, sghp->driver_status,
/external/strace/mpers-m32/
H A Dstruct_sg_io_hdr.h23 uint16_t driver_status; member in struct:__anon17689
/external/strace/mpers-mx32/
H A Dstruct_sg_io_hdr.h23 uint16_t driver_status; member in struct:__anon17838
/external/strace/tests/
H A Dioctl_sg_io_v3.c88 ", driver_status=%#x"
106 sg_io->driver_status,
131 ", driver_status=%#x"
149 sg_io->driver_status,
190 ", driver_status=%#x"
214 sg_io->driver_status,
240 ", driver_status=%#x"
264 sg_io->driver_status,
292 ", driver_status=%#x"
313 sg_io->driver_status,
[all...]
H A Dioctl_sg_io_v4.c94 ", driver_status=%#x"
121 sg_io->driver_status,
181 ", driver_status=%#x"
220 sg_io->driver_status,
/external/strace/tests-m32/
H A Dioctl_sg_io_v3.c88 ", driver_status=%#x"
106 sg_io->driver_status,
131 ", driver_status=%#x"
149 sg_io->driver_status,
190 ", driver_status=%#x"
214 sg_io->driver_status,
240 ", driver_status=%#x"
264 sg_io->driver_status,
292 ", driver_status=%#x"
313 sg_io->driver_status,
[all...]
H A Dioctl_sg_io_v4.c94 ", driver_status=%#x"
121 sg_io->driver_status,
181 ", driver_status=%#x"
220 sg_io->driver_status,
/external/strace/tests-mx32/
H A Dioctl_sg_io_v3.c88 ", driver_status=%#x"
106 sg_io->driver_status,
131 ", driver_status=%#x"
149 sg_io->driver_status,
190 ", driver_status=%#x"
214 sg_io->driver_status,
240 ", driver_status=%#x"
264 sg_io->driver_status,
292 ", driver_status=%#x"
313 sg_io->driver_status,
[all...]
H A Dioctl_sg_io_v4.c94 ", driver_status=%#x"
121 sg_io->driver_status,
181 ", driver_status=%#x"
220 sg_io->driver_status,
/external/kernel-headers/original/uapi/linux/
H A Dbsg.h50 __u32 driver_status; /* [o] 0 -> ok */ member in struct:sg_io_v4
/external/kernel-headers/original/scsi/
H A Dsg.h64 unsigned short driver_status;/* [o] errors from software driver */ member in struct:sg_io_hdr
233 unsigned int driver_status:8; /* [o] driver status+suggestion */ member in struct:sg_header
238 when (driver_status & DRIVER_SENSE) is true. */
/external/strace/
H A Dsg_io_v3.c149 tprintf(", driver_status=%#x", sg_io.driver_status);
H A Dsg_io_v4.c127 tprintf(", driver_status=%#x", sg_io.driver_status);
/external/autotest/client/cros/
H A Dpower_status.py1684 _, _, _, _, status, host_status, driver_status = \
1690 if driver_status != 0x8: # driver status: SENSE
1691 raise error.TestError('SG_IO driver status: %d' % driver_status)
/external/valgrind/include/vki/
H A Dvki-linux.h1801 unsigned short driver_status;/* [o] errors from software driver */ member in struct:vki_sg_io_hdr

Completed in 201 milliseconds