/openbsd/sys/arch/alpha/alpha/ |
H A D | dec_eb64plus.c | 163 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 D | dec_kn20aa.c | 163 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 D | dec_alphabook1.c | 159 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 D | dec_kn300.c | 203 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 D | dec_1000a.c | 234 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 D | dec_550.c | 164 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 D | dec_eb164.c | 166 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 D | dec_axppci_33.c | 206 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 D | dec_6600.c | 191 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 D | dec_2100_a50.c | 183 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)
|