OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIO_IO_SYNCP
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/old/
tlibio.h
38
#define
LIO_IO_SYNCP
00040 /* pread/pwrite */
/external/ltp/lib/
tlibio.c
164
{"P",
LIO_IO_SYNCP
, "sync pread/pwrite"},
176
{"syncp",
LIO_IO_SYNCP
, "pread/pwrite"},
622
if (method &
LIO_IO_SYNCP
) {
624
method &= ~
LIO_IO_SYNCP
;
980
else if (method &
LIO_IO_SYNCP
) {
1010
} /*
LIO_IO_SYNCP
*/
[
all
...]
Completed in 943 milliseconds