Home
last modified time | relevance | path

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

/external/qemu/
Dcharpipe.c37 typedef struct BipBuffer { struct
38 struct BipBuffer* next; argument
41 } BipBuffer; typedef
43 static BipBuffer* _free_bip_buffers;
45 static BipBuffer*
48 BipBuffer* bip = _free_bip_buffers; in bip_buffer_alloc()
64 bip_buffer_free( BipBuffer* bip ) in bip_buffer_free()
73 BipBuffer* bip_first;
74 BipBuffer* bip_last;
86 BipBuffer* bip = ph->bip_first; in charpipehalf_close()
[all …]