HomeSort by relevance Sort by last modified time
    Searched refs:SG_MAX_SENSE (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 219 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
245 unsigned char sense_buffer[SG_MAX_SENSE];
  /bionic/libc/kernel/android/scsi/scsi/
sg.h 125 #define SG_MAX_SENSE 16
136 unsigned char sense_buffer[SG_MAX_SENSE];
  /external/kernel-headers/original/scsi/
sg.h 221 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
235 unsigned char sense_buffer[SG_MAX_SENSE]; /* [o] Output in 3 cases:
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 132 #ifndef SG_MAX_SENSE
133 #define SG_MAX_SENSE 16
801 isghp->sense_buffer, SG_MAX_SENSE))
810 SG_MAX_SENSE);
    [all...]

Completed in 314 milliseconds