Home
last modified time | relevance | path

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

1234

/netbsd/src/sys/arch/alpha/stand/setnetbootinfo/
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/
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/
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/
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/
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/
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/evbmips/rmixl/
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/
DMakefile10 ${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
13 ${DESTDIR}/usr/mdec/netboot \
14 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd/src/distrib/sun2/
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/
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/
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/
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()
/netbsd/src/sys/arch/sparc/stand/binstall/
Dbinstall.sh96 netboot=ofwboot
103 netboot=boot.net
144 $DOIT cp -p -f "${MDEC}/$netboot" "$DEST/$boot.${machine}.netbsd"
/netbsd/src/sys/arch/pmax/pmax/
Dautoconf.c163 static int found, initted, scsiboot, netboot; in device_register() local
172 netboot = (strcmp(booted_protocol, "BOOTP") == 0) || in device_register()
238 if (netboot) { in device_register()
/netbsd/src/sys/arch/sbmips/stand/
DMakefile3 SUBDIR= bootxx_cd9660 bootxx_ffs bootxx_lfs netboot
4 SUBDIR+= boot netboot
/netbsd/src/etc/etc.alpha/
DMakefile.inc17 installation/netboot
20 cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
/netbsd/src/sys/arch/sgimips/sgimips/
Dautoconf.c180 static int found, initted, scsiboot, netboot; in device_register() local
233 netboot = (strcmp(booted_protocol, "BOOTP") == 0); in device_register()
272 if (netboot && in device_register()
/netbsd/src/etc/etc.vax/
DMakefile.inc15 installation/netboot
18 cp -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot/install.ram.gz \
/netbsd/src/distrib/vax/
DMakefile12 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
14 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd/src/sys/arch/cobalt/cobalt/
Dautoconf.c43 extern int netboot;
83 if (netboot == 1) { in device_register()
/netbsd/src/sys/arch/pmax/stand/smallnet/
DREADME4 machines that can't netboot full size kernels until a proper two stage
5 netboot is available. It isn't the prettiest code around, but it gets
/netbsd/src/sys/arch/alpha/stand/netboot/
DMakefile3 PROG = netboot
36 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd/src/etc/etc.sparc64/
DMakefile.inc14 installation/netboot \
30 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
/netbsd/src/sys/arch/cobalt/stand/boot/
Dversion12 0.5: Add support for netboot via tlp0
14 0.7: Add support for netboot via 21041 on Qube2700
/netbsd/src/sys/arch/luna68k/stand/boot/
Dversion8 1.1: Add netboot support.
12 1.5: Check netboot and set proper default boot device.

1234