Home
last modified time | relevance | path

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

/external/qemu/
Dcharpipe.c73 BipBuffer* bip_first; member
85 while (ph->bip_first) { in charpipehalf_close()
86 BipBuffer* bip = ph->bip_first; in charpipehalf_close()
87 ph->bip_first = bip->next; in charpipehalf_close()
134 ph->bip_first = ph->bip_last = bip; in charpipehalf_write()
165 BipBuffer* bip = ph->bip_first; in charpipehalf_poll()
174 ph->bip_first = bip->next; in charpipehalf_poll()
175 if (ph->bip_first == NULL) in charpipehalf_poll()
208 ph->bip_first = NULL; in charpipehalf_init()
267 BipBuffer* bip_first; member
[all …]