OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_GET_LOW_DMA
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
35
#if !(defined(
SG_GET_LOW_DMA
) || (defined(HAVE_DECL_SG_GET_LOW_DMA) && HAVE_DECL_SG_GET_LOW_DMA))
36
# define
SG_GET_LOW_DMA
0x227a
/external/strace/tests/
ioctl_scsi.c
86
TEST_NULL_ARG(
SG_GET_LOW_DMA
);
117
TEST_RETURNS_INT_BY_PTR(
SG_GET_LOW_DMA
, pint);
/external/strace/tests-m32/
ioctl_scsi.c
86
TEST_NULL_ARG(
SG_GET_LOW_DMA
);
117
TEST_RETURNS_INT_BY_PTR(
SG_GET_LOW_DMA
, pint);
/external/strace/tests-mx32/
ioctl_scsi.c
86
TEST_NULL_ARG(
SG_GET_LOW_DMA
);
117
TEST_RETURNS_INT_BY_PTR(
SG_GET_LOW_DMA
, pint);
/external/strace/
scsi.c
156
case
SG_GET_LOW_DMA
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
153
#define
SG_GET_LOW_DMA
0x227a /* 0-> use all ram for dma; 1-> low dma ram */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
96
#define
SG_GET_LOW_DMA
0x227a
/external/kernel-headers/original/scsi/
sg.h
150
#define
SG_GET_LOW_DMA
0x227a /* 0-> use all ram for dma; 1-> low dma ram */
Completed in 446 milliseconds