Searched refs:stream_type (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_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 | xg_sr_save.c | 673 if ( !ctx->save.live && ctx->stream_type == XC_STREAM_COLO ) in suspend_and_send_dirty() 750 if ( ctx->save.debug && ctx->stream_type == XC_STREAM_PLAIN ) in send_domain_memory_live() 887 else if ( ctx->stream_type != XC_STREAM_PLAIN ) in save() 906 if ( ctx->stream_type != XC_STREAM_PLAIN ) in save() 919 if ( ctx->stream_type == XC_STREAM_COLO ) in save() 933 if ( ctx->stream_type == XC_STREAM_COLO ) in save() 940 else if ( ctx->stream_type == XC_STREAM_REMUS ) in save() 953 } while ( ctx->stream_type != XC_STREAM_PLAIN ); in save() 983 xc_stream_type_t stream_type, int recv_fd) in xc_domain_save() argument 988 .stream_type = stream_type, in xc_domain_save() [all …]
|
| A D | xg_sr_restore.c | 500 if ( ctx->stream_type == XC_STREAM_PLAIN ) in handle_checkpoint() 542 if ( ctx->stream_type == XC_STREAM_COLO ) in handle_checkpoint() 691 if ( ctx->stream_type == XC_STREAM_COLO ) in setup() 742 if ( ctx->stream_type == XC_STREAM_COLO ) in cleanup() 812 if ( ctx->stream_type == XC_STREAM_COLO ) in restore() 852 xc_stream_type_t stream_type, in xc_domain_restore() argument 860 .stream_type = stream_type, in xc_domain_restore() 872 switch ( stream_type ) in xc_domain_restore() 899 io_fd, dom, hvm, stream_type); in xc_domain_restore()
|
| A D | xg_sr_common.h | 221 xc_stream_type_t stream_type; member
|
| /tools/libs/light/ |
| 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()
|
| /tools/include/ |
| A D | xenguest.h | 535 xc_stream_type_t stream_type, int recv_fd); 616 xc_stream_type_t stream_type,
|
Completed in 18 milliseconds