OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_GET_SCSI_ID
(Results
1 - 9
of
9
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
29
#if !(defined(
SG_GET_SCSI_ID
) || (defined(HAVE_DECL_SG_GET_SCSI_ID) && HAVE_DECL_SG_GET_SCSI_ID))
30
# define
SG_GET_SCSI_ID
0x2276
/external/strace/
scsi.c
111
case
SG_GET_SCSI_ID
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
100
SG_GET_SCSI_ID
ioctl (). */
148
#define
SG_GET_SCSI_ID
0x2276 /* Yields fd's bus, chan, dev, lun + type */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
94
#define
SG_GET_SCSI_ID
0x2276
/external/kernel-headers/original/scsi/
sg.h
105
typedef struct sg_scsi_id { /* used by
SG_GET_SCSI_ID
ioctl() */
145
#define
SG_GET_SCSI_ID
0x2276 /* Yields fd's bus, chan, dev, lun + type */
/external/strace/tests/
ioctl_scsi.c
84
TEST_NULL_ARG(
SG_GET_SCSI_ID
);
/external/strace/tests-m32/
ioctl_scsi.c
84
TEST_NULL_ARG(
SG_GET_SCSI_ID
);
/external/strace/tests-mx32/
ioctl_scsi.c
84
TEST_NULL_ARG(
SG_GET_SCSI_ID
);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c
743
res = ioctl(sg_fd,
SG_GET_SCSI_ID
, &m_id);
[
all
...]
Completed in 96 milliseconds