Searched refs:boot (Results 26 - 50 of 95) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmlabel.c113 struct bootsector boot; local
273 have_boot = (force_read(Fs,(char *)&boot,0,sizeof(boot)) ==
274 sizeof(boot));
277 if(_WORD(boot.fatlen)) {
278 labelBlock = &boot.ext.old.labelBlock;
280 labelBlock = &boot.ext.fat32.labelBlock;
294 if(have_boot && boot.descr >= 0xf0 &&
303 if(have_boot && boot.descr >= 0xf0 &&
311 force_write(Fs, (char *)&boot,
[all...]
H A Dmmount.c44 struct bootsector *boot = (struct bootsector *) boot0; local
52 Stream= find_device(drive, O_RDONLY, &dev, boot, name, &media, 0, NULL);
H A Dmclasserase.c87 struct bootsector *boot = (struct bootsector *) boot0; local
123 if(! (Stream = find_device(drive, O_RDONLY, &dev, boot,
132 labelBlock = &bbelBlock = &boot->ext.old.labelBlock;
134 labelBlock = &boot->ext.fat32.labelBlock;
139 labelBlock = &boot->ext.old.labelBlock;
H A Dmsdos.h139 unsigned char backupBoot[2]; /* 50 back up boot sector */
153 unsigned char BootP[2]; /* 68 offset to boot program */
163 unsigned char jump[3]; /* 0 Jump to boot code */
167 unsigned char nrsvsect[2]; /* 14 Number of reserved (boot) sectors */
184 #define uchr(boot) ((unsigned char*)boot)
189 #define CHAR(x) (boot->x[0])
190 #define WORD(x) (_WORD(boot->x))
191 #define DWORD(x) (_DWORD(boot->x))
192 #define OFFSET(x) (((char *) (boot
[all...]
H A Dxdf_io.c401 off_t *end, int boot)
413 if(This->current_track == track && !boot)
416 if(!boot)
445 for(ptr=boot; ptr < 2 * This->track_size; ptr++) {
455 /* boot & 1st fat */
530 static int check_geom(struct device *dev, int media, struct bootsector *boot) argument
550 /* check against info from boot */
551 if(boot) {
562 static void set_geom(struct bootsector *boot, struct device *dev) argument
567 if(boot) {
400 decompose(Xdf_t *This, int where, int len, off_t *begin, off_t *end, int boot) argument
574 config_geom(Stream_t *Stream, struct device *dev, struct device *orig_dev, int media, struct bootsector *boot) argument
599 struct bootsector *boot; local
[all...]
H A Dstream.h54 #define SET_GEOM(stream, dev, orig_dev, media, boot) \
55 (stream)->Class->set_geom( (stream), (dev), (orig_dev), (media), (boot) )
H A DfsP.h94 int fat_read(Fs_t *This, struct bootsector *boot, int fat_bits,
H A Dllong.h106 struct bootsector *boot,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/
H A DMakefile66 boot := arch/ia64/hp/sim/boot macro
68 PHONY += boot compressed check
77 $(Q)$(MAKE) $(build)=$(boot) $@
83 $(Q)$(MAKE) $(clean)=$(boot)
87 boot: lib/lib.a vmlinux
88 $(Q)$(MAKE) $(build)=$(boot) $@
96 echo ' boot - Build vmlinux and bootloader for Ski simulator'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Dbioscalls.c266 * get_dev_node() and set_dev_node() with boot=1 rather than with boot=0.
272 * boot = whether to get nonvolatile boot (!=0)
276 static int __pnp_bios_get_dev_node(u8 *nodenum, char boot, struct pnp_bios_node *data) argument
282 if ( !boot && pnpbios_dont_use_current_config )
285 status = call_pnp_bios(PNP_GET_SYS_DEV_NODE, 0, PNP_TS1, 0, PNP_TS2, boot ? 2 : 1, PNP_DS, 0,
291 int pnp_bios_get_dev_node(u8 *nodenum, char boot, struct pnp_bios_node *data) argument
294 status = __pnp_bios_get_dev_node( nodenum, boot, data );
304 * boot
307 __pnp_bios_set_dev_node(u8 nodenum, char boot, struct pnp_bios_node *data) argument
319 pnp_bios_set_dev_node(u8 nodenum, char boot, struct pnp_bios_node *data) argument
[all...]
H A Dproc.c7 * The .../devices and .../<node> and .../boot/<node> files are
167 int boot = (long)data >> 8; local
173 if (pnp_bios_get_dev_node(&nodenum, boot, node)) {
187 int boot = (long)data >> 8; local
194 if (pnp_bios_get_dev_node(&nodenum, boot, node)) {
206 if (pnp_bios_set_dev_node(node->handle, boot, node) != 0) {
257 proc_pnp_boot = proc_mkdir("boot", proc_pnp);
288 remove_proc_entry("boot", proc_pnp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A DMakefile6 CFLAGS_vreset.o := -Iarch/ppc/boot/include
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/
H A DMakefile91 $(Q)$(MAKE) $(clean)=$(boot)
95 boot := arch/$(ARCH)/boot macro
99 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
101 echo '* vmImage - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dvmlinux.lds.S15 kernel_entry = boot - 0x80000000;
28 .boot : { *(.boot) } = 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/
H A Dvmlinux.lds.S20 /* The boot section is only necessary until the VCS top level testbench */
22 .boot : { *(.boot) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/
H A DMakefile90 boot := arch/$(ARCH)/boot macro
93 $(Q)$(MAKE) $(build)=$(boot) $@
96 $(Q)$(MAKE) $(build)=$(boot)/images $(boot)/images/$@
99 @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/images/zImage.*)'
109 $(Q)$(MAKE) $(clean)=arch/ppc/boot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/
H A DMakefile63 KBUILD_IMAGE := arch/sh/boot/zImage
140 boot := arch/sh/boot macro
184 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
189 $(Q)$(MAKE) $(clean)=$(boot)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/
H A DMakefile17 # Set default 32 bits cross compilers for vdso and boot wrapper
155 boot := arch/$(ARCH)/boot macro
158 $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
161 @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
170 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
173 $(Q)$(MAKE) $(clean)=$(boot)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_pri.c336 struct mp_load __iomem *boot; local
347 boot = (struct mp_load __iomem *) DIVA_OS_MEM_ATTACH_ADDRESS(IoAdapter);
348 WRITE_DWORD(&boot->err, 0);
349 DIVA_OS_MEM_DETACH_ADDRESS(IoAdapter, boot);
355 boot = (struct mp_load __iomem *) DIVA_OS_MEM_ATTACH_ADDRESS(IoAdapter);
356 i = READ_DWORD(&boot->live);
359 if (i == READ_DWORD(&boot->live)) {
360 DIVA_OS_MEM_DETACH_ADDRESS(IoAdapter, boot);
365 if (READ_DWORD(&boot->err)) {
368 READ_DWORD(&boot
439 struct mp_load __iomem *boot = (struct mp_load __iomem *) DIVA_OS_MEM_ATTACH_ADDRESS(IoAdapter); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/
H A DMakefile202 boot := arch/arm/boot macro
228 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
231 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
238 $(Q)$(MAKE) $(clean)=$(boot)
241 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
242 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
246 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile50 src-boot := $(src-wlib) $(src-plat) empty.c
52 src-boot := $(addprefix $(obj)/, $(src-boot))
53 obj-boot := $(addsuffix .o, $(basename $(src-boot)))
93 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE
95 $(patsubst %.S,%.o, $(filter %.S, $(src-boot))): %.o: %.S FORCE
103 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A DMakefile2 # arch/x86_64/boot/Makefile
121 mkisofs -J -r -o $(obj)/image.iso -b isolinux.bin -c boot.cat \
122 -no-emul-boot -boot-load-size 4 -boot-info-table \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/rescue/
H A Dhead.S20 ;; Copy 68KB NAND flash to Internal RAM (if NAND boot)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A DMakefile2 # arch/i386/boot/Makefile
123 mkisofs -J -r -o $(obj)/image.iso -b isolinux.bin -c boot.cat \
124 -no-emul-boot -boot-load-size 4 -boot-info-table \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/boot/
H A DMakefile2 # ia64/boot/Makefile
21 boot: bootloader

Completed in 124 milliseconds

1234