HomeSort by relevance Sort by last modified time
    Searched defs:sense_buffer (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/uapi/linux/
target_core_user.h 76 char sense_buffer[TCMU_SENSE_BUFFERSIZE]; member in struct:tcmu_cmd_entry::__anon1055::__anon1057
  /external/kernel-headers/original/uapi/linux/
target_core_user.h 36 * entry->rsp.scsi_status, fill in rsp.sense_buffer if appropriate,
121 char sense_buffer[TCMU_SENSE_BUFFERSIZE]; member in struct:tcmu_cmd_entry::__anon21706::__anon21708
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 54 unsigned char * sbp; /* [i], [*o] points to sense_buffer memory */
245 unsigned char sense_buffer[SG_MAX_SENSE]; member in struct:sg_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 54 unsigned char * sbp; /* [i], [*o] points to sense_buffer memory */
245 unsigned char sense_buffer[SG_MAX_SENSE]; member in struct:sg_header
  /bionic/libc/kernel/android/scsi/
sg.h 166 unsigned char sense_buffer[SG_MAX_SENSE]; member in struct:sg_header
  /external/kernel-headers/original/scsi/
sg.h 54 void __user *sbp; /* [i], [*o] points to sense_buffer memory */
235 unsigned char sense_buffer[SG_MAX_SENSE]; /* [o] Output in 3 cases: member in struct:sg_header
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 801 isghp->sense_buffer, SG_MAX_SENSE))
804 if ((isghp->result != 0) || (0 != isghp->sense_buffer[0])) {
807 if (0 != isghp->sense_buffer[0])
809 isghp->sense_buffer,
833 unsigned char sense_buffer[32]; local
839 io_hdr.mx_sb_len = sizeof(sense_buffer);
844 io_hdr.sbp = sense_buffer;
3840 unsigned char sense_buffer[32]; local
4958 unsigned char sense_buffer[32]; local
    [all...]

Completed in 586 milliseconds