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

/external/qemu/
H A Dcharpipe.c37 typedef struct BipBuffer { struct
38 struct BipBuffer* next;
41 } BipBuffer; typedef in typeref:struct:BipBuffer
43 static BipBuffer* _free_bip_buffers;
45 static BipBuffer*
48 BipBuffer* bip = _free_bip_buffers;
64 bip_buffer_free( BipBuffer* bip )
73 BipBuffer* bip_first;
74 BipBuffer* bip_last;
86 BipBuffer* bi
[all...]

Completed in 52 milliseconds