Home
last modified time | relevance | path

Searched refs:diskboot (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/arch/alpha/alpha/
H A Ddec_eb64plus.c163 static int found, initted, diskboot, netboot; local
174 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
228 if (!diskboot)
H A Ddec_kn20aa.c163 static int found, initted, diskboot, netboot; local
174 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
178 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
228 if (!diskboot)
H A Ddec_alphabook1.c159 static int found, initted, diskboot, netboot; in dec_alphabook1_device_register() local
170 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0); in dec_alphabook1_device_register()
174 printf("diskboot = %d, netboot = %d\n", diskboot, netboot); in dec_alphabook1_device_register()
224 if (!diskboot) in dec_alphabook1_device_register()
H A Ddec_kn300.c203 static int found, initted, diskboot, netboot; local
214 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
227 DPRINTF(("diskboot = %d, netboot = %d\n", diskboot, netboot));
288 if (!diskboot)
H A Ddec_1000a.c234 static int found, initted, diskboot, netboot; local
245 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
249 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
299 if (!diskboot)
H A Ddec_550.c164 static int found, initted, diskboot, netboot; local
175 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
179 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
225 if (!diskboot)
H A Ddec_eb164.c166 static int found, initted, diskboot, netboot; local
177 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
181 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
227 if (!diskboot)
H A Ddec_axppci_33.c206 static int found, initted, diskboot, netboot; local
217 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
221 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
271 if (!diskboot)
H A Ddec_6600.c191 static int found, initted, diskboot, netboot; local
202 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0) ||
206 DR_VERBOSE(printf("diskboot = %d, netboot = %d\n", diskboot,
278 if (!diskboot)
H A Ddec_2100_a50.c183 static int found, initted, diskboot, netboot; local
194 diskboot = (strncasecmp(b->protocol, "SCSI", 4) == 0);
198 printf("diskboot = %d, netboot = %d\n", diskboot, netboot);
248 if (!diskboot)