Searched refs:stream_type (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxc/ |
A D | xc_nomigrate.c | 25 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 D | xc_sr_save.c | 678 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 D | xc_sr_restore.c | 539 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 D | xc_sr_common.h | 222 xc_stream_type_t stream_type; member
|
/xen/tools/libxl/ |
A D | libxl_save_helper.c | 253 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 D | xenguest.h | 138 xc_stream_type_t stream_type, int recv_fd); 219 xc_stream_type_t stream_type,
|
Completed in 15 milliseconds