Searched refs:netboot (Results 51 - 75 of 99) sorted by relevance

1234

/netbsd-current/distrib/sgimips/ramdisk/
H A DMakefile26 IMAGETAR_RELEASEDIR= installation/netboot
/netbsd-current/distrib/mipsco/ramdisk/
H A DMakefile27 IMAGETAR_RELEASEDIR= installation/netboot
/netbsd-current/distrib/landisk/ramdisk/
H A DMakefile25 IMAGETAR_RELEASEDIR= installation/netboot
/netbsd-current/distrib/emips/ramdisk/
H A DMakefile27 IMAGETAR_RELEASEDIR= installation/netboot
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A DMakefile3 PROG = netboot
/netbsd-current/distrib/pmax/ramdisk/
H A DMakefile31 IMAGETAR_RELEASEDIR= installation/netboot
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_2100_a500.c242 static int found, initted, diskboot, netboot; local
253 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
256 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
290 if (netboot) {
H A Ddec_eb64plus.c189 static int found, initted, diskboot, netboot; local
199 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
202 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
236 if (netboot) {
H A Ddec_550.c186 static int found, initted, diskboot, netboot; local
197 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
199 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
200 netboot));
231 if (netboot) {
H A Dapi_up1000.c176 static int found, initted, diskboot, netboot; local
187 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
189 DPRINTF(("\ndiskboot = %d, netboot = %d\n", diskboot, netboot));
220 if (netboot) {
H A Ddec_alphabook1.c181 static int found, initted, diskboot, netboot; local
191 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
228 if (netboot) {
H A Ddec_axppci_33.c225 static int found, initted, diskboot, netboot; local
235 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
238 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
272 if (netboot) {
H A Ddec_kn20aa.c190 static int found, initted, diskboot, netboot; local
200 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
203 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
237 if (netboot) {
H A Ddec_eb164.c181 static int found, initted, diskboot, netboot; local
192 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
194 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
195 netboot));
226 if (netboot) {
H A Ddec_1000a.c252 static int found, initted, diskboot, netboot; local
263 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
266 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
300 if (netboot) {
H A Ddec_eb66.c181 static int found, initted, diskboot, netboot; local
191 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
228 if (netboot) {
H A Ddec_kn8ae.c122 static int found, initted, diskboot, netboot; local
132 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
144 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
205 if (netboot) {
H A Ddec_6600.c222 static int found, initted, diskboot, netboot; local
266 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
268 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
269 netboot));
326 if (netboot) {
H A Ddec_2100_a50.c201 static int found, initted, diskboot, netboot; local
211 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
214 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
248 if (netboot) {
H A Ddec_kn300.c225 static int found, initted, diskboot, netboot; local
236 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
248 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
309 if (netboot) {
/netbsd-current/distrib/sun3/miniroot/
H A DMakefile37 ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
/netbsd-current/distrib/sun2/miniroot/
H A DMakefile37 ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
/netbsd-current/distrib/cdrom/
H A DNetBSD-1.5.mk39 INTFILES.vax= netbsd.vax:vax/installation/netboot/netbsd.ram.gz,link \
H A DNetBSD-1.6.1.mk46 INTFILES.vax= netbsd.vax:vax/installation/netboot/install.ram.gz,link \
/netbsd-current/sys/arch/evbmips/malta/
H A Dmachdep.c132 int netboot; /* Are we netbooting? */ variable

Completed in 133 milliseconds

1234