Searched refs:xc_readconsolering (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 585 ret = xc_readconsolering(_H(xch), str, &count, 0, 0, &index); in stub_xc_readconsolering() 606 ret = xc_readconsolering(_H(xch), str, &count, 0, 1, &index); in stub_xc_readconsolering()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_console.c | 826 ret = xc_readconsolering(ctx->xch, cr->buffer, &cr->count, in libxl_xen_console_read_line()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 134 int xc_readconsolering(xc_interface *xch, in xc_readconsolering() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 906 ret = xc_readconsolering(self->xc_handle, str, &count, clear, in pyxc_readconsolering() 925 ret = xc_readconsolering(self->xc_handle, str, &count, clear, in pyxc_readconsolering()
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 1149 if (xc_readconsolering(xc, bufptr, &size, 0, 1, &index) != 0 || in handle_hv_logs()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1241 int xc_readconsolering(xc_interface *xch,
|
Completed in 20 milliseconds