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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
sg.h 71 /* Use negative values to flag difference from original sg_header structure. */
216 /* The older SG interface based on the 'sg_header' structure follows. */
219 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
221 struct sg_header struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h 71 /* Use negative values to flag difference from original sg_header structure. */
216 /* The older SG interface based on the 'sg_header' structure follows. */
219 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
221 struct sg_header struct
  /bionic/libc/kernel/android/scsi/
sg.h 154 struct sg_header { struct
  /external/kernel-headers/original/scsi/
sg.h 72 /* Use negative values to flag difference from original sg_header structure */
218 /* The older SG interface based on the 'sg_header' structure follows. */
221 #define SG_MAX_SENSE 16 /* this only applies to the sg_header interface */
223 struct sg_header struct
226 int reply_len; /* [i] max length of expected reply (inc. sg_header) */
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 75 #define OFF sizeof(struct sg_header)
200 #define SG_HSZ sizeof(struct sg_header)
646 struct sg_header *isghp = (struct sg_header *)inqBuff;
770 memset(isghp, 0, sizeof(struct sg_header));
    [all...]

Completed in 96 milliseconds