OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_MAX_SENSE
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
];
/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/common/scsi/
sg.h
151
#define
SG_MAX_SENSE
16
165
unsigned char sense_buffer[
SG_MAX_SENSE
];
/external/kernel-headers/original/scsi/
sg.h
218
#define
SG_MAX_SENSE
16 /* this only applies to the sg_header interface */
232
unsigned char sense_buffer[
SG_MAX_SENSE
]; /* [o] Output in 3 cases:
Completed in 4923 milliseconds