Searched defs:boot (Results 1 - 6 of 6) sorted by relevance

/external/fsck_msdos/
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...]
/external/chromium/third_party/icu/source/i18n/
H A Ddtptngen_impl.h197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/external/icu4c/i18n/
H A Ddtptngen_impl.h197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
/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...]

Completed in 131 milliseconds