Searched refs:boot (Results 51 - 75 of 95) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfat.c628 static int check_media_type(Fs_t *This, struct bootsector *boot, argument
656 if((address[0] != boot->descr && boot->descr >= 0xf0 &&
658 || boot->descr != 0xf0)) || address[0] < 0xf0) {
662 boot->descr);
674 static int fat_32_read(Fs_t *This, struct bootsector *boot, argument
680 This->writeAllFats = !(boot->ext.fat32.extFlags[0] & 0x80);
681 This->primaryFat = boot->ext.fat32.extFlags[0] & 0xf;
704 return(check_media_type(This,boot, tot_sectors) ||
709 static int old_fat_read(Fs_t *This, struct bootsector *boot, argument
740 fat_read(Fs_t *This, struct bootsector *boot, int fat_bits, size_t tot_sectors, int nodups) argument
[all...]
H A Dplain_io.c171 int media, struct bootsector *boot)
216 labelBlock = &boot->ext.old.labelBlock;
218 labelBlock = &boot->ext.fat32.labelBlock;
221 if (boot->descr >= 0xf0 &&
223 strncmp( boot->banner,"2M", 2 ) == 0 &&
228 sum += uchr(boot)[j];/* checksum */
229 dev->ssize = boot->jump[InfTm];
169 file_geom(Stream_t *Stream, struct device *dev, struct device *orig_dev, int media, struct bootsector *boot) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S11 * corrupt that we cant use it to boot into the ftp flash
69 ;; The partitiontable is looked for at the first sector after the boot
75 ;; The normal Etrax100 on-chip boot ROM does serial boot at 0x380000f0.
76 ;; That is not where we put our downloaded serial boot-code. The length is
80 ;; product as well as one booted through the Etrax serial boot code.
215 move.d $r1, $r7 ; remember boot partition offset
309 ;; check r7, which contains either -1 or the partition to boot from
317 jump $r7 ; boot!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dbootsect.S16 #include <asm/boot.h>
19 BOOTSEG = 0x07C0 /* original address of boot-sector */
20 INITSEG = DEF_INITSEG /* we move boot here - out of the way */
82 .ascii "Please use a boot loader program instead.\r\n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/boot/compressed/
H A DMakefile2 # linux/arch/arm26/boot/compressed/Makefile
7 # from arch/arm26/boot/Makefile
46 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in Makefile arch/arm26/boot/Makefile .config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dbootsect.S16 #include <asm/boot.h>
19 BOOTSEG = 0x07C0 /* original address of boot-sector */
20 INITSEG = DEF_INITSEG /* we move boot here - out of the way */
82 .ascii "Please use a boot loader program instead.\r\n"
H A Dsetup.S6 #include <asm/boot.h>
15 INITSEG = DEF_INITSEG # 0x9000, we move boot here, out of the way
50 # See Documentation/i386/boot.txt for
130 #added with boot protocol
624 # Boot loader doesnt support boot protocol version 2.02.
821 xorw %bx, %bx # Flag to indicate a boot
827 # jump to startup_32 in arch/i386/boot/compressed/head.S
975 # to boot with misaligned GDTs, so alter this at your peril! If you alter
980 # true for the Voyager Quad CPU card which will not boot without
H A Dedd.S34 jz old_cl # Old boot protocol?
43 # Old-style boot protocol?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/
H A Dsetup.S2 * linux/arch/m32r/boot/setup.S -- A setup code.
61 .section .boot, "ax"
62 ENTRY(boot)
105 ;; boot AP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c407 * snd_vx_boot_xilinx - boot up the xilinx interface
408 * @boot: the boot record to load
410 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) argument
415 /* check the length of boot image */
416 snd_assert(boot->size > 0, return -EINVAL);
417 snd_assert(boot->size % 3 == 0, return -EINVAL);
424 /* download boot strap */
426 if (i >= boot->size) {
430 snd_printk(KERN_ERR "dsp boot faile
626 snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dnamespace.pl121 || m:boot/bbootsect.o$:
122 || m:boot/bsetup.o$:
124 || m:/boot/setup.o$:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/
H A DMakefile2 # arch/arm/boot/Makefile
17 include $(srctree)/$(MACHINE)/Makefile.boot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ps3/
H A Dps3av.c612 int boot)
652 } else if (boot) {
711 int ps3av_set_video_mode(u32 id, int boot) argument
725 id = ps3av_auto_videomode(&ps3av.av_hw_conf, boot);
745 int ps3av_get_auto_mode(int boot) argument
747 return ps3av_auto_videomode(&ps3av.av_hw_conf, boot);
752 int ps3av_set_mode(u32 id, int boot) argument
756 res = ps3av_set_video_mode(id, boot);
611 ps3av_auto_videomode(struct ps3av_pkt_av_get_hw_conf *av_hw_conf, int boot) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_defs.h123 #define CARD_STATE_BOOTERR 2 /* a previous boot was aborted */
171 /* boot process */
172 void *boot; /* pointer to boot private data */ member in struct:HYSDN_CARD
248 extern int pof_write_buffer(hysdn_card *, int); /* write boot data to card */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dcrt0.S12 * range covered by the boot loader's .text section. Sets up a stack
35 ## the .text section of the boot loader
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/tools/
H A Dbuild.c10 * someone tries to boot the kernel directly.
35 #include <asm/boot.h>
116 die("Boot block hasn't got boot flag (0xAA55)");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dhead.S2 * linux/boot/head.S
29 #include <asm/boot.h>
56 /* %ebp contains the address we are loaded at by the boot loader and %ebx
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/tools/
H A Dbuild.c10 * someone tries to boot the kernel directly.
35 #include <asm/boot.h>
117 die("Boot block hasn't got boot flag (0xAA55)");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmlinux.lds.S23 #include <asm/boot.h>
121 * after boot. Always make sure that ALIGN() directive is present after
196 /* This is where the kernel creates the early boot page tables */
H A Dhead.S65 * 32-bit kernel entrypoint; only used by the boot CPU. On entry,
98 * With the kexec as boot loader, parameter segment might be loaded beyond
99 * kernel image and might not even be addressable by early boot page tables.
154 xorl %ebx,%ebx /* This is the boot CPU (BSP) */
157 * Non-boot CPU entry point; entered from trampoline.S
534 # early boot GDT descriptor (must use 1:1 address mapping)
545 # boot GDT descriptor (later on used by CPU#0):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr_core.h35 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A DMakefile2 # linux/arch/arm/boot/compressed/Makefile
109 $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/compressed/
H A DMakefile46 OBJECTS := boot.o sisdram.o sbsdram.o aisdram.o load.o sflash.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h265 unsigned boot:1; /* boot: 0=disabled, 1=enabled */ member in struct:__anon6376::__anon6377
280 #define cf_boot fields.boot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dwrapper21 # (default ./arch/powerpc/boot)
38 object=arch/powerpc/boot
137 # miboot and U-boot want just the bare bits, not an ELF binary

Completed in 140 milliseconds

1234