Home
last modified time | relevance | path

Searched refs:pipe_recv (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/libqemu/
Dtest_util.h32 int pipe_recv( Pipe* pipe, void* buff, size_t bufflen );
Dtest_guest_1.c79 ret = pipe_recv(pipe, buff2, len); in main()
Dtest_util.c109 pipe_recv( Pipe* pipe, void* buff, size_t bufflen ) in pipe_recv() function
Dtest_guest_2.c176 ret = pipe_recv(pipe, buffer2 + pos, len); in main()