Home
last modified time | relevance | path

Searched refs:netboot (Results 1 – 25 of 114) sorted by relevance

12345

/netbsd-src/sys/arch/alpha/stand/setnetbootinfo/
H A Dsetnetbootinfo.c51 char *netboot, *outfile, *addr, *host; variable
110 netboot = argv[optind]; in main()
142 size_t len = strlen(netboot) + 14; in main()
147 "%s.%02x%02x%02x%02x%02x%02x", netboot, in main()
157 printf("netboot: %s\n", netboot); in main()
168 printf("opening %s...\n", netboot); in main()
169 if ((fd = open(netboot, O_RDONLY, 0)) == -1) in main()
170 err(1, "open: %s", netboot); in main()
172 err(1, "fstat: %s", netboot); in main()
174 errx(1, "%s must be a regular file", netboot); in main()
[all …]
/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A DMakefile7 PROG= netboot
10 CLEANFILES+= netboot.bin
12 netboot.bin: ${PROG}
13 ${OBJCOPY} -O binary ${.OBJDIR}/netboot ${.TARGET}
17 all realall: netboot.bin
19 install: netboot.bin
21 ${.OBJDIR}/netboot.bin ${DESTDIR}${MDEC_DIR}/netboot
/netbsd-src/etc/etc.mvme68k/
H A DMakefile.inc14 installation/netboot \
18 .for file in netboot sboot
20 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
26 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot -a
/netbsd-src/etc/etc.ofppc/
H A DMakefile.inc21 MD_INSTALLATION_DIRS= installation/netboot
26 netboot/netbsd-INSTALL.gz ../../binary/kernel/netbsd-INSTALL.gz \
27 netboot/netbsd-GENERIC.gz ../../binary/kernel/netbsd-GENERIC.gz
32 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd-src/etc/etc.sparc/
H A DMakefile.inc15 installation/netboot \
28 netboot/rootfs.tgz ../bootfs/instfs.tgz
41 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
43 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd-src/sys/arch/evbmips/malta/
H A Dautoconf.c81 extern int netboot;
92 if ((booted_device == NULL) && netboot == 0) { in findroot()
113 if ((booted_device == NULL) && (netboot == 1)) in device_register()
/netbsd-src/sys/arch/alpha/alpha/
H A Ddec_3000_300.c148 static int found, initted, scsiboot, netboot; in dec_3000_300_device_register() local
159 netboot = (strcmp(b->protocol, "BOOTP") == 0) || in dec_3000_300_device_register()
162 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot); in dec_3000_300_device_register()
236 if (netboot) { in dec_3000_300_device_register()
H A Ddec_3000_500.c168 static int found, initted, scsiboot, netboot; in dec_3000_500_device_register() local
179 netboot = (strcmp(b->protocol, "BOOTP") == 0) || in dec_3000_500_device_register()
182 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot); in dec_3000_500_device_register()
256 if (netboot) { in dec_3000_500_device_register()
H A Ddec_2000_300.c202 static int found, initted, scsiboot, netboot; in dec_2000_300_device_register() local
212 netboot = (strcmp(b->protocol, "BOOTP") == 0); in dec_2000_300_device_register()
214 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot); in dec_2000_300_device_register()
279 if (netboot) { in dec_2000_300_device_register()
H A Ddec_alphabook1.c181 static int found, initted, diskboot, netboot; in dec_alphabook1_device_register() local
191 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_alphabook1_device_register()
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_alphabook1_device_register()
228 if (netboot) { in dec_alphabook1_device_register()
H A Ddec_eb66.c181 static int found, initted, diskboot, netboot; in dec_eb66_device_register() local
191 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_eb66_device_register()
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_eb66_device_register()
228 if (netboot) { in dec_eb66_device_register()
H A Ddec_eb64plus.c189 static int found, initted, diskboot, netboot; in dec_eb64plus_device_register() local
199 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_eb64plus_device_register()
202 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_eb64plus_device_register()
236 if (netboot) { in dec_eb64plus_device_register()
H A Dapi_up1000.c176 static int found, initted, diskboot, netboot; in api_up1000_device_register() local
187 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in api_up1000_device_register()
189 DPRINTF(("\ndiskboot = %d, netboot = %d\n", diskboot, netboot)); in api_up1000_device_register()
220 if (netboot) { in api_up1000_device_register()
H A Ddec_eb164.c181 static int found, initted, diskboot, netboot; in dec_eb164_device_register() local
192 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_eb164_device_register()
195 netboot)); in dec_eb164_device_register()
226 if (netboot) { in dec_eb164_device_register()
H A Ddec_550.c186 static int found, initted, diskboot, netboot; in dec_550_device_register() local
197 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_550_device_register()
200 netboot)); in dec_550_device_register()
231 if (netboot) { in dec_550_device_register()
H A Ddec_2100_a500.c242 static int found, initted, diskboot, netboot; in dec_2100_a500_device_register() local
253 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_2100_a500_device_register()
256 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_2100_a500_device_register()
290 if (netboot) { in dec_2100_a500_device_register()
H A Ddec_1000a.c252 static int found, initted, diskboot, netboot; in dec_1000a_device_register() local
263 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_1000a_device_register()
266 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_1000a_device_register()
300 if (netboot) { in dec_1000a_device_register()
H A Ddec_kn20aa.c190 static int found, initted, diskboot, netboot; in dec_kn20aa_device_register() local
200 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) || in dec_kn20aa_device_register()
203 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_kn20aa_device_register()
237 if (netboot) { in dec_kn20aa_device_register()
/netbsd-src/sys/arch/evbmips/cavium/
H A Dautoconf.c86 extern int netboot;
112 netboot = 1; in findroot()
124 if (netboot == 0) { in findroot()
210 if ((booted_device == NULL) && (netboot == 1)) in device_register()
/netbsd-src/sys/arch/evbmips/rmixl/
H A Dautoconf.c81 extern int netboot;
89 if ((booted_device == NULL) && netboot == 0) { in findroot()
114 if ((booted_device == NULL) && (netboot == 1)) in device_register()
/netbsd-src/distrib/sun3/
H A DMakefile10 ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
13 ${DESTDIR}/usr/mdec/netboot \
14 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd-src/distrib/sun2/
H A DMakefile10 ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
13 ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
14 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd-src/sys/arch/evbmips/gdium/
H A Dautoconf.c81 extern int netboot;
92 if ((booted_device == NULL) && netboot == 0) { in findroot()
115 if ((booted_device == NULL) && (netboot == 1)) in device_register()
/netbsd-src/sys/arch/evbmips/loongson/
H A Dautoconf.c92 extern int netboot;
104 if ((booted_device == NULL) && netboot == 0) { in findroot()
128 if ((booted_device == NULL) && (netboot == 1)) in device_register()
/netbsd-src/sys/arch/emips/emips/
H A Dautoconf.c154 static int found, initted, netboot; in device_register() local
167 netboot = (strcmp(booted_controller, "BOOTP") == 0); in device_register()
182 if (netboot) { in device_register()

12345