Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/fsck_msdos/
Dboot.c51 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 …]
Dfat.c74 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 …]
Dcheck.c62 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, &currentFat); in checkfilesys()
133 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys()
[all …]
Ddir.c224 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/opencv3/samples/java/sbt/sbt/
Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...
/external/autotest/server/site_tests/firmware_RONormalBoot/
Dcontrol.ec_wp9 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.
Dcontrol.dev9 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.
Dcontrol9 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/
Dcontrol.1009 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.
Dcontrol9 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.
Dcontrol.dev.1009 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.
Dcontrol.dev9 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/
Dcontrol.1009 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.
Dcontrol.stress49 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.
Dcontrol.stress59 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.
Dcontrol.stress39 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.
Dcontrol9 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.
Dcontrol.stress29 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/
Dcontrol9 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/
Dcontrol9 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... eclipse/core/ org/eclipse/core/boot/ org/eclipse/core/boot/BootLoader ...
/external/valgrind/docs/internals/
Dqemu-aarch64-linux-HOWTO.txt47 ││ 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 \
Dqemu-mips64-linux-HOWTO.txt48 ││ 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/
Dcontrol9 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/
Dcontrol9 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.

12345678910>>...16