| /openbsd/src/sys/arch/alpha/stand/setnetbootinfo/ |
| D | setnetbootinfo.c | 50 char *netboot, *outfile, *addr, *host; variable 111 netboot = argv[optind]; 143 size_t len = strlen(netboot) + 14; 149 "%s.%02x%02x%02x%02x%02x%02x", netboot, 159 printf("netboot: %s\n", netboot); 170 printf("opening %s...\n", netboot); 171 if ((fd = open(netboot, O_RDONLY)) == -1) 172 err(1, "open: %s", netboot); 174 err(1, "fstat: %s", netboot); 176 errx(1, "%s must be a regular file", netboot); [all …]
|
| /openbsd/src/etc/etc.alpha/ |
| D | Makefile.inc | 8 cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR} 9 cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR} 13 boot bootxx netboot netboot.mop
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | dec_3000_300.c | 155 static int found, initted, scsiboot, netboot; local 168 netboot = (strcmp(b->protocol, "BOOTP") == 0) || 171 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot); 245 if (netboot) {
|
| D | dec_alphabook1.c | 159 static int found, initted, diskboot, netboot; in dec_alphabook1_device_register() local 171 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || in dec_alphabook1_device_register() 174 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_alphabook1_device_register() 208 if (netboot) { in dec_alphabook1_device_register()
|
| D | dec_kn20aa.c | 163 static int found, initted, diskboot, netboot; local 175 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 212 if (netboot) {
|
| D | dec_3000_500.c | 173 static int found, initted, scsiboot, netboot; local 186 netboot = (strcmp(b->protocol, "BOOTP") == 0) || 189 printf("scsiboot = %d, netboot = %d\n", scsiboot, netboot); 263 if (netboot) {
|
| D | dec_eb64plus.c | 163 static int found, initted, diskboot, netboot; local 175 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 212 if (netboot) {
|
| D | dec_kn300.c | 203 static int found, initted, diskboot, netboot; local 215 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 227 DPRINTF(("diskboot = %d, netboot = %d\n", diskboot, netboot)); 276 if (netboot) {
|
| D | dec_eb164.c | 166 static int found, initted, diskboot, netboot; local 179 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 182 netboot)); 213 if (netboot) {
|
| D | dec_1000a.c | 234 static int found, initted, diskboot, netboot; local 246 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 249 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 283 if (netboot) {
|
| D | dec_550.c | 164 static int found, initted, diskboot, netboot; local 177 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 180 netboot)); 211 if (netboot) {
|
| D | api_up1000.c | 163 static int found, initted, scsiboot, ideboot, netboot; local 175 netboot = (strcmp(b->protocol, "BOOTP") == 0) || 184 scsiboot, ideboot, netboot)); 279 if (netboot) {
|
| D | dec_axppci_33.c | 206 static int found, initted, diskboot, netboot; local 218 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 221 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 255 if (netboot) {
|
| D | dec_6600.c | 191 static int found, initted, diskboot, netboot; local 204 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 207 netboot)); 264 if (netboot) {
|
| D | dec_2100_a50.c | 183 static int found, initted, diskboot, netboot; local 195 netboot = (strncasecmp(b->protocol, "BOOTP", 5) == 0) || 198 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); 232 if (netboot) {
|
| /openbsd/src/distrib/notes/alpha/ |
| D | contents | 25 netboot The OpenBSD/MACHINE network boot loader, for bootp 28 netboot.mop The OpenBSD/MACHINE network boot loader, for MOP
|
| D | install | 57 filename "netboot"; 67 the "netboot" file from the server in the /tftpboot directory. 71 You will need to copy netboot.mop into 81 Common netboot steps:
|
| D | prep | 144 Recent SRM releases for these machines will be able to boot (or netboot)
|
| /openbsd/src/sys/arch/alpha/stand/ |
| D | Makefile | 7 SUBDIR+= bootxx netboot libsa libz
|
| /openbsd/src/sys/arch/alpha/stand/netboot/ |
| D | Makefile | 8 PROG = netboot
|
| /openbsd/src/distrib/notes/sparc64/ |
| D | xfer | 78 as required by the netboot setup.
|
| D | install | 84 Installing using the Floppy, CD-ROM, miniroot or netboot procedure:
|
| /openbsd/src/distrib/miniroot/ |
| D | dot.profile | 106 if [[ ! -f /tmp/ai/noai ]] && { ifconfig netboot >/dev/null 2>&1 ||
|
| /openbsd/src/distrib/notes/hppa/ |
| D | install | 104 Installing using the netboot procedure:
|
| /openbsd/src/distrib/notes/macppc/ |
| D | prep | 45 (netboot from a pre-configured dhcp/tftp/nfs
|