Home
last modified time | relevance | path

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

/xen/stubdom/
A Dlwip.patch-cvs255 + 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.c
2216 - struct pbuf *first;
2217 - struct pbuf *last;
2297 - struct pbuf *last;
2299 - struct pbuf *r;
[all …]
/xen/xen/drivers/char/
A Dconsole.c658 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()
/xen/xen/common/
A Ddomain.c285 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()
/xen/xen/include/xen/
A Dsched.h469 char *pbuf; member
/xen/xen/arch/x86/hvm/
A Dhvm.c597 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