Searched refs:srcs (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/ |
A D | install-wrap | 20 srcs="" 37 srcs=`echo "${srcs} $1"` 45 for srcf in ${srcs}; do
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_colo_restore.c | 565 libxl_sr_checkpoint_state srcs = { .id = CHECKPOINT_SVM_READY }; in colo_send_svm_ready() local 569 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_send_svm_ready() 679 libxl_sr_checkpoint_state srcs = { .id = CHECKPOINT_SVM_RESUMED }; in colo_write_svm_resumed() local 683 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_write_svm_resumed() 1010 libxl_sr_checkpoint_state srcs = { .id = CHECKPOINT_SVM_SUSPENDED }; in colo_restore_postsuspend_cb() local 1021 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_restore_postsuspend_cb()
|
A D | libxl_stream_read.c | 565 libxl_sr_checkpoint_state *srcs; in process_record() local 641 srcs = rec->body; in process_record() 642 checkpoint_state_done(egc, stream, srcs->id); in process_record()
|
A D | libxl_stream_write.c | 690 libxl_sr_checkpoint_state *srcs) in libxl__stream_write_checkpoint_state() argument 701 rec.length = sizeof(*srcs); in libxl__stream_write_checkpoint_state() 704 srcs, write_checkpoint_state_done); in libxl__stream_write_checkpoint_state()
|
A D | libxl_colo_save.c | 633 libxl_sr_checkpoint_state srcs = { .id = CHECKPOINT_NEW }; in colo_start_new_checkpoint() local 641 libxl__stream_write_checkpoint_state(egc, &dss->sws, &srcs); in colo_start_new_checkpoint()
|
A D | libxl_internal.h | 3230 libxl_sr_checkpoint_state *srcs);
|
Completed in 21 milliseconds