Searched refs:pbuf (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/ |
A D | lwip.patch-cvs | 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.c 2216 - struct pbuf *first; 2217 - struct pbuf *last; 2297 - struct pbuf *last; 2299 - struct pbuf *r; [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 529 cd->pbuf[cd->pbuf_idx] = '\0'; in guest_console_write() 530 guest_printk(cd, XENLOG_G_DEBUG "%s%s\n", cd->pbuf, kbuf); in guest_console_write() 536 memcpy(cd->pbuf + cd->pbuf_idx, kbuf, kcount); in guest_console_write() 541 cd->pbuf[cd->pbuf_idx] = '\0'; in guest_console_write() 542 guest_printk(cd, XENLOG_G_DEBUG "%s%s\n", cd->pbuf, kbuf); in guest_console_write()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domain.c | 374 d->pbuf = xzalloc_array(char, DOMAIN_PBUF_SIZE); in domain_create() 375 if ( !d->pbuf ) in domain_create() 410 xfree(d->pbuf); in domain_create() 849 xfree(d->pbuf); in complete_domain_destroy()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched.h | 431 char *pbuf; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 555 cd->pbuf[cd->pbuf_idx++] = c; in hvm_print_line() 558 cd->pbuf[cd->pbuf_idx] = '\0'; in hvm_print_line() 559 guest_printk(cd, XENLOG_G_DEBUG "%s\n", cd->pbuf); in hvm_print_line()
|
Completed in 21 milliseconds