OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_SET_KEEP_ORPHAN
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
68
#if !(defined(
SG_SET_KEEP_ORPHAN
) || (defined(HAVE_DECL_SG_SET_KEEP_ORPHAN) && HAVE_DECL_SG_SET_KEEP_ORPHAN))
69
# define
SG_SET_KEEP_ORPHAN
0x2287
/external/strace/tests/
ioctl_scsi.c
97
TEST_NULL_ARG(
SG_SET_KEEP_ORPHAN
);
109
TEST_TAKES_INT_BY_PTR(
SG_SET_KEEP_ORPHAN
, pint);
/external/strace/tests-m32/
ioctl_scsi.c
97
TEST_NULL_ARG(
SG_SET_KEEP_ORPHAN
);
109
TEST_TAKES_INT_BY_PTR(
SG_SET_KEEP_ORPHAN
, pint);
/external/strace/tests-mx32/
ioctl_scsi.c
97
TEST_NULL_ARG(
SG_SET_KEEP_ORPHAN
);
109
TEST_TAKES_INT_BY_PTR(
SG_SET_KEEP_ORPHAN
, pint);
/external/strace/
scsi.c
144
case
SG_SET_KEEP_ORPHAN
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
183
#define
SG_SET_KEEP_ORPHAN
0x2287 /* 1 -> hold for read(), 0 -> drop (def) */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
111
#define
SG_SET_KEEP_ORPHAN
0x2287
/external/kernel-headers/original/scsi/
sg.h
184
#define
SG_SET_KEEP_ORPHAN
0x2287 /* 1 -> hold for read(), 0 -> drop (def) */
Completed in 54 milliseconds