/src/sys/arch/mvme68k/stand/netboot/ |
Makefile | 7 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
|
Makefile | 7 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
|
/src/sys/arch/emips/emips/ |
autoconf.c | 154 static int found, initted, netboot; local in function:device_register 167 netboot = (strcmp(booted_controller, "BOOTP") == 0); 182 if (netboot) {
|
autoconf.c | 154 static int found, initted, netboot; local in function:device_register 167 netboot = (strcmp(booted_controller, "BOOTP") == 0); 182 if (netboot) {
|
/src/sys/arch/pmax/pmax/ |
autoconf.c | 163 static int found, initted, scsiboot, netboot; local in function:device_register 172 netboot = (strcmp(booted_protocol, "BOOTP") == 0) || 236 * Check if netboot device. 238 if (netboot) {
|
autoconf.c | 163 static int found, initted, scsiboot, netboot; local in function:device_register 172 netboot = (strcmp(booted_protocol, "BOOTP") == 0) || 236 * Check if netboot device. 238 if (netboot) {
|
/src/sys/arch/sgimips/sgimips/ |
autoconf.c | 180 static int found, initted, scsiboot, netboot; local in function:device_register 233 netboot = (strcmp(booted_protocol, "BOOTP") == 0); 270 * Check if netboot device. 272 if (netboot &&
|
autoconf.c | 180 static int found, initted, scsiboot, netboot; local in function:device_register 233 netboot = (strcmp(booted_protocol, "BOOTP") == 0); 270 * Check if netboot device. 272 if (netboot &&
|
/src/sys/arch/alpha/stand/setnetbootinfo/ |
setnetbootinfo.c | 51 char *netboot, *outfile, *addr, *host; variable in typeref:typename:char * 110 netboot = argv[optind]; 142 size_t len = strlen(netboot) + 14; 147 "%s.%02x%02x%02x%02x%02x%02x", netboot, 157 printf("netboot: %s\n", netboot); 163 printf("output netboot: %s\n", outfilename); 168 printf("opening %s...\n", netboot); 169 if ((fd = open(netboot, O_RDONLY, 0)) == -1) 170 err(1, "open: %s", netboot); [all...] |
setnetbootinfo.c | 51 char *netboot, *outfile, *addr, *host; variable in typeref:typename:char * 110 netboot = argv[optind]; 142 size_t len = strlen(netboot) + 14; 147 "%s.%02x%02x%02x%02x%02x%02x", netboot, 157 printf("netboot: %s\n", netboot); 163 printf("output netboot: %s\n", outfilename); 168 printf("opening %s...\n", netboot); 169 if ((fd = open(netboot, O_RDONLY, 0)) == -1) 170 err(1, "open: %s", netboot); [all...] |
/src/sys/arch/evbmips/gdium/ |
machdep.c | 132 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
machdep.c | 132 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
/src/sys/arch/evbmips/malta/ |
machdep.c | 132 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
machdep.c | 132 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
/src/sys/arch/evbmips/sbmips/ |
machdep.c | 127 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
machdep.c | 127 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
/src/sys/arch/sbmips/sbmips/ |
machdep.c | 126 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
machdep.c | 126 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
/src/sys/arch/evbmips/cavium/ |
machdep.c | 175 int netboot; variable in typeref:typename:int
|
machdep.c | 175 int netboot; variable in typeref:typename:int
|
/src/sys/arch/cobalt/cobalt/ |
machdep.c | 102 int netboot; /* Are we netbooting? */ variable in typeref:typename:int 439 netboot = 1;
|
machdep.c | 102 int netboot; /* Are we netbooting? */ variable in typeref:typename:int 439 netboot = 1;
|
/src/sys/arch/evbmips/loongson/ |
machdep.c | 224 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
machdep.c | 224 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|
/src/sys/arch/evbmips/rmixl/ |
machdep.c | 200 int netboot; /* Are we netbooting? */ variable in typeref:typename:int
|