Home
last modified time | relevance | path

Searched refs:stream_type (Results 1 – 6 of 6) sorted by relevance

/xen/tools/libxc/
A Dxc_nomigrate.c25 xc_stream_type_t stream_type, int recv_fd) in xc_domain_save() argument
35 xc_stream_type_t stream_type, in xc_domain_restore() argument
A Dxc_sr_save.c678 if ( !ctx->save.live && ctx->stream_type == XC_STREAM_COLO ) in suspend_and_send_dirty()
755 if ( ctx->save.debug && ctx->stream_type != XC_STREAM_PLAIN ) in send_domain_memory_live()
892 else if ( ctx->stream_type != XC_STREAM_PLAIN ) in save()
912 if ( ctx->stream_type != XC_STREAM_PLAIN ) in save()
925 if ( ctx->stream_type == XC_STREAM_COLO ) in save()
939 if ( ctx->stream_type == XC_STREAM_COLO ) in save()
946 else if ( ctx->stream_type == XC_STREAM_REMUS ) in save()
959 } while ( ctx->stream_type != XC_STREAM_PLAIN ); in save()
989 xc_stream_type_t stream_type, int recv_fd) in xc_domain_save() argument
994 .stream_type = stream_type, in xc_domain_save()
[all …]
A Dxc_sr_restore.c539 if ( ctx->stream_type == XC_STREAM_PLAIN ) in handle_checkpoint()
581 if ( ctx->stream_type == XC_STREAM_COLO ) in handle_checkpoint()
730 if ( ctx->stream_type == XC_STREAM_COLO ) in setup()
781 if ( ctx->stream_type == XC_STREAM_COLO ) in cleanup()
851 if ( ctx->stream_type == XC_STREAM_COLO ) in restore()
891 xc_stream_type_t stream_type, in xc_domain_restore() argument
898 .stream_type = stream_type, in xc_domain_restore()
910 switch ( stream_type ) in xc_domain_restore()
942 io_fd, dom, ctx.dominfo.hvm, stream_type); in xc_domain_restore()
A Dxc_sr_common.h222 xc_stream_type_t stream_type; member
/xen/tools/libxl/
A Dlibxl_save_helper.c253 xc_stream_type_t stream_type = strtoul(NEXTARG,0,10); in main() local
261 r = xc_domain_save(xch, io_fd, dom, flags, &cb, stream_type, recv_fd); in main()
275 xc_stream_type_t stream_type = strtoul(NEXTARG,0,10); in main() local
288 console_domid, stream_type, &cb, send_back_fd); in main()
/xen/tools/libxc/include/
A Dxenguest.h138 xc_stream_type_t stream_type, int recv_fd);
219 xc_stream_type_t stream_type,

Completed in 15 milliseconds