Searched refs:boot (Results 1 - 25 of 95) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure1610 --enable-a2boot enable compilation of Apple2 boot server
10848 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
23031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Apple 2 boot support: $compile_a2boot" >&5
23032 $as_echo " Apple 2 boot support: $compile_a2boot" >&6; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile595 # images. Default is /boot, but you can set it to other values
596 export INSTALL_PATH ?= /boot
1062 # boot a modules.dep even before / is mounted read-write. However the
1063 # boot script depmod is the master version.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
247 we cannot lease labels with lifetimes longer than boot time, the second,
H A Dip-cref.tex1353 not given, \verb|ip| assumes protocol \verb|boot| (i.e.\
1361 \item \verb|boot| --- the route was installed during the bootup sequence.
/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 Dfloppyd_io.c353 int media, struct bootsector *boot)
351 floppyd_geom(Stream_t *Stream, struct device *dev, struct device *orig_dev, int media, struct bootsector *boot) argument
H A DfsP.h94 int fat_read(Fs_t *This, struct bootsector *boot, int fat_bits,
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...]
H A Dllong.h106 struct bootsector *boot,
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 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 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 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 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
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 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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure23035 # automounting NTFS volumes can fail during boot if the driver binaries
24653 * executable prefix. This means that automounting NTFS volumes during 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/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...]
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/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
/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/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

Completed in 270 milliseconds

1234