OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_GET_REQUEST_TABLE
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
65
#if !(defined(
SG_GET_REQUEST_TABLE
) || (defined(HAVE_DECL_SG_GET_REQUEST_TABLE) && HAVE_DECL_SG_GET_REQUEST_TABLE))
66
# define
SG_GET_REQUEST_TABLE
0x2286
/external/strace/
scsi.c
114
case
SG_GET_REQUEST_TABLE
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
118
/* Used by
SG_GET_REQUEST_TABLE
ioctl(). */
180
#define
SG_GET_REQUEST_TABLE
0x2286 /* yields table of active requests */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
110
#define
SG_GET_REQUEST_TABLE
0x2286
/external/kernel-headers/original/scsi/
sg.h
116
typedef struct sg_req_info { /* used by
SG_GET_REQUEST_TABLE
ioctl() */
181
#define
SG_GET_REQUEST_TABLE
0x2286 /* yields table of active requests */
/external/strace/tests/
ioctl_scsi.c
96
TEST_NULL_ARG(
SG_GET_REQUEST_TABLE
);
/external/strace/tests-m32/
ioctl_scsi.c
96
TEST_NULL_ARG(
SG_GET_REQUEST_TABLE
);
/external/strace/tests-mx32/
ioctl_scsi.c
96
TEST_NULL_ARG(
SG_GET_REQUEST_TABLE
);
Completed in 60 milliseconds