Searched refs:BOOT (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/mboot/
H A DMakefile6 BOOT= mboot macro
13 PROG= ${BOOT}
27 CPPFLAGS+= -DBOOT=\"${BOOT}\" -DBOOT_VERS=\"${VERSION}\"
37 ${BOOT}: ${OBJS} ${LDLIBS}
39 ${LD} ${LINKFLAGS} -o ${BOOT}.x ${OBJS} ${LDLIBS}
40 # ${STRIP} ${BOOT}.x
41 # dd bs=32 skip=1 count=32 if=${BOOT}.x of=${BOOT}
42 ${OBJCOPY} -O binary ${BOOT}.x ${BOOT}
[all...]
H A Dmboot.c53 IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
61 IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
66 IOCS_B_PRINT(BOOT ": Invalid disk.\r\n");
77 IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
82 IOCS_B_PRINT(BOOT ": Invalid disk.\r\n");
111 IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
115 IOCS_B_PRINT(BOOT ": Invalid disk.\r\n");
126 IOCS_B_PRINT(BOOT ": No bootable partition.\r\n");
H A Dsrt0.S36 .ascii BOOT
/netbsd-6-1-5-RELEASE/sys/arch/vax/floppy/
H A Ddefboo.hp3 ! BOOTSTRAP BY BOOT() SYSCALL
4 ! GO MULTI-USER AFTER CHECKING; BOOT FROM DEFAULT DEVICE
12 LOAD BOOT
13 D/G 8 0 ! MEMORY IS NOT COUNTED IN BOOT
14 D/G A 0 ! DEV TO BOOT FROM, SEE CODING IN REBOOT.H AND RPB.H
15 D/G B 0 ! BOOT PARAMETERS: MULTI USER AFTER CHECK
/netbsd-6-1-5-RELEASE/distrib/arc/
H A DMakefile6 BOOT= ${DESTDIR}/usr/mdec/boot macro
11 release: check_RELEASEDIR .WAIT ${BOOT}
12 ${RELEASE_INSTALL} ${BOOT} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
/netbsd-6-1-5-RELEASE/distrib/cobalt/
H A DMakefile6 BOOT= ${DESTDIR}/usr/mdec/boot macro
11 release: check_RELEASEDIR .WAIT ${BOOT}
12 gzip -9nc ${BOOT} > ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/boot.gz
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dvmstat.h32 enum display_mode { BOOT, TIME, RUN }; enumerator in enum:display_mode
H A Dsyscall.c304 display_mode = BOOT;
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A DMakefile7 BOOT= boot_ufs macro
11 NEWVERSWHAT= "${BOOT}"
17 PROG= xx$(BOOT)
18 LINKS= ${BINDIR}/xx$(BOOT) ${BINDIR}/sd$(BOOT)
19 LINKS+= ${BINDIR}/xx$(BOOT) ${BINDIR}/fd$(BOOT)
44 CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
50 LINKFLAGS= -n -Bstatic -T ${.CURDIR}/${BOOT}.ldscript -M
72 then echo '$(BOOT)
[all...]
H A Dboot.S132 .ascii BOOT
185 | BOOT MENU Ver.2.22:
191 | no information in d2 -- probably from BOOT MENU
/netbsd-6-1-5-RELEASE/distrib/x68k/cdroms/installcd/
H A DMakefile6 CDBUILDEXTRA= ${BOOT}
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ustar/
H A DMakefile7 BOOT= boot_ustar macro
11 NEWVERSWHAT= "${BOOT}"
17 PROG= fd$(BOOT)
36 CPPFLAGS+= -DBOOT=\"$(BOOT)\" -DBOOT_VERS=\"$(VERSION)\"
41 LINKFLAGS= -n -Bstatic -T ${.CURDIR}/${BOOT}.ldscript -M
59 then echo '$(BOOT): first_kbyte exceeds the first killobyte'; \
67 then echo '$(BOOT): text+data is too large'; \
H A Dboot_ustar.S84 .ascii BOOT
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/
H A DMakefile.xxboot7 BOOT= $(DEV)boot_$(FS)
11 NEWVERSWHAT= "${BOOT}"
19 PROG= $(BOOT)
82 then echo '$(BOOT): first_kbyte exceeds the first killobyte'; \
90 then echo '$(BOOT): text+data is too large'; \
102 then echo '$(BOOT): first_kbyte exceeds the first killobyte'; \
110 then echo '$(BOOT): text+data is too large'; \
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot/
H A DMakefile7 BOOT= Multi-boot macro
11 NEWVERSWHAT= "${BOOT}"
42 CPPFLAGS+= -DBOOT=\"${BOOT}\" -DBOOT_VERS=\"${VERSION}\"
H A Dsrt0.S33 .ascii BOOT
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/netboot/
H A DMakefile7 BOOT= Netboot macro
11 NEWVERSWHAT= "${BOOT}"
49 CPPFLAGS+= -DBOOT=\"${BOOT}\" -DBOOT_VERS=\"${VERSION}\"
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/common/
H A Dexec_sub.c9 #ifdef BOOT
274 #ifdef BOOT
306 #ifdef BOOT
/netbsd-6-1-5-RELEASE/games/hunt/huntd/
H A Dexecute.c280 case BOOT:
282 if (Maze[y][x] == BOOT)
H A Dhunt.h166 #define BOOT 'b' macro
H A Ddriver.c688 np->p_face = BOOT;
689 showexpl(np->p_y, np->p_x, BOOT);
698 Maze[pp->p_y][pp->p_x] = BOOT;
H A Dshots.c548 case BOOT:
632 if (pp->p_face != BOOT && pp->p_face != BOOT_PAIR) {
641 if (Maze[y][x] == BOOT)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dpmap.c2977 DPRINTFN(BOOT,
2993 DPRINTFN(BOOT, ": %#" _PRIxpa "\n", s);
2994 DPRINTFN(BOOT,
2999 DPRINTFN(BOOT,
3019 DPRINTFN(BOOT, ": %#" _PRIxpa "\n", s);
3026 DPRINTFN(BOOT,
3031 DPRINTFN(BOOT,
3039 DPRINTFN(BOOT,
3043 DPRINTFN(BOOT,
3054 DPRINTFN(BOOT,
[all...]
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dotto.c206 } else if (go_for_ammo(BOOT)) {
239 case BOOT:
/netbsd-6-1-5-RELEASE/sys/sys/
H A Ddisklabel.h344 x(BOOT, 13, "boot", NULL, NULL) /* bootstrap code in partition */\

Completed in 323 milliseconds

12