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

/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
523 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, struct dosDirEntry *dir) argument
976 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
1017 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
H A DAndroid.mk7 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
/external/grub/docs/
H A Dmenu.lst2 # Sample boot menu configuration file
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/loader
65 #chainloader /boot/chai
[all...]
/external/iproute2/etc/iproute2/
H A Drt_protos7 3 boot
/external/grub/util/
H A Dgrub-image2 # 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
H A Dgrub-image.in2 # 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
H A Dgrub-set-default3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
H A Dgrub-set-default.in3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
H A Dgrub-install.in37 grub_prefix=/boot/grub
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
282 # Because /boot is used for the boot block in NetBSD and OpenBSD, use /grub
283 # instead of /boot/grub.
288 # Use /boot/grub by default.
289 bootdir=${rootdir}/boot
383 # Check if the boot directory is in the same device as the root directory.
385 # Perhaps the user has a separate boot partitio
[all...]
H A Dmkbimage70 Directory where the boot.image and the partition subdirectories
406 mkisofs -b <image> -c boot.catalog -o raw.iso <dir>
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
H A Dgrub-install37 grub_prefix=/boot/grub
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
282 # Because /boot is used for the boot block in NetBSD and OpenBSD, use /grub
283 # instead of /boot/grub.
288 # Use /boot/grub by default.
289 bootdir=${rootdir}/boot
383 # Check if the boot directory is in the same device as the root directory.
385 # Perhaps the user has a separate boot partitio
[all...]
/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/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/third_party/icu/source/i18n/
H A Ddtptngen.cpp1239 boot[i]=NULL;
1249 otherElem = other.boot[bootIndex];
1256 if ( this->boot[bootIndex]== NULL ) {
1257 this->boot[bootIndex] = curElem;
1281 curElem = boot[baseChar-CAP_A];
1285 curElem = boot[26+baseChar-LOW_A];
1296 if (boot[i]!=NULL ) {
1297 delete boot[i];
1298 boot[i]=NULL;
1315 baseElem = boot[baseCha
[all...]
H A Ddtptngen_impl.h197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/external/icu4c/i18n/
H A Ddtptngen.cpp1257 boot[i]=NULL;
1267 otherElem = other.boot[bootIndex];
1274 if ( this->boot[bootIndex]== NULL ) {
1275 this->boot[bootIndex] = curElem;
1299 curElem = boot[baseChar-CAP_A];
1303 curElem = boot[26+baseChar-LOW_A];
1314 if (boot[i]!=NULL ) {
1315 delete boot[i];
1316 boot[i]=NULL;
1333 baseElem = boot[baseCha
[all...]
H A Ddtptngen_impl.h197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/external/grub/
H A DAndroid.mk69 stage2/boot.c \
/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.tex1365 not given, \verb|ip| assumes protocol \verb|boot| (i.e.\
1373 \item \verb|boot| --- the route was installed during the bootup sequence.
/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

Completed in 240 milliseconds