Searched refs:boot (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
51 readboot(dosfs, boot) in readboot() argument53 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 …]
74 checkdirty(int fs, struct bootblock *boot) in checkdirty() argument80 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 …]
62 struct bootblock boot; in checkfilesys() local90 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 …]
224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() argument230 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 …]
module.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...
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.
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.
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.
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.
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.
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.
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.
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 resigning35 boot the USB disk. More details: Refer to chrome-os-partner issue 5954(#37).
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-U24 should boot the USB disk.
... eclipse/core/ org/eclipse/core/boot/ org/eclipse/core/boot/BootLoader ...
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.old74 "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 \
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 /boot74 "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 \
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
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.