/src/sbin/fsck_msdos/ |
check.c | 48 struct bootblock boot; local in function:checkfilesys 75 mod = readboot(dosfs, &boot); 83 if (boot.ValidFat < 0) 89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); 95 if (boot.ValidFat < 0) 96 for (i = 1; i < boot.FATs; i++) { 99 mod |= readfat(dosfs, &boot, i, ¤tFat); 104 mod |= comparefat(&boot, fat, currentFat, i) [all...] |
check.c | 48 struct bootblock boot; local in function:checkfilesys 75 mod = readboot(dosfs, &boot); 83 if (boot.ValidFat < 0) 89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); 95 if (boot.ValidFat < 0) 96 for (i = 1; i < boot.FATs; i++) { 99 mod |= readfat(dosfs, &boot, i, ¤tFat); 104 mod |= comparefat(&boot, fat, currentFat, i) [all...] |
/src/sys/arch/hpcmips/stand/ |
Makefile | 10 all: winfiles optfiles rom-boot 30 rom-boot:
|
Makefile | 10 all: winfiles optfiles rom-boot 30 rom-boot:
|
/src/sys/arch/hppa/stand/cdboot/ |
cdboot.c | 31 * @(#)boot.c 8.1 (Berkeley) 6/10/93 74 * Boot program... bits in `howto' determine whether boot stops to 75 * ask for system name. Boot device is derived from ROM provided 79 void boot(dev_t boot_dev); 85 boot(dev_t boot_dev) function in typeref:typename:void
|
cdboot.c | 31 * @(#)boot.c 8.1 (Berkeley) 6/10/93 74 * Boot program... bits in `howto' determine whether boot stops to 75 * ask for system name. Boot device is derived from ROM provided 79 void boot(dev_t boot_dev); 85 boot(dev_t boot_dev) function in typeref:typename:void
|
/src/sys/arch/mvmeppc/stand/boot/ |
Makefile | 3 SRCS= boot.c conf.c devopen.c 4 PROG= boot.elf 7 CLEANFILES+= boot.bin 9 boot.bin: ${PROG} 10 ${OBJCOPY} -O binary ${.OBJDIR}/boot.elf $@ 14 all realall: boot.bin 16 install: boot.bin 18 ${.OBJDIR}/boot.bin ${DESTDIR}${MDEC_DIR}/boot
|
Makefile | 3 SRCS= boot.c conf.c devopen.c 4 PROG= boot.elf 7 CLEANFILES+= boot.bin 9 boot.bin: ${PROG} 10 ${OBJCOPY} -O binary ${.OBJDIR}/boot.elf $@ 14 all realall: boot.bin 16 install: boot.bin 18 ${.OBJDIR}/boot.bin ${DESTDIR}${MDEC_DIR}/boot
|
/src/sys/arch/sparc/stand/boot/ |
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 6 NEWVERSWHAT= "Secondary Boot" 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 9 LINKS= ${BINDIR}/boot.${RELOC_DEFAULT} ${BINDIR}/boot 45 boot.net: boot.${RELOC_DEFAULT} 60 boot.${RELOC}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 66 CLEANFILES+= boot.${RELOC}.ma [all...] |
Makefile | 4 PROGSOURCE= boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c \ 6 NEWVERSWHAT= "Secondary Boot" 7 FILES= boot.net bootjs.net ${RELOCS:S/^/boot./g} 9 LINKS= ${BINDIR}/boot.${RELOC_DEFAULT} ${BINDIR}/boot 45 boot.net: boot.${RELOC_DEFAULT} 60 boot.${RELOC}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 66 CLEANFILES+= boot.${RELOC}.ma [all...] |
/src/sys/arch/luna68k/stand/boot/ |
boot.c | 1 /* $NetBSD: boot.c,v 1.7 2014/01/11 14:35:15 tsutsui Exp $ */ 37 * @(#)boot.c 8.1 (Berkeley) 6/10/93 70 * @(#)boot.c 8.1 (Berkeley) 6/10/93 74 * boot.c -- boot program 82 #include <luna68k/stand/boot/samachdep.h> 83 #include <luna68k/stand/boot/status.h> 87 boot(int argc, char *argv[]) function in typeref:typename:int
|
boot.c | 1 /* $NetBSD: boot.c,v 1.7 2014/01/11 14:35:15 tsutsui Exp $ */ 37 * @(#)boot.c 8.1 (Berkeley) 6/10/93 70 * @(#)boot.c 8.1 (Berkeley) 6/10/93 74 * boot.c -- boot program 82 #include <luna68k/stand/boot/samachdep.h> 83 #include <luna68k/stand/boot/status.h> 87 boot(int argc, char *argv[]) function in typeref:typename:int
|
/src/sys/arch/vax/consolerl/ |
Makefile | 4 BOOTS= boot 14 # build a boot console rl02 from a DEC console rl02 pack 24 boot: ../boot/boot target 25 (cd ../boot; ${MAKE} boot) 26 dd if=../boot/boot of=boot bs=32 skip= [all...] |
Makefile | 4 BOOTS= boot 14 # build a boot console rl02 from a DEC console rl02 pack 24 boot: ../boot/boot target 25 (cd ../boot; ${MAKE} boot) 26 dd if=../boot/boot of=boot bs=32 skip= [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
instmem.h | 15 struct list_head boot; member in struct:nvkm_instmem
|
instmem.h | 15 struct list_head boot; member in struct:nvkm_instmem
|
/src/distrib/vax/floppy/ |
Makefile | 15 IMAGE= boot.fs 19 IMAGEDEPENDS= ${XXBOOT} boot.vax netbsd.gz 20 CLEANFILES+= netbsd.gz boot.vax ${IMAGE}.tmp 22 realall: ${IMAGE} ${XXBOOT} ${DESTDIR}/usr/mdec/boot 27 boot.vax: ${DESTDIR}/usr/mdec/boot 32 (echo "./boot.vax type=file uname=root gname=wheel mode=0755"; \
|
Makefile | 15 IMAGE= boot.fs 19 IMAGEDEPENDS= ${XXBOOT} boot.vax netbsd.gz 20 CLEANFILES+= netbsd.gz boot.vax ${IMAGE}.tmp 22 realall: ${IMAGE} ${XXBOOT} ${DESTDIR}/usr/mdec/boot 27 boot.vax: ${DESTDIR}/usr/mdec/boot 32 (echo "./boot.vax type=file uname=root gname=wheel mode=0755"; \
|
/src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
sdb00t.ahdi.S | 79 bnes boot 93 boot: movl %a0@(4),%d6 label
|
sdb00t.ahdi.S | 79 bnes boot 93 boot: movl %a0@(4),%d6 label
|
/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
wdb00t.ahdi.S | 67 bnes boot 81 boot: movl %a0@(4),%d6 label
|
wdb00t.ahdi.S | 67 bnes boot 81 boot: movl %a0@(4),%d6 label
|
/src/sys/arch/news68k/stand/boot/ |
boot.c | 1 /* $NetBSD: boot.c,v 1.20 2014/03/28 15:02:34 christos Exp $ */ 59 void boot(uint32_t, uint32_t, uint32_t, uint32_t); 77 boot(uint32_t d4, uint32_t d5, uint32_t d6, uint32_t d7) function in typeref:typename:void 88 printf("%s Secondary Boot, Revision %s (from NetBSD %s)\n", 91 /* bootname is "boot" by default. */ 92 if (netbsd == NULL || strcmp(netbsd, "boot") == 0 || 93 strcmp(netbsd, "/boot") == 0) 102 /* PROM monitor passes 0xa, but NEWS-OS /boot passed 0x5... */
|
/src/sys/dev/ |
kloader.h | 52 * koader_jumpfunc_t jump to boot loader described abobe. 61 kloader_bootfunc_t *boot; member in struct:kloader_ops 81 /* argc, argv type boot argument */ 85 /* struct type boot argument */ 100 * kloader_reboot jumps to 2nd boot loader. 106 * kloader_bootinfo_set sets arguments of new kernel to boot. this is optional.
|
/src/distrib/utils/embedded/conf/ |
rpi_inst.conf | 16 boot=$(( 192 - ${init} )) key 18 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 )) 38 cat > ${mnt}/boot/cmdline.txt << EOF 44 cat > ${mnt}/boot/config.txt << EOF 64 ${GZIP_CMD} -dc ${kernel} > ${mnt}/boot/kernel.img 68 cp ${kernel} ${mnt}/boot/kernel.img 70 esac || fail "copy of ${kernel} to ${mnt}/boot/kernel.img failed" 73 (cd ${mnt}/boot && 78 ) || fail "Copy of firmware to ${mnt}/boot failed"
|