typestr           186 dev/i2o/ioprbs.c 	char *typestr, *fixedstr;
typestr           268 dev/i2o/ioprbs.c 		typestr = "direct access";
typestr           272 dev/i2o/ioprbs.c 		typestr = "WORM";
typestr           276 dev/i2o/ioprbs.c 		typestr = "CD-ROM";
typestr           280 dev/i2o/ioprbs.c 		typestr = "optical";
typestr           284 dev/i2o/ioprbs.c 		typestr = "unknown";
typestr           297 dev/i2o/ioprbs.c 	printf(" %s, %s", typestr, fixedstr);
typestr           156 dev/isa/if_ne_isa.c 	const char *typestr;
typestr           178 dev/isa/if_ne_isa.c 		typestr = "NE1000";
typestr           182 dev/isa/if_ne_isa.c 		typestr = "NE2000";
typestr           192 dev/isa/if_ne_isa.c 			typestr = "NE2000 (RTL8019)";
typestr           205 dev/isa/if_ne_isa.c 	printf(", %s", typestr);
typestr           116 dev/isa/if_ne_isapnp.c 	const char *typestr;
typestr           143 dev/isa/if_ne_isapnp.c 		typestr = "NE1000";
typestr           147 dev/isa/if_ne_isapnp.c 		typestr = "NE2000";
typestr           157 dev/isa/if_ne_isapnp.c 			typestr = "NE2000 (RTL8019)";
typestr           170 dev/isa/if_ne_isapnp.c 	printf(": %s", typestr);
typestr           344 dev/isa/if_we.c 	const char *typestr;
typestr           369 dev/isa/if_we.c 	typestr = we_params(asict, asich, &wsc->sc_type, NULL,
typestr           371 dev/isa/if_we.c 	if (typestr == NULL) {
typestr           415 dev/isa/if_we.c 	printf("%s: %s (%s-bit)", sc->sc_dev.dv_xname, typestr,
typestr           541 dev/isa/if_we.c 		    sc->sc_dev.dv_xname, typestr);
typestr           810 dev/isa/if_we.c 	const char *typestr;
typestr           821 dev/isa/if_we.c 		typestr = "WD8003S"; 
typestr           824 dev/isa/if_we.c 		typestr = "WD8003E";
typestr           827 dev/isa/if_we.c 		typestr = "WD8003EB";
typestr           830 dev/isa/if_we.c 		typestr = "WD8003W";
typestr           833 dev/isa/if_we.c 		typestr = "WD8013EBT";
typestr           838 dev/isa/if_we.c 		typestr = "WD8013W";
typestr           846 dev/isa/if_we.c 			typestr = "WD8013EP";
typestr           848 dev/isa/if_we.c 			typestr = "WD8003EP";
typestr           851 dev/isa/if_we.c 		typestr = "WD8013WC";
typestr           856 dev/isa/if_we.c 		typestr = "WD8013EBP";
typestr           861 dev/isa/if_we.c 		typestr = "WD8013EPC";
typestr           870 dev/isa/if_we.c 		typestr = (type == WE_TYPE_SMC8216C) ?
typestr           889 dev/isa/if_we.c 			typestr = (type == WE_TYPE_SMC8216C) ?
typestr           902 dev/isa/if_we.c 		typestr = "Toshiba1";
typestr           907 dev/isa/if_we.c 		typestr = "Toshiba4";
typestr           935 dev/isa/if_we.c 		    "memsize = %d\n", type, typestr, is16bit, memsize);
typestr           950 dev/isa/if_we.c 	return (typestr);