Searched refs:zpipe (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_pipe.c508 ZeroPipe* zpipe; local
511 ANEW0(zpipe);
512 zpipe->hwpipe = hwpipe;
513 return zpipe;
519 ZeroPipe* zpipe = opaque; local
521 D("%s: hwpipe=%p", __FUNCTION__, zpipe->hwpipe);
522 AFREE(zpipe);

Completed in 45 milliseconds