Searched refs:boot (Results 1 - 25 of 30) sorted by relevance

12

/external/fsck_msdos/
H A Dboot.c36 __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
[all...]
H A Dcheck.c62 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
[all...]
H A Dfat.c74 checkdirty(int fs, struct bootblock *boot) argument
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
138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) argument
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) argument
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) argument
407 comparefat(struct bootblock *boot, struct fatEntry *first, struct fatEntry *second, int fatnum) argument
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) argument
450 checkfat(struct bootblock *boot, struct fatEntry *fat) argument
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) argument
661 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
[all...]
H A Ddir.c224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) argument
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
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) argument
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, struct dosDirEntry *dir) argument
443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) argument
525 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, struct dosDirEntry *dir) argument
978 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
H A DAndroid.mk5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
/external/iproute2/etc/iproute2/
H A Drt_protos7 3 boot
/external/genext2fs/
H A Dmkbootimg_ext2.sh49 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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/boot/ org/eclipse/core/boot/BootLoader.class BootLoader.java ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/boot/ org/eclipse/core/internal/boot/PlatformURLBaseConnection.class PlatformURLBaseConnection. ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/jdwp/
H A DAndroid.mk77 # Waits for device to boot completely.
78 define wait-for-boot-complete
79 $(hide) echo "Wait for boot complete ..."
94 $(call wait-for-boot-complete)
/external/dnsmasq/src/
H A Drfc2131.c785 struct dhcp_boot *boot = find_boot(netid); local
798 if (boot)
800 if (boot->next_server.s_addr)
801 mess->siaddr = boot->next_server;
803 if (boot->file)
804 strncpy((char *)mess->file, boot->file, sizeof(mess->file)-1);
1880 we don't provide our own address for services we are the boot server for because unicast
1940 type zero is "local boot" so no need for M/C on that. */
1999 struct dhcp_boot *boot; local
2001 /* decide which dhcp-boot optio
2027 struct dhcp_boot *boot; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp1260 boot[i]=NULL;
1270 otherElem = other.boot[bootIndex];
1277 if ( this->boot[bootIndex]== NULL ) {
1278 this->boot[bootIndex] = curElem;
1302 curElem = boot[baseChar-CAP_A];
1306 curElem = boot[26+baseChar-LOW_A];
1317 if (boot[i]!=NULL ) {
1318 delete boot[i];
1319 boot[i]=NULL;
1336 baseElem = boot[baseCha
[all...]
H A Ddtptngen_impl.h197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1314 boot[i]=NULL;
1324 otherElem = other.boot[bootIndex];
1331 if ( this->boot[bootIndex]== NULL ) {
1332 this->boot[bootIndex] = curElem;
1356 curElem = boot[baseChar-CAP_A];
1360 curElem = boot[26+baseChar-LOW_A];
1371 if (boot[i]!=NULL ) {
1372 delete boot[i];
1373 boot[i]=NULL;
1390 baseElem = boot[baseCha
[all...]
H A Ddtptngen_impl.h201 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download19 background. After the boot is complete, you can SSH into the system
121 echo 'Waiting for foundation model to boot...'
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dbitvect_test.c170 nf += runtest(boot, NULL, NULL);
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download19 background. After the boot is complete, you can SSH into the system
121 echo 'Waiting for foundation model to boot...'
/external/qemu/distrib/
H A Dbuild-kernel.sh371 cp -f arch/$ARCH/boot/$ZIMAGE $OUTPUT/$OUTPUT_KERNEL
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
247 we cannot lease labels with lifetimes longer than boot time, the second,
H A Dip-cref.tex1372 not given, \verb|ip| assumes protocol \verb|boot| (i.e.\
1380 \item \verb|boot| --- the route was installed during the bootup sequence.
/external/chromium_org/build/
H A Dinstall-chroot.sh269 mounts="$(awk '$2 != "/" && $2 !~ "^/boot" && $2 !~ "^/home" &&
/external/blktrace/doc/
H A Dblktrace.tex114 \item Manually mount after each boot:
120 each boot\footnote{Note: after adding the entry to /etc/fstab, you
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c72 // - Current code is only able to boot mono-session cds
73 // - Current code can not boot and emulate a hard-disk
76 // - I used cmos byte 0x3D to store extended information on boot-device
78 // - Here are the cdrom boot failure codes:
85 // 7 : can not read cd - boot catalog
86 // 8 : boot catalog : bad header
87 // 9 : boot catalog : bad platform
88 // 10 : boot catalog : bad signature
89 // 11 : boot catalog : bootable flag not set
90 // 12 : can not read cd - boot imag
[all...]

Completed in 3783 milliseconds

12