errstr            432 arch/i386/pci/pcibios.c 	const char *errstr;
errstr            446 arch/i386/pci/pcibios.c 		errstr = "service not present";
errstr            450 arch/i386/pci/pcibios.c 		errstr = "function not supported";
errstr            454 arch/i386/pci/pcibios.c 		errstr = "bad vendor ID";
errstr            458 arch/i386/pci/pcibios.c 		errstr = "device not found";
errstr            462 arch/i386/pci/pcibios.c 		errstr = "bad register number";
errstr            466 arch/i386/pci/pcibios.c 		errstr = "set failed";
errstr            470 arch/i386/pci/pcibios.c 		errstr = "buffer too small";
errstr            479 arch/i386/pci/pcibios.c 	printf("%s: %s - %s\n", nam, func, errstr);
errstr            110 ddb/db_elf.c   	char *errstr = "";
errstr            141 ddb/db_elf.c   		errstr = "bad magic";
errstr            146 ddb/db_elf.c   		errstr = "bad e_machine";
errstr            200 ddb/db_elf.c   		errstr = "symtab unaligned";
errstr            205 ddb/db_elf.c   			errstr = "symtab corrupted";
errstr            223 ddb/db_elf.c   	printf("[ %s ELF symbol table not valid: %s ]\n", name, errstr);
errstr            218 dev/ata/ata.c  	char **errstr;
errstr            224 dev/ata/ata.c  		errstr = errstr4_5;
errstr            226 dev/ata/ata.c  		errstr = errstr0_3;
errstr            235 dev/ata/ata.c  			    errstr[i]);
errstr            571 dev/i2o/ioprbs.c 	const char *errstr;
errstr            584 dev/i2o/ioprbs.c 			errstr = "<unknown>";
errstr            586 dev/i2o/ioprbs.c 			errstr = ioprbs_errors[detail];
errstr            587 dev/i2o/ioprbs.c 		printf("%s: error 0x%04x: %s\n", dv->dv_xname, detail, errstr);
errstr            142 dev/ic/twe.c   	const char	*errstr;
errstr            208 dev/ic/twe.c   	for (errstr = NULL, retry = 3; retry--; ) {
errstr            212 dev/ic/twe.c   		if (errstr)
errstr            213 dev/ic/twe.c   			TWE_DPRINTF(TWE_D_MISC, ("%s ", errstr));
errstr            222 dev/ic/twe.c   			errstr = ": card CPU is not ready\n";
errstr            240 dev/ic/twe.c   			errstr = ": cannot get card's attention\n";
errstr            248 dev/ic/twe.c   				errstr = ": out of ccbs\n";
errstr            266 dev/ic/twe.c   				errstr = ": error draining attention queue\n";
errstr            276 dev/ic/twe.c   			errstr = ": we don't get it\n";
errstr            281 dev/ic/twe.c   			errstr = ": card CPU error detected\n";
errstr            286 dev/ic/twe.c   			errstr = ": PCI parity error detected\n";
errstr            291 dev/ic/twe.c   			errstr = ": queuing error detected\n";
errstr            296 dev/ic/twe.c   			errstr = ": PCI abort\n";
errstr            309 dev/ic/twe.c   		printf(errstr);