/external/fsck_msdos/ |
D | boot.c | 51 readboot(dosfs, boot) in readboot() argument 53 struct bootblock *boot; 70 memset(boot, 0, sizeof *boot); 71 boot->ValidFat = -1; 74 boot->BytesPerSec = block[11] + (block[12] << 8); 75 boot->SecPerClust = block[13]; 76 boot->ResSectors = block[14] + (block[15] << 8); 77 boot->FATs = block[16]; 78 boot->RootDirEnts = block[17] + (block[18] << 8); 79 boot->Sectors = block[19] + (block[20] << 8); [all …]
|
D | fat.c | 74 checkdirty(int fs, struct bootblock *boot) in checkdirty() argument 80 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK) in checkdirty() 83 off = boot->ResSectors; in checkdirty() 84 off *= boot->BytesPerSec; in checkdirty() 86 buffer = malloc(boot->BytesPerSec); in checkdirty() 97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) { in checkdirty() 106 if (buffer[0] != boot->Media || buffer[1] != 0xff) in checkdirty() 108 if (boot->ClustMask == CLUST16_MASK) { in checkdirty() 121 if (boot->ClustMask == CLUST16_MASK) { in checkdirty() 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() argument [all …]
|
D | check.c | 62 struct bootblock boot; in checkfilesys() local 90 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys() 96 if (skipclean && preen && checkdirty(dosfs, &boot)) { in checkfilesys() 103 if (((boot.FATsecs * boot.BytesPerSec) / 1024) > FAT_COMPARE_MAX_KB) in checkfilesys() 109 else if (boot.ValidFat < 0) in checkfilesys() 115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 122 if (!skip_fat_compare && boot.ValidFat < 0) in checkfilesys() 123 for (i = 1; i < (int)boot.FATs; i++) { in checkfilesys() 126 mod |= readfat(dosfs, &boot, i, ¤tFat); in checkfilesys() 133 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys() [all …]
|
D | dir.c | 224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() argument 230 b1 = boot->RootDirEnts * 32; in resetDosDirSection() 231 b2 = boot->SecPerClust * boot->BytesPerSec; in resetDosDirSection() 240 if (boot->flags & FAT32) { in resetDosDirSection() 241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection() 243 boot->RootCl); in resetDosDirSection() 246 cl = fat[boot->RootCl].next; in resetDosDirSection() 249 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection() 260 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection() 266 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection() [all …]
|
/external/autotest/server/site_tests/firmware_RONormalBoot/ |
D | control.dev | 9 PURPOSE = "Servo based firmware RO normal boot test" 10 CRITERIA = "This test will fail if disabling RO normal boot flag boots failed" 20 This test disables the RO normal boot flag and checks the next boot result.
|
D | control.ec_wp | 9 PURPOSE = "Servo based firmware RO normal boot test" 10 CRITERIA = "This test will fail if disabling RO normal boot flag boots failed" 20 This test disables the RO normal boot flag and checks the next boot result.
|
D | control | 9 PURPOSE = "Servo based firmware RO normal boot test" 10 CRITERIA = "This test will fail if disabling RO normal boot flag boots failed" 20 This test disables the RO normal boot flag and checks the next boot result.
|
/external/autotest/server/site_tests/firmware_ConsecutiveBootPowerButton/ |
D | control.100 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 20 does boot into Chrome OS and then does power off later. 22 Runs 100 boot iterations.
|
D | control | 9 PURPOSE = "Servo based consecutive boot test" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 19 does boot into Chrome OS and then does power off later.
|
D | control.dev.100 | 9 PURPOSE = "Servo based consecutive boot test" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 20 does boot into Chrome OS and then does power off later.
|
D | control.dev | 9 PURPOSE = "Servo based consecutive boot test" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 19 does boot into Chrome OS and then does power off later in developer mode.
|
/external/autotest/server/site_tests/firmware_ConsecutiveBoot/ |
D | control.100 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 21 does boot into Chrome OS and then does power off later. 23 Runs 100 boot iterations.
|
D | control.500 | 9 PURPOSE = "Servo based consecutive boot test (500 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 20 does boot into Chrome OS and then does power off later.
|
D | control.stress5 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 21 does boot into Chrome OS and then does power off later.
|
D | control.stress4 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 21 does boot into Chrome OS and then does power off later.
|
D | control | 9 PURPOSE = "Servo based consecutive boot test" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 20 does boot into Chrome OS and then does power off later.
|
D | control.5000 | 9 PURPOSE = "Servo based consecutive boot test (5000 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 20 does boot into Chrome OS and then does power off later.
|
D | control.stress3 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 21 does boot into Chrome OS and then does power off later.
|
D | control.stress2 | 9 PURPOSE = "Servo based consecutive boot test (100 iterations)" 10 CRITERIA = "This test will fail if DUT fails to boot from power-off" 21 does boot into Chrome OS and then does power off later.
|
/external/autotest/server/site_tests/firmware_SelfSignedBoot/ |
D | control | 9 PURPOSE = "Servo based developer mode boot only test to Self signed Kernels." 18 2. Enabling rec mode, if it doesnt boot to USB image. 19 3. Ctrl-U doesnt boot to USB image after it resigned with SSD keys. 33 pressing Ctrl-U on developer screen should not boot the USB disk. On resigning 35 boot the USB disk. More details: Refer to chrome-os-partner issue 5954(#37).
|
/external/autotest/server/site_tests/firmware_DevBootUSB/ |
D | control | 9 PURPOSE = "Press Ctrl-U on developer screen to boot USB disk" 10 CRITERIA = "This test will fail if firmware does not boot USB disk" 23 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U 24 should boot the USB disk.
|
/external/valgrind/docs/internals/ |
D | qemu-aarch64-linux-HOWTO.txt | 47 ││ Installation is complete, so it is time to boot into your new system. │ 49 ││ that you boot into the new system rather than restarting the │ 66 mv /boot/initrd.img-3.16.0-4-arm64 /boot/initrd.img-3.16.0-4-arm64.old 74 "tar -c -f - --exclude=lost+found /boot" | tar xf - 90 -device virtio-net-device,vlan=0 -kernel boot/vmlinuz-3.16.0-4-arm64 \ 91 -initrd boot/initrd.img-3.16.0-4-arm64 \
|
D | qemu-mips64-linux-HOWTO.txt | 48 ││ Installation is complete, so it is time to boot into your new system. │ 50 ││ that you boot into the new system rather than restarting the │ 67 ls /boot 74 "tar -c -f - --exclude=lost+found /boot" | tar xf - 87 -net user,hostfwd=tcp::5555-:22 -kernel boot/vmlinux-3.2.0-4-5kc-malta \ 88 -initrd boot/initrd.img-3.2.0-4-5kc-malta \
|
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/ |
D | control | 9 PURPOSE = "Servo based USB boot stress test" 10 CRITERIA = "This test will fail if the device fails to boot." 17 This test uses servo to simulate USB connect/removal events during boot
|
/external/autotest/server/site_tests/firmware_ECBootTime/ |
D | control | 9 PURPOSE = "Servo based EC boot time test" 10 CRITERIA = "This test will fail if EC did not meet boot time requirement." 20 This test measures EC boot time.
|