OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_GET_RESERVED_SIZE
(Results
1 - 9
of
9
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
23
#if !(defined(
SG_GET_RESERVED_SIZE
) || (defined(HAVE_DECL_SG_GET_RESERVED_SIZE) && HAVE_DECL_SG_GET_RESERVED_SIZE))
24
# define
SG_GET_RESERVED_SIZE
0x2272
/external/strace/tests/
ioctl_scsi.c
82
TEST_NULL_ARG(
SG_GET_RESERVED_SIZE
);
120
TEST_RETURNS_INT_BY_PTR(
SG_GET_RESERVED_SIZE
, pint);
/external/strace/tests-m32/
ioctl_scsi.c
82
TEST_NULL_ARG(
SG_GET_RESERVED_SIZE
);
120
TEST_RETURNS_INT_BY_PTR(
SG_GET_RESERVED_SIZE
, pint);
/external/strace/tests-mx32/
ioctl_scsi.c
82
TEST_NULL_ARG(
SG_GET_RESERVED_SIZE
);
120
TEST_RETURNS_INT_BY_PTR(
SG_GET_RESERVED_SIZE
, pint);
/external/strace/
scsi.c
159
case
SG_GET_RESERVED_SIZE
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
145
#define
SG_GET_RESERVED_SIZE
0x2272 /* actual size of reserved buffer */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
93
#define
SG_GET_RESERVED_SIZE
0x2272
/external/kernel-headers/original/scsi/
sg.h
142
#define
SG_GET_RESERVED_SIZE
0x2272 /* actual size of reserved buffer */
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c
126
#ifdef
SG_GET_RESERVED_SIZE
739
#ifdef
SG_GET_RESERVED_SIZE
798
#ifdef
SG_GET_RESERVED_SIZE
[
all
...]
Completed in 140 milliseconds