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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_boot.c29 /* definition of boot specific data area. This data is only */
30 /* needed during boot and so allocated dynamically. */
57 StartDecryption(struct boot_data *boot) argument
59 boot->Cryptor = CRYPT_STARTTERM;
65 /* NOTE: decryption must be applied to all or none boot tags - */
66 /* to HI and LO boot loader and (all) seq tags, because */
70 DecryptBuf(struct boot_data *boot, int cnt) argument
72 unsigned char *bufp = boot->buf.BootBuf;
75 boot->Cryptor = (boot
87 struct boot_data *boot = card->boot; /* pointer to boot specific data */ local
176 struct boot_data *boot = card->boot; /* pointer to boot specific data */ local
273 struct boot_data *boot; /* pointer to boot specific data */ local
315 struct boot_data *boot = card->boot; /* pointer to boot specific data */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dinstall.sh2 . $srctree/arch/i386/boot/install.sh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A DMakefile1 obj-y := boot.o
2 boot-y := ../../../i386/kernel/acpi/boot.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/
H A DMakefile53 boot := arch/arm26/boot macro
61 $(Q)$(MAKE) $(build)=$(boot) $(boot)/zImage
64 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
67 $(Q)$(MAKE) $(build)=$(boot) $@
71 $(Q)$(MAKE) $(clean)=$(boot)
74 zImg:; $(Q)$(MAKE) $(build)=$(boot) $(boot)/zImag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-elf/
H A DMakefile18 boot-y := bootstrap.o
20 OBJS := $(addprefix $(obj)/,$(boot-y))
30 -T $(srctree)/arch/$(ARCH)/boot/boot-elf/boot.ld \
31 -o arch/$(ARCH)/boot/$@.elf $@.tmp
36 --add-section .initrd=arch/$(ARCH)/boot/ramdisk \
44 -T $(srctree)/arch/$(ARCH)/boot/boot-elf/boot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/
H A DMakefile2 # arch/xtensa/boot/Makefile
11 CFLAGS += -fno-builtin -Iarch/$(ARCH)/boot/include
12 HOSTFLAGS += -Iarch/$(ARCH)/boot/include
22 # Subdirs for the boot loader(s)
24 bootdir-$(CONFIG_XTENSA_PLATFORM_ISS) += boot-elf
25 bootdir-$(CONFIG_XTENSA_PLATFORM_XT2000) += boot-redboot boot-elf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmformat.c57 static int init_geometry_boot(struct bootsector *boot, struct device *dev, argument
68 set_word(boot->nsect, dev->sectors);
69 set_word(boot->nheads, dev->heads);
74 set_word(boot->psect, *tot_sectors);
75 set_dword(boot->bigsect, 0);
77 set_word(boot->psect, 0);
78 set_dword(boot->bigsect, *tot_sectors);
83 strncpy(boot->banner, "2M-STV04", 8);
84 boot->ext.old.res_2m = 0;
85 boot
281 format_root(Fs_t *Fs, char *label, struct bootsector *boot) argument
498 inst_boot_prg(struct bootsector *boot, int offset) argument
597 calc_fs_parameters(struct device *dev, unsigned long tot_sectors, struct Fs_t *Fs, struct bootsector *boot) argument
662 calc_fs_parameters_32(unsigned long tot_sectors, struct Fs_t *Fs, struct bootsector *boot) argument
775 struct bootsector *boot; local
[all...]
H A Dminfo.c39 static void displayInfosector(Stream_t *Stream, struct bootsector *boot) argument
62 struct bootsector *boot = (struct bootsector *) boot0; local
102 if(! (Stream = find_device(drive, O_RDONLY, &dev, boot,
133 printf("banner:\"%8s\"\n", boot->banner);
135 printf("cluster size: %d sectors\n", boot->clsiz);
136 printf("reserved (boot) sectors: %d\n", WORD(nrsvsect));
137 printf("fats: %d\n", boot->nfat);
141 printf("media descriptor byte: 0x%x\n", boot->descr);
149 labelBlock = &boot->ext.old.labelBlock;
151 labelBlock = &boot
[all...]
H A Dinit.c18 * Initialize an MSDOS diskette. Read the boot sector, and switch to the
40 * Read the boot sector. We glean the disk parameters from this sector.
42 static int read_boot(Stream_t *Stream, struct bootsector * boot, int size) argument
50 if (force_read(Stream, (char *) boot, 0, size) != size)
80 static int get_media_type(Stream_t *St, struct bootsector *boot) argument
84 media = boot->descr;
107 struct bootsector *boot,
172 /* read the boot sector */
173 if ((r=read_boot(Stream, boot, out_dev->blocksize)) < 0){
175 "init %c: could not read boot secto
106 find_device(char drive, int mode, struct device *out_dev, struct bootsector *boot, char *name, int *media, mt_size_t *maxSize, int *isRop) argument
237 struct bootsector *boot = (struct bootsector *) boot0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/
H A DMakefile26 head-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/head.o
31 core-$(CONFIG_LOADER_U_BOOT) += arch/avr32/boot/u-boot/
56 boot := arch/$(ARCH)/boot/images macro
58 KBUILD_IMAGE := $(boot)/uImage
59 vmlinux.elf: KBUILD_IMAGE := $(boot)/vmlinux.elf
60 vmlinux.cso: KBUILD_IMAGE := $(boot)/vmlinux.cso
61 uImage.srec: KBUILD_IMAGE := $(boot)/uImag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A DMakefile15 LD_ARGS = -T $(srctree)/$(obj)/boot.ld
17 boot-y := bootstrap.o
19 OBJS := $(addprefix $(obj)/,$(boot-y))
20 LIBS := arch/xtensa/boot/lib/lib.a arch/xtensa/lib/lib.a
33 $(OBJCOPY) -S -O binary $@.elf arch/$(ARCH)/boot/$@.redboot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/
H A DMakefile84 boot := arch/x86_64/boot macro
92 BOOTIMAGE := arch/x86_64/boot/bzImage
96 $(Q)$(MAKE) $(build)=$(boot) $(BOOTIMAGE)
99 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) zlilo
102 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) zdisk
105 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@
108 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@
111 $(Q)$(MAKE) $(clean)=$(boot)
114 echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/ramdisk/
H A DMakefile15 RAMDISK_IMAGE = arch/$(ARCH)/boot/ramdisk/$(CONFIG_EMBEDDED_RAMDISK_IMAGE)
17 arch/$(ARCH)/boot/ramdisk/ramdisk.o:
22 arch/$(ARCH)/boot/ramdisk/ramdisk.o $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/
H A DMakefile35 # Export what is needed by arch/sparc/boot/Makefile
56 boot := arch/sparc/boot macro
59 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
62 $(Q)$(MAKE) $(clean)=$(boot)
64 CLEAN_FILES += arch/$(ARCH)/boot/System.map
68 echo '* image - kernel image ($(boot)/image)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/
H A DMakefile39 arch/m32r/boot/
43 boot := arch/m32r/boot macro
50 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
55 $(Q)$(MAKE) $(clean)=$(boot)
58 echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A DMakefile1 obj-$(CONFIG_ACPI) += boot.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A DMakefile24 boot := arch/ppc/boot macro
25 common := $(boot)/common
26 utils := $(boot)/utils
27 bootlib := $(boot)/lib
28 images := $(boot)/images
29 of1275 := $(boot)/of1275
44 clear_L2_L3 := $(srctree)/$(boot)/simple/clear.S
173 # boot rom is sorted out (i.e. this is short lived)
179 LD_ARGS := -T $(srctree)/$(boot)/l
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/
H A DMakefile39 KBUILD_IMAGE :=arch/s390/boot/image
98 boot := arch/s390/boot macro
103 $(Q)$(MAKE) $(build)=$(boot) $@
106 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
109 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
112 $(Q)$(MAKE) $(clean)=$(boot)
116 echo '* image - Kernel image for IPL ($(boot)/imag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/
H A DMakefile96 # export what is needed by arch/alpha/boot/Makefile
100 boot := arch/alpha/boot macro
103 all boot: $(boot)/vmlinux.gz
105 $(boot)/vmlinux.gz: vmlinux
106 $(Q)$(MAKE) $(build)=$(boot) $@
109 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
112 $(Q)$(MAKE) $(clean)=$(boot)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/
H A DMakefile115 boot := arch/i386/boot macro
123 KBUILD_IMAGE := $(boot)/bzImage
124 zImage zlilo zdisk: KBUILD_IMAGE := arch/i386/boot/zImage
127 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
132 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zlilo
135 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zdisk
138 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
141 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
144 $(Q)$(MAKE) $(clean)=arch/i386/boot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/
H A DMakefile2 # arch/ppc/boot/Makefile
16 CFLAGS += -fno-builtin -D__BOOTER__ -Iarch/$(ARCH)/boot/include
17 HOSTCFLAGS += -Iarch/$(ARCH)/boot/include
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/
H A DMakefile36 # arch/xtensa/boot/ramdisk
38 core-$(CONFIG_EMBEDDED_RAMDISK) += arch/xtensa/boot/ramdisk/
63 boot := arch/xtensa/boot macro
86 $(Q)$(MAKE) $(build)=$(boot) $@
93 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/
H A DMakefile55 target_boot_arch_dir = $(OBJ_ARCH)/$(SARCH)/boot
56 target_boot_dir = $(OBJ_ARCH)/boot
57 src_boot_dir = $(SRC_ARCH)/boot
58 target_compressed_dir = $(OBJ_ARCH)/boot/compressed
59 src_compressed_dir = $(SRC_ARCH)/boot/compressed
60 target_rescue_dir = $(OBJ_ARCH)/boot/rescue
61 src_rescue_dir = $(SRC_ARCH)/boot/rescue
104 @if [ -d arch/$(ARCH)/boot ]; then \
105 $(MAKE) $(clean)=arch/$(ARCH)/boot ; \
116 @rm -rf $(SRC_ARCH)/boot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/
H A DMakefile65 boot := arch/$(ARCH)/boot macro
68 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
73 $(Q)$(MAKE) $(clean)=$(boot)
109 @echo ' zImage - Compressed kernel image (arch/sh64/boot/zImage)'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile64 boot := arch/sparc64/boot macro
67 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
70 $(Q)$(MAKE) $(clean)=$(boot)

Completed in 166 milliseconds

1234