Searched refs:backup (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_offline_page.c | 180 if (!backup) in backup_ptes() 183 if (backup->max == backup->cur) in backup_ptes() 185 backup->entries = realloc(backup->entries, in backup_ptes() 190 backup->max *= 2; in backup_ptes() 193 backup->entries[backup->cur].table_mfn = table_mfn; in backup_ptes() 194 backup->entries[backup->cur++].offset = offset; in backup_ptes() 218 if (!new_pte || !backup) in __clear_pte() 252 if (index != backup->cur) in __update_pte() 542 backup = malloc(PAGE_SIZE); in xc_exchange_page() 543 if (!backup) in xc_exchange_page() [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-check.c | 340 vhd_footer_t primary, backup; in vhd_util_check_footer() local 343 memset(&backup, 0, sizeof(backup)); in vhd_util_check_footer() 412 memcpy(&backup, buf, sizeof(backup)); in vhd_util_check_footer() 413 vhd_footer_in(&backup); in vhd_util_check_footer() 424 memcpy(&primary, &backup, sizeof(primary)); in vhd_util_check_footer() 428 if (backup.hidden && in vhd_util_check_footer() 429 !strncmp(backup.crtr_app, "tap", 3) && in vhd_util_check_footer() 430 (backup.crtr_ver == VHD_VERSION(0, 1) || in vhd_util_check_footer() 432 char cmp, tmp = backup.hidden; in vhd_util_check_footer() 433 backup.hidden = 0; in vhd_util_check_footer() [all …]
|
/xen-4.10.0-shim-comet/docs/ |
A D | README.remus | 2 checkpoints to a backup, which will activate if the target VM fails. 18 disks on the primary and backup hosts need to be configured to use protocol D
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 40ext3_256byte_inode.diff | 52 + __u8 s_jnl_backup_type; /* Default type of journal backup */
|
A D | 60ext4.diff | 46 __u8 s_jnl_backup_type; /* Default type of journal backup */
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 10776 ;; backup status
|
Completed in 25 milliseconds