OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:READV
(Results
1 - 5
of
5
) sorted by null
/external/kmod/libkmod/
libkmod-elf.c
237
#define
READV
(field) \
242
*size =
READV
(sh_size);
243
*offset =
READV
(sh_offset);
244
*nameoff =
READV
(sh_name);
247
*size =
READV
(sh_size);
248
*offset =
READV
(sh_offset);
249
*nameoff =
READV
(sh_name);
251
#undef
READV
300
#define
READV
(field) \
304
elf->header.section.offset =
READV
(e_shoff);
[
all
...]
/external/ltp/testcases/kernel/fs/doio/
doio.h
59
#define
READV
102
iogen.c
305
{"
readv
",
READV
},
791
case
READV
:
[
all
...]
doio.c
73
#include <sys/uio.h> /* for struct iovec (
readv
) */
994
case
READV
:
1162
{"
READV
",
READV
},
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java
186
testChannelRead_exceptionWhenAlreadyClosed(ChannelReader.Method.
READV
);
218
testChannelRead_exceptionWhenAlreadyInterrupted(ChannelReader.Method.
READV
);
255
testChannelRead_exceptionOnCloseWhenBlocked(ChannelReader.Method.
READV
);
288
testChannelRead_exceptionOnInterrupt(ChannelReader.Method.
READV
);
535
READV
,
Completed in 219 milliseconds