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

123

/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dboot.c69 readboot(dosfs, boot)
71 struct bootblock *boot;
83 perr("could not read boot block");
101 pfatal("Invalid BS_jmpBoot in boot block: %02x%02x%02x\n", block[0], block[1], block[2]);
105 memset(boot, 0, sizeof *boot);
106 boot->ValidFat = -1;
109 boot->BytesPerSec = block[11] + (block[12] << 8);
110 boot->SecPerClust = block[13];
111 boot
[all...]
H A Dcheck.c72 struct bootblock boot; local
157 mod = readboot(dosfs, &boot);
168 if (boot.ClustMask == CLUST12_MASK) {
178 else if (isdirty(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0)) {
192 boot.NumFiles = 0; /* Reset file count in case we loop back here */
193 boot.NumBad = 0;
209 mod |= fat_init(dosfs, &boot);
219 mod |= resetDosDirSection(&boot);
[all...]
H A Dext.h102 * read a boot block in a machine independend fashion and translate
115 int resetDosDirSection(struct bootblock *boot);
117 int handleDirTree(int, struct bootblock *boot);
130 int fat_init(int fs, struct bootblock *boot);
139 int isdirty(int fs, struct bootblock *boot, int fat);
150 int initUseMap(struct bootblock *boot);
H A Ddir.c121 static int delete(int fd, struct bootblock *boot, cl_t startcl, size_t startoff, cl_t endcl, size_t endoff, int notlast);
256 markDosDirChain(struct bootblock *boot, struct dosDirEntry *dir) argument
265 while (cluster >= CLUST_FIRST && cluster < boot->NumClusters && !isUsed(cluster))
299 else if (cluster < CLUST_FIRST || cluster >= boot->NumClusters)
316 dir->physicalSize = (u_int64_t)count * boot->ClusterSize;
338 resetDosDirSection(struct bootblock *boot) argument
344 b1 = boot->RootDirEnts * 32;
345 b2 = boot->SecPerClust * boot->BytesPerSec;
354 if (boot
441 delete(int fd, struct bootblock *boot, cl_t startcl, size_t startoff, cl_t endcl, size_t endoff, int notlast) argument
631 isSubdirectory(int fd, struct bootblock *boot, struct dosDirEntry *dir) argument
1181 handleDirTree(int dosfs, struct bootblock *boot) argument
[all...]
H A Dfat.c121 int fat_init(int fs, struct bootblock *boot) argument
136 gBoot = boot;
142 switch (boot->ClustMask)
157 pfatal("Unknown cluster mask (0x%08X)\n", boot->ClustMask);
161 if (initUseMap(boot))
182 gNumCacheBlocks = (boot->FATsecs*boot->BytesPerSec+FAT_CHUNK_SIZE-1)/FAT_CHUNK_SIZE;
216 * the same as boot->Media. All other bits should be set. Note that we
224 value &= boot->ClustMask;
225 temp = boot
769 isdirty(int fs, struct bootblock *boot, int fat) argument
916 initUseMap(struct bootblock *boot) argument
[all...]
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/
H A Dboot.h31 #include <pexpert/machine/boot.h>
H A DMakefile25 boot.h \
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodentry.c7 int modentry _((int boot, Module m, void *ptr));
11 modentry(int boot, Module m, void *ptr) argument
13 switch (boot) {
/macosx-10.10/xnu-2782.1.97/pexpert/i386/
H A Dpe_bootargs.c29 #include <pexpert/boot.h>
/macosx-10.10/gpt-12/
H A DMakefile4 SRCS= add.c boot.c create.c destroy.c gpt.c label.c map.c migrate.c \
H A Dboot.c32 __FBSDID("$FreeBSD: src/sbin/gpt/boot.c,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
49 static const char *pmbr_path = "/boot/pmbr";
50 static const char *gptboot_path = "/boot/gptboot";
114 boot(int fd) function
125 /* First step: verify boot partition size. */
131 warnx("invalid boot partition size %lu", boot_size);
137 /* Second step: write the PMBR boot loader into the PMBR. */
145 warn("unable to open PMBR boot loader");
149 warnx("invalid PMBR boot loader");
155 warn("unable to read PMBR boot loade
[all...]
H A Dshow.c68 static uuid_t boot = GPT_ENT_TYPE_FREEBSD_BOOT;
87 if (uuid_equal(t, &boot, NULL))
88 return ("FreeBSD boot");
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test_ws.tcl5 ctext::addHighlightClass {.t blah} c blue [list bat ball boot cat hat]
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/i386/
H A DMakefile11 boot.h \
/macosx-10.10/xnu-2782.1.97/pexpert/pexpert/machine/
H A DMakefile11 boot.h \
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmachrunloopserver.cpp46 MachRunLoopServer::MachRunLoopServer(const char *name, const Bootstrap &boot) argument
47 : MachServer(name, boot), CFAutoPort(primaryServicePort())
H A Dmachrunloopserver.h54 MachRunLoopServer(const char *name, const Bootstrap &boot); // register in bootstrap
H A Dmach++.h209 { mach_port_t boot; check(task_get_bootstrap_port(mPort, &boot)); return boot; } local
210 void bootstrap(Bootstrap boot) argument
211 { check(task_set_bootstrap_port(mPort, boot)); }
237 StBootstrap(const Bootstrap &boot, const TaskPort &task = TaskPort());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmachrunloopserver.cpp46 MachRunLoopServer::MachRunLoopServer(const char *name, const Bootstrap &boot) argument
47 : MachServer(name, boot), CFAutoPort(primaryServicePort())
H A Dmachrunloopserver.h54 MachRunLoopServer(const char *name, const Bootstrap &boot); // register in bootstrap
H A Dmach++.h209 { mach_port_t boot; check(task_get_bootstrap_port(mPort, &boot)); return boot; } local
210 void bootstrap(Bootstrap boot) argument
211 { check(task_set_bootstrap_port(mPort, boot)); }
237 StBootstrap(const Bootstrap &boot, const TaskPort &task = TaskPort());
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_xxx.c117 error = boot(RB_BOOT, uap->opt, command);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dreboot.h82 #define RB_ALTBOOT 0x40 /* use /boot.old vs /boot */
88 #define RB_BOOT 1 /* reboot due to boot() */
94 * Constants for converting boot-style device number to type,
134 int boot(int, int, char *);
/macosx-10.10/vim-55/runtime/syntax/
H A Dlilo.vim43 syn keyword liloOption backup bitmap boot disktab force-backup keytable map message nextgroup=liloEqPath,liloEqPathComment,liloError skipwhite skipempty
49 syn keyword liloOption menu-scheme raid-extra-boot serial install nextgroup=liloEqAnything,liloEqAnythingComment,liloError skipwhite skipempty
69 syn keyword liloImageOpt map-drive to boot-as nextgroup=liloEqHexNumber,liloEqHexNumberComment,liloError skipwhite skipempty
80 syn keyword liloOption bmp-retain el-torito-bootable-CD large-memory suppress-boot-time-BIOS-data
83 syn keyword liloImageOpt master-boot wmwarn wmdisable
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddtptngen.cpp1338 boot[i]=NULL;
1348 otherElem = other.boot[bootIndex];
1355 if ( this->boot[bootIndex]== NULL ) {
1356 this->boot[bootIndex] = curElem;
1380 curElem = boot[baseChar-CAP_A];
1384 curElem = boot[26+baseChar-LOW_A];
1395 if (boot[i]!=NULL ) {
1396 delete boot[i];
1397 boot[i]=NULL;
1414 baseElem = boot[baseCha
[all...]

Completed in 144 milliseconds

123