Searched refs:diskboot (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_2100_a500.c242 static int found, initted, diskboot, netboot; local
251 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
256 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
306 if (!diskboot)
H A Ddec_eb64plus.c189 static int found, initted, diskboot, netboot; local
198 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
202 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
252 if (!diskboot)
H A Ddec_550.c186 static int found, initted, diskboot, netboot; local
195 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
199 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
245 if (!diskboot)
H A Dapi_up1000.c176 static int found, initted, diskboot, netboot; local
185 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
189 DPRINTF(("\ndiskboot = %d, netboot = %d\n", diskboot, netboot));
233 if (!diskboot)
H A Ddec_alphabook1.c181 static int found, initted, diskboot, netboot; local
190 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
244 if (!diskboot)
H A Ddec_axppci_33.c225 static int found, initted, diskboot, netboot; local
234 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
238 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
288 if (!diskboot)
H A Ddec_kn20aa.c190 static int found, initted, diskboot, netboot; local
199 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
203 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
253 if (!diskboot)
H A Ddec_eb164.c181 static int found, initted, diskboot, netboot; local
190 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
194 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
240 if (!diskboot)
H A Ddec_1000a.c252 static int found, initted, diskboot, netboot; local
261 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
266 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
316 if (!diskboot)
H A Ddec_eb66.c181 static int found, initted, diskboot, netboot; local
190 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
194 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
244 if (!diskboot)
H A Ddec_kn8ae.c122 static int found, initted, diskboot, netboot; local
131 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
144 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
221 if (!diskboot)
H A Ddec_6600.c222 static int found, initted, diskboot, netboot; local
262 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
268 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
340 if (!diskboot)
H A Ddec_2100_a50.c201 static int found, initted, diskboot, netboot; local
210 diskboot = (strcasecmp(b->protocol, "SCSI") == 0);
214 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
264 if (!diskboot)
H A Ddec_kn300.c225 static int found, initted, diskboot, netboot; local
234 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
248 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
325 if (!diskboot)

Completed in 206 milliseconds