OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_SET_DEBUG
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
47
#if !(defined(
SG_SET_DEBUG
) || (defined(HAVE_DECL_SG_SET_DEBUG) && HAVE_DECL_SG_SET_DEBUG))
48
# define
SG_SET_DEBUG
0x227e
/external/strace/tests/
ioctl_scsi.c
90
TEST_NULL_ARG(
SG_SET_DEBUG
);
106
TEST_TAKES_INT_BY_PTR(
SG_SET_DEBUG
, pint);
/external/strace/tests-m32/
ioctl_scsi.c
90
TEST_NULL_ARG(
SG_SET_DEBUG
);
106
TEST_TAKES_INT_BY_PTR(
SG_SET_DEBUG
, pint);
/external/strace/tests-mx32/
ioctl_scsi.c
90
TEST_NULL_ARG(
SG_SET_DEBUG
);
106
TEST_TAKES_INT_BY_PTR(
SG_SET_DEBUG
, pint);
/external/strace/
scsi.c
141
case
SG_SET_DEBUG
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
262
#define
SG_SET_DEBUG
0x227e /* 0 -> turn off debug */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
142
#define
SG_SET_DEBUG
0x227e
/external/kernel-headers/original/scsi/
sg.h
257
#define
SG_SET_DEBUG
0x227e /* 0 -> turn off debug */
Completed in 51 milliseconds