/external/syslinux/gpxe/src/drivers/bus/ |
D | pcibackup.c | 27 * PCI configuration space backup and restoration 36 * @v exclude PCI configuration space backup exclusion list, or NULL 58 * @v backup PCI configuration space backup 59 * @v exclude PCI configuration space backup exclusion list, or NULL 61 void pci_backup ( struct pci_device *pci, struct pci_config_backup *backup, in pci_backup() argument 66 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ; in pci_backup() 77 * @v backup PCI configuration space backup 78 * @v exclude PCI configuration space backup exclusion list, or NULL 80 void pci_restore ( struct pci_device *pci, struct pci_config_backup *backup, in pci_restore() argument 85 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ; in pci_restore()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Backup.java | 4 * Class wrapping an SQLite backup object. 7 public class Backup { class 16 * Finish a backup. 41 * Perform a backup step. 43 * @param n number of pages to backup 44 * @return true when backup completed 56 * Perform the backup in one step. 59 public void backup() throws SQLite.Exception { in backup() method in Backup 78 * Return the total number of pages in the backup source database.
|
/external/javassist/sample/duplicate/ |
D | DuplicatedObject.java | 6 private DuplicatedObject backup; field in DuplicatedObject 15 backup = null; // self is a backup object. in DuplicatedObject() 21 backup = (DuplicatedObject)m._getMetaobject(); in DuplicatedObject() 24 backup = null; in DuplicatedObject() 33 if (backup != null) in trapMethodcall() 34 backup.trapMethodcall(identifier, args); in trapMethodcall()
|
/external/autotest/client/cros/ |
D | p2p_utils.py | 18 P2P_SHARE_BACKUP_PATH = '/var/cache/p2p-backup' 22 """Backup the P2P shared files and create an empty shared directory. 24 p2p-server shall not be running during backup or restore. 35 raise error.TestError("Error on P2P files backup: %s" % (e.message)) 39 """Restore the P2P shared files from a backup and *delete* the backup. 41 p2p-server shall not be running during backup or restore. 92 # Backup p2p files. 132 logging.exception('Failed to restore the P2P backup.')
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | pcibackup.h | 6 * PCI configuration space backup and restoration 14 /** A PCI configuration space backup */ 19 /** PCI configuration space backup exclusion list end marker */ 22 /** Define a PCI configuration space backup exclusion list */ 27 struct pci_config_backup *backup, 30 struct pci_config_backup *backup,
|
/external/fsck_msdos/ |
D | boot.c | 57 u_char backup[DOSBOOTBLOCKSIZE]; local 107 boot->Backup = block[50] + (block[51] << 8); 175 if (lseek(dosfs, boot->Backup * boot->BytesPerSec, SEEK_SET) 176 != boot->Backup * boot->BytesPerSec 177 || read(dosfs, backup, sizeof backup) != sizeof backup) { 178 perror("could not read backup bootblock"); 181 backup[65] = block[65]; /* XXX */ 182 if (memcmp(block + 11, backup + 11, 79)) { 189 * the backup either empty or containing garbage. 192 pwarn("Primary/Backup bootblock miscompare\n"); [all …]
|
/external/autotest/contrib/ |
D | manage_powerunit_info.py | 11 as host attributes. This tool allows you to add/modify/view/backup 31 * Backup existing attributes for all hosts to a csv file: 32 ./manage_powerunit_info.py backup --csv backup.csv 136 'backup: dump existing rpm attributes to a csv file (for backup).') 138 'action', choices=('upload', 'list', 'backup'), help=action_help) 153 if options.action == 'upload' or options.action =='backup': 161 if options.action == 'backup' and file_exists: 176 if options.action =='backup':
|
D | run-stable-update | 14 # this script may be installed and enabled on both a primary and backup 15 # server. We skip running on the backup, but really, the backup 30 # must be backup
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 94 void FileInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileInputStream 95 impl_.BackUp(count); in BackUp() 197 void FileOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::FileOutputStream 198 impl_.BackUp(count); in BackUp() 284 void IstreamInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::IstreamInputStream 285 impl_.BackUp(count); in BackUp() 328 void OstreamOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::OstreamOutputStream 329 impl_.BackUp(count); in BackUp() 374 void ConcatenatingInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ConcatenatingInputStream 376 streams_[0]->BackUp(count); in BackUp() [all …]
|
D | zero_copy_stream_impl_lite.cc | 84 void ArrayInputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayInputStream 86 << "BackUp() can only be called after a successful Next()."; in BackUp() 137 void ArrayOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::ArrayOutputStream 139 << "BackUp() can only be called after a successful Next()."; in BackUp() 190 void StringOutputStream::BackUp(int count) { in BackUp() function in google::protobuf::io::StringOutputStream 275 // We have data left over from a previous BackUp(), so just return that. in Next() 300 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp() function in google::protobuf::io::CopyingInputStreamAdaptor 302 << " BackUp() can only be called after Next()."; in BackUp() 307 << " Parameter to BackUp() can't be negative."; in BackUp() 320 // First skip any bytes left over from a previous BackUp(). in Skip() [all …]
|
/external/gptfdisk/ |
D | gdisk.8 | 27 main and backup data, as well as between the GPT headers and the partition 141 Save partition data to a backup file. You can back up your current 144 header, the backup GPT header, and one copy of the partition table, in that 145 order. Note that the backup is of the current in\-memory data structures, so 147 backup will reflect your changes. Note also that the restore option is on 148 the recovery & transformation menu; the backup option is on the main menu 254 incorrect CRCs and mismatched main and backup data. This option does not 284 Rebuild GPT header from backup. You can use the backup GPT header to 291 Load backup partition table. Ordinarily, \fBgdisk\fR 292 uses only the main partition table (although the backup's integrity is [all …]
|
D | gpt.cc | 181 << "be corrupt. Consider loading the backup GPT header to rebuild the main GPT\n" in Verify() 188 << "corrupt. Consider loading the backup partition table ('c' on the recovery &\n" in Verify() 194 cout << "\nProblem: The CRC for the backup GPT header is invalid. The backup GPT header\n" in Verify() 195 << "may be corrupt. Consider using the main GPT header to rebuild the backup GPT\n" in Verify() 201 cout << "\nCaution: The CRC for the backup partition table is invalid. This table may\n" in Verify() 202 << "be corrupt. This program will automatically create a new backup partition\n" in Verify() 206 // Now check that the main and backup headers both point to themselves.... in Verify() 222 // Now check that critical main and backup GPT entries match each other in Verify() 226 << ") doesn't\nmatch the backup GPT header's alternate LBA pointer(" in Verify() 231 cout << "\nProblem: main GPT header's backup LBA pointer (" << mainHeader.backupLBA in Verify() [all …]
|
D | sgdisk.8 | 23 main and backup data, as well as between the GPT headers and the partition 172 .B \-b, \-\-backup=file 173 Save partition data to a backup file. You can back up your current 176 header, the backup GPT header, and one copy of the partition table, in that 177 order. Note that the backup is of the current in\-memory data structures, so 179 backup will reflect your changes. If the GPT data structures are damaged, 180 the backup may not accurately reflect the damaged state; instead, they 221 Move backup GPT data structures to the end of the disk. Use this option if 223 that follows the backup GPT data structures. This command moves the backup 282 .B \-l, \-\-load\-backup=file [all …]
|
/external/autotest/site_utils/ |
D | server_manager_unittest.py | 70 'status': server_models.Server.STATUS.BACKUP, 82 'status': server_models.Server.STATUS.BACKUP, 125 """Test manager can add a role to a backup server successfully. 149 """Test manager fails to add a role to a backup server if server already 165 """Test manager can delete a role from a backup server successfully. 187 """Test manager fails to delete a role from a backup server if the 202 """Test manager can change the status of a backup server to primary. 227 """Test manager can change the status of a primary server to backup. 229 server_models.validate(status=server_models.Server.STATUS.BACKUP) 248 status=server_models.Server.STATUS.BACKUP, [all …]
|
D | backup_mysql_db.py | 34 _GS_BUCKET = 'gs://chromeos-lab/backup/database' 69 # a host dump is the cheapest form of backup possible. We dump the output of a 77 """Raised for error occurred during backup.""" 104 """Get the db name to backup. 108 @returns: The name of the db to backup. 109 Or None for backup all dbs. 304 logging.debug('Start db backup: %s', options.type) 307 logging.debug('Uploading backup: %s', options.type) 310 logging.debug('Db backup completed: %s', options.type)
|
D | server_manager.py | 9 Create a server with given role, with status backup. 13 roles will be replaced by a backup server first. 113 # backup. 116 print ('Server %s has no role, change its status from primary to backup' 118 server.status = server_models.Server.STATUS.BACKUP 147 # For example, a scheduler server is already running, and a backup server 193 The status of new server will always be backup, user need to call 205 hostname=hostname, status=server_models.Server.STATUS.BACKUP, 220 not found in database or server is primary but no backup is found.
|
/external/e2fsprogs/tests/m_no_opt/ |
D | expect.1 | 55 Backup superblock at 8193, Group descriptors at 8194-8194 62 Backup superblock at 16385, Group descriptors at 16386-16386 69 Backup superblock at 24577, Group descriptors at 24578-24578 76 Backup superblock at 32769, Group descriptors at 32770-32770 83 Backup superblock at 40961, Group descriptors at 40962-40962 90 Backup superblock at 49153, Group descriptors at 49154-49154 97 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/lib/blkid/ |
D | save.c | 143 char *backup; in blkid_flush_cache() local 145 backup = malloc(strlen(filename) + 5); in blkid_flush_cache() 146 if (backup) { in blkid_flush_cache() 147 sprintf(backup, "%s.old", filename); in blkid_flush_cache() 148 unlink(backup); in blkid_flush_cache() 149 (void) link(filename, backup); in blkid_flush_cache() 150 free(backup); in blkid_flush_cache()
|
/external/vboot_reference/tests/ |
D | vboot_api_init_tests.c | 545 TestVbInit(0, 0, "normal mode, no backup"); in VbInitTestBackup() 564 TestVbInit(0, 0, "normal mode, some backup"); in VbInitTestBackup() 585 /* So we should have written the backup */ in VbInitTestBackup() 586 TEST_EQ(backup_write_called, 1, " Backup written once"); in VbInitTestBackup() 587 /* And the backup should reflect the persisent flags. */ in VbInitTestBackup() 589 TEST_EQ(0, RestoreNvFromBackup(&tmp_vnc), "read from backup"); in VbInitTestBackup() 608 * again, we shouldn't need to backup again. in VbInitTestBackup() 615 TestVbInit(0, 0, "normal mode, expect no backup"); in VbInitTestBackup() 618 TEST_EQ(backup_write_called, 1, " Backup still only written once"); in VbInitTestBackup() 631 TEST_EQ(backup_write_called, 1, " Still only one backup"); in VbInitTestBackup() [all …]
|
/external/tcpdump/tests/ |
D | ospf3_ah-vv.out | 39 Designated Router 2.2.2.2, Backup Designated Router 2.2.2.2 58 Designated Router 2.2.2.2, Backup Designated Router 2.2.2.2 104 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 364 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 471 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 489 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 496 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 503 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 510 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 517 Designated Router 2.2.2.2, Backup Designated Router 1.1.1.1 [all …]
|
/external/avb/test/ |
D | avb_vbmeta_image_unittest.cc | 198 AvbVBMetaImageHeader backup = *h; in TEST_F() local 209 *h = backup; in TEST_F() 215 *h = backup; in TEST_F() 225 *h = backup; in TEST_F() 231 *h = backup; in TEST_F() 246 AvbVBMetaImageHeader backup = *h; in TEST_F() local 253 *h = backup; in TEST_F() 260 *h = backup; in TEST_F() 371 AvbVBMetaImageHeader backup = *h; in TEST_F() local 378 *h = backup; in TEST_F() [all …]
|
/external/e2fsprogs/tests/m_extent_journal/ |
D | expect.1 | 48 Journal backup: inode blocks 65 Backup superblock at 8193, Group descriptors at 8194-8194 79 Backup superblock at 24577, Group descriptors at 24578-24578 93 Backup superblock at 40961, Group descriptors at 40962-40962 107 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/vboot_reference/firmware/lib/ |
D | vboot_nvstorage_rollback.c | 41 VBDEBUG(("TPM: Oops, backup is no good.\n")); in RestoreNvFromBackup() 67 VBDEBUG(("TPM: existing backup is %s\n", in SaveNvToBackup() 78 VBDEBUG(("TPM: Nothing's changed, not writing backup\n")); in SaveNvToBackup() 90 VBDEBUG(("TPM: Sorry, couldn't write backup.\n")); in SaveNvToBackup()
|
/external/autotest/client/common_lib/ |
D | smogcheck_ttci.py | 29 INA219_BPWR_SLV = 0x40 # Backup Power 45 ina_backup_obj: an instance of InaController (for Backup Power port 77 """Gets voltage and current measurements from INA219 Backup Power. 94 """De/activated TPM Backup Power. 144 """Checks bit value of Backup Power.
|
/external/curl/packages/vms/ |
D | curl_gnv_build_steps.txt | 28 The source kits are provided in backup savesets inside of the PCSI install kit. 30 Backup save sets are currently the only distribution medium that I can be 41 These backup savesets should be restored to different directory trees on 246 8. Prepare to backup the files for building the kit. 261 This compares the reference project source with the backup 266 This compares the VMS specific source with the backup 272 separate directory for staging the sources for backup make sure
|