Searched defs:bip_first (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcharpipe.c73 BipBuffer* bip_first; member in struct:CharPipeHalf
85 while (ph->bip_first) {
86 BipBuffer* bip = ph->bip_first;
87 ph->bip_first = bip->next;
134 ph->bip_first = ph->bip_last = bip;
165 BipBuffer* bip = ph->bip_first;
174 ph->bip_first = bip->next;
175 if (ph->bip_first == NULL)
208 ph->bip_first = NULL;
267 BipBuffer* bip_first; member in struct:CharBuffer
[all...]

Completed in 63 milliseconds