OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_recv
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/libqemu/
test_util.h
32
int
pipe_recv
( Pipe* pipe, void* buff, size_t bufflen );
test_guest_1.c
79
ret =
pipe_recv
(pipe, buff2, len);
test_util.c
109
pipe_recv
( Pipe* pipe, void* buff, size_t bufflen )
function
test_guest_2.c
176
ret =
pipe_recv
(pipe, buffer2 + pos, len);
Completed in 25 milliseconds