Searched refs:pbuf (Results 1 – 5 of 5) sorted by relevance
255 + struct pbuf *q = p;808 + struct pbuf *r;810 + struct pbuf *last;834 + /* Copy the whole pbuf queue p into the single pbuf r */875 + struct pbuf *in;938 Index: src/core/pbuf.c2216 - struct pbuf *first;2217 - struct pbuf *last;2297 - struct pbuf *last;2299 - struct pbuf *r;[all …]
658 memcpy(cd->pbuf + cd->pbuf_idx, kbuf, kout - kbuf); in guest_console_write()663 cd->pbuf[cd->pbuf_idx] = '\0'; in guest_console_write()664 guest_printk(cd, XENLOG_G_DEBUG "%s%s\n", cd->pbuf, kbuf); in guest_console_write()
285 xfree(d->pbuf); in _domain_destroy()489 d->pbuf = xzalloc_array(char, DOMAIN_PBUF_SIZE); in domain_create()490 if ( !d->pbuf ) in domain_create()
469 char *pbuf; member
597 cd->pbuf[cd->pbuf_idx++] = c; in hvm_print_line()600 cd->pbuf[cd->pbuf_idx] = '\0'; in hvm_print_line()601 guest_printk(cd, XENLOG_G_DEBUG "%s\n", cd->pbuf); in hvm_print_line()
Completed in 24 milliseconds