HomeSort by relevance Sort by last modified time
    Searched refs:boot (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/fsck_msdos/
boot.c 36 __RCSID("$NetBSD: boot.c,v 1.9 2003/07/24 19:25:46 ws Exp $");
38 "$FreeBSD: src/sbin/fsck_msdosfs/boot.c,v 1.4.28.1 2009/04/15 03:14:26 kensmith Exp $";
51 readboot(dosfs, boot)
53 struct bootblock *boot;
61 perror("could not read boot block");
66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]);
70 memset(boot, 0, sizeof *boot);
71 boot->ValidFat = -1;
74 boot->BytesPerSec = block[11] + (block[12] << 8)
    [all...]
check.c 62 struct bootblock boot; local
90 if (readboot(dosfs, &boot) == FSFATAL) {
96 if (skipclean && preen && checkdirty(dosfs, &boot)) {
103 if (((boot.FATsecs * boot.BytesPerSec) / 1024) > FAT_COMPARE_MAX_KB)
109 else if (boot.ValidFat < 0)
115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
122 if (!skip_fat_compare && boot.ValidFat < 0
    [all...]
fat.c 74 checkdirty(int fs, struct bootblock *boot)
80 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK)
83 off = boot->ResSectors;
84 off *= boot->BytesPerSec;
86 buffer = malloc(boot->BytesPerSec);
97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
106 if (buffer[0] != boot->Media || buffer[1] != 0xff)
108 if (boot->ClustMask == CLUST16_MASK)
    [all...]
dir.c 224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat)
230 b1 = boot->RootDirEnts * 32;
231 b2 = boot->SecPerClust * boot->BytesPerSec;
240 if (boot->flags & FAT32) {
241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
243 boot->RootCl);
246 cl = fat[boot->RootCl].next
    [all...]
Android.mk 5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
  /external/grub/docs/
menu.lst 2 # Sample boot menu configuration file
5 # Boot automatically after 30 secs.
8 # By default, boot the first entry.
17 kernel /boot/gnumach.gz root=hd0s1
18 module /boot/serverboot.gz
29 kernel /boot/loader.gz
34 kernel --type=netbsd /boot/knetbsd.gz
40 kernel (fd0)/boot/kernel root=hd0s3
41 module (fd0)/boot/bootstrap
46 kernel /boot/loade
    [all...]
  /bootable/diskinstaller/
installer.conf 8 boot {
9 partition boot
10 filename /data/boot.img
android_img_data_layout.conf 31 boot {
  /sdk/emulator/mksdcard/
mksdcard.c 60 static Byte s_boot_sector [ BYTES_PER_SECTOR ]; /* boot sector */
113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
124 POKEB(boot, 0xeb);
125 POKEB(boot+1, 0x5a);
126 POKEB(boot+2, 0x90);
127 strcpy( (char*)boot + 3, "MSWIN4.1" );
128 POKES( boot + 0x0b, BYTES_PER_SECTOR ); /* sector size */
129 POKEB( boot + 0xd, sectors_per_cluster ); /* sectors per cluster */
130 POKES( boot + 0xe, RESERVED_SECTORS ); /* reserved sectors before first FAT */
131 POKEB( boot + 0x10, NUM_FATS ); /* number of FATs *
    [all...]
  /build/core/
dex_preopt.mk 2 # Dexpreopt on the boot jars
37 --product-dir=$(DEXPREOPT_PRODUCT_DIR) --boot-dir=$(DEXPREOPT_BOOT_JAR_DIR) \
38 --boot-jars=$(DEXPREOPT_BOOT_JARS) $(DEXPREOPT_UNIPROCESSOR) \
43 # $(1): boot jar module name
44 define _dexpreopt-boot-jar
51 @echo "Dexpreopt Boot Jar: $$@"
69 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar,$(b))))
71 # $(1): the rest list of boot jars
72 define _build-dexpreopt-boot-jar-dependency-pair
77 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1))))
    [all...]
  /external/iproute2/etc/iproute2/
rt_protos 7 3 boot
  /external/grub/util/
grub-image 2 # grub-image - Create a GRUB boot filesystem image and tarball
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-image.in 2 # grub-image - Create a GRUB boot filesystem image and tarball
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-set-default 3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
grub-set-default.in 3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
  /bootable/recovery/
recovery.cpp 102 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
108 * 8. main() calls reboot() to boot main system
114 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
125 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
131 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
136 * 9. main() calls reboot() to boot main system
172 struct bootloader_message boot; local
173 memset(&boot, 0, sizeof(boot));
174 get_bootloader_message(&boot); // this may fail, leaving a zeroed structur
240 struct bootloader_message boot; local
333 struct bootloader_message boot; local
    [all...]
  /build/target/board/vbox_x86/
disk_layout.conf 42 boot {
  /external/genext2fs/
mkbootimg_ext2.sh 49 echo -e "to be the boot file system.\n"
52 echo " --kernel <kernel> The kernel to boot"
90 mkdir -p $TMPDIR/boot/grub
91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 48 ALOGI_IF(noBootAnimation, "boot animation disabled");
54 // create the boot animation object
55 sp<BootAnimation> boot = new BootAnimation(); local
  /system/extras/fatblock/
fs.h 30 struct fat_boot_sector boot; member in struct:fs
fs.c 183 memset(&fs->boot, 0, sizeof(fs->boot));
184 bs = &fs->boot;
253 fs->boot.rootdir_start = htole32(rootdir_start);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 14 EXTRA_DIST = BUGS THANKS COPYING.DOC README.boot \
  /build/target/board/generic_x86/
BoardConfig.mk 24 # Enable dex-preoptimization to speed up the first boot sequence
  /device/asus/flo/
kickstart_checker.sh 4 if [ $(getprop ro.boot.baseband) == "mdm" ]; then

Completed in 1696 milliseconds

1 2 3