OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sg_io
(Results
1 - 10
of
10
) sorted by null
/external/strace/
scsi.c
40
print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *
sg_io
)
42
tprintf("{'%c', ",
sg_io
->interface_id);
43
printxval(sg_io_dxfer_direction,
sg_io
->dxfer_direction,
45
tprintf(", cmd[%u]=[",
sg_io
->cmd_len);
46
print_sg_io_buffer(tcp,
sg_io
->cmdp,
sg_io
->cmd_len);
47
tprintf("], mx_sb_len=%d, ",
sg_io
->mx_sb_len);
48
tprintf("iovec_count=%d, ",
sg_io
->iovec_count);
49
tprintf("dxfer_len=%u, ",
sg_io
->dxfer_len);
50
tprintf("timeout=%u, ",
sg_io
->timeout)
89
struct
sg_io
_hdr
sg_io
;
local
99
struct
sg_io
_hdr
sg_io
;
local
[
all
...]
NEWS
158
* Improved output for
SG_IO
ioctls on Linux.
ChangeLog-CVS
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h
121
char orphan; /* 0 -> normal request, 1 -> from interruped
SG_IO
*/
122
char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by
SG_IO
*/
178
#define
SG_IO
0x2285 /* similar effect as write() followed by read() */
182
/* How to treat EINTR during
SG_IO
ioctl(), only in SG 3.x series */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h
121
char orphan; /* 0 -> normal request, 1 -> from interruped
SG_IO
*/
122
char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by
SG_IO
*/
178
#define
SG_IO
0x2285 /* similar effect as write() followed by read() */
182
/* How to treat EINTR during
SG_IO
ioctl(), only in SG 3.x series */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
sg.h
121
char orphan; /* 0 -> normal request, 1 -> from interruped
SG_IO
*/
122
char sg_io_owned; /* 0 -> complete with read(), 1 -> owned by
SG_IO
*/
178
#define
SG_IO
0x2285 /* similar effect as write() followed by read() */
182
/* How to treat EINTR during
SG_IO
ioctl(), only in SG 3.x series */
/external/strace/linux/
ioctlent.h
80
{"scsi/sg.h", "
SG_IO
", 0x2285},
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c
[
all
...]
/prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu
vmlinux-qemu-armv7
Completed in 235 milliseconds