OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SG_SET_TIMEOUT
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
scsi_sg_commands.h
2
#if !(defined(
SG_SET_TIMEOUT
) || (defined(HAVE_DECL_SG_SET_TIMEOUT) && HAVE_DECL_SG_SET_TIMEOUT))
3
# define
SG_SET_TIMEOUT
0x2201
/external/strace/tests/
ioctl_scsi.c
77
TEST_NULL_ARG(
SG_SET_TIMEOUT
);
111
TEST_TAKES_INT_BY_PTR(
SG_SET_TIMEOUT
, pint);
/external/strace/tests-m32/
ioctl_scsi.c
77
TEST_NULL_ARG(
SG_SET_TIMEOUT
);
111
TEST_TAKES_INT_BY_PTR(
SG_SET_TIMEOUT
, pint);
/external/strace/tests-mx32/
ioctl_scsi.c
77
TEST_NULL_ARG(
SG_SET_TIMEOUT
);
111
TEST_TAKES_INT_BY_PTR(
SG_SET_TIMEOUT
, pint);
/external/strace/
scsi.c
146
case
SG_SET_TIMEOUT
:
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
sg.h
253
#define
SG_SET_TIMEOUT
0x2201 /* Set timeout; *(int *)arg==timeout. */
/bionic/libc/kernel/android/scsi/scsi/
sg.h
138
#define
SG_SET_TIMEOUT
0x2201
/external/kernel-headers/original/scsi/
sg.h
246
#define
SG_SET_TIMEOUT
0x2201 /* unit: jiffies (10ms on i386) */
Completed in 62 milliseconds