Home
last modified time | relevance | path

Searched defs:bip (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dcharpipe.c48 BipBuffer* bip = _free_bip_buffers; in bip_buffer_alloc() local
64 bip_buffer_free( BipBuffer* bip ) in bip_buffer_free()
86 BipBuffer* bip = ph->bip_first; in charpipehalf_close() local
100 BipBuffer* bip = ph->bip_last; in charpipehalf_write() local
165 BipBuffer* bip = ph->bip_first; in charpipehalf_poll() local
280 BipBuffer* bip = cbuf->bip_first; in charbuffer_close() local
298 BipBuffer* bip = cbuf->bip_last; in charbuffer_write() local
354 BipBuffer* bip = cbuf->bip_first; in charbuffer_poll() local
/external/blktrace/btt/
Dmisc.c71 struct buf_info *bip = list_entry(p, struct buf_info, head); in clean_bufs() local
129 struct buf_info *bip = malloc(sizeof(*bip)); in add_buf() local
/external/valgrind/main/none/tests/
Dasync-sigs.c19 static const struct timespec bip = { 0, 1000000000 / 5 }; // 0.2 seconds. variable