HomeSort by: relevance | last modified time | path
    Searched defs:typestr (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/share/examples/rump/ukbd_read/
kbd.c 66 const char *typestr; local in function:main
73 typestr = "up";
78 typestr = "down";
83 typestr = "unknown";
86 printf("event type: %d (%s)\n", wev->type, typestr);
  /src/sys/arch/emips/emips/
sysconf.c 87 const char *typestr = NULL; local in function:platform_not_supported
90 typestr = sysinit[systype].option;
94 (typestr) ? typestr : "???");
  /src/sys/dev/ic/
fmv.c 110 const char *typestr; local in function:fmv_attach
121 typestr = "FMV-181";
124 typestr = "FMV-181A";
127 typestr = "FMV-182";
130 typestr = "FMV-182A";
133 typestr = "FMV-183";
136 typestr = "FMV-184";
144 aprint_normal(": %s Ethernet\n", typestr);
  /src/sys/arch/evbsh3/t_sh7706lan/
if_ne_mainbus.c 118 const char *typestr; local in function:ne_mainbus_attach
152 typestr = "NE1000";
156 typestr = "NE2000";
160 typestr = "NE2000 (RTL8019)";
169 aprint_normal_dev(self, "%s Ethernet\n", typestr);
  /src/sys/arch/ia64/stand/common/
ls.c 54 static char typestr[] = "?fc?d?b? ?l?s?w"; variable in typeref:typename:char[]
117 snprintf(lbuf, sizeof(lbuf), " %c %8d %s\n", typestr[d->d_type],
120 snprintf(lbuf, sizeof(lbuf), " %c %s\n", typestr[d->d_type],
fileload.c 63 char *typestr; local in function:command_load
69 typestr = NULL;
  /src/sys/arch/mmeye/dev/
if_ne_mainbus.c 106 const char *typestr; local in function:ne_mainbus_attach
139 typestr = "NE2000 (RTL8019)";
149 aprint_normal_dev(self, "%s Ethernet\n", typestr);
  /src/sys/arch/pmax/pmax/
sysconf.c 144 const char *typestr; local in function:platform_not_supported
147 typestr = "???";
149 typestr = sysinit[systype].option;
153 typestr);
  /src/sys/arch/x68k/dev/
if_ne_neptune.c 124 const char *typestr; local in function:ne_neptune_attach
155 typestr = "NE1000";
159 typestr = "NE2000";
163 typestr = "NE2000 (RTL8019)";
171 aprint_normal_dev(self, "%s Ethernet\n", typestr);
if_ne_intio.c 141 const char *typestr; local in function:ne_intio_attach
175 typestr = "NE1000";
179 typestr = "NE2000";
183 typestr = "NE2000 (RTL8019)";
191 aprint_normal_dev(self, "%s Ethernet\n", typestr);
  /src/sys/dev/isa/
if_ne_isa.c 141 const char *typestr; local in function:ne_isa_attach
173 typestr = "NE1000";
177 typestr = "NE2000";
181 typestr = "NE2000 (RTL8019)";
189 aprint_normal_dev(self, "%s Ethernet\n", typestr);
if_we_isa.c 267 const char *typestr; local in function:we_isa_attach
287 typestr = we_params(asict, asich, &wsc->sc_type, NULL,
289 if (typestr == NULL) {
319 if (we_config(self, wsc, typestr))
334 typestr);
349 const char *typestr; local in function:we_params
360 typestr = "WD8003S";
363 typestr = "WD8003E";
366 typestr = "WD8003EB";
369 typestr = "WD8003W"
    [all...]
if_ate.c 356 const char *typestr; local in function:ate_attach
374 typestr = "AT-1700T/RE2001";
377 typestr = "AT-1700BT/RE2003";
380 typestr = "AT-1700FT/RE2009";
383 typestr = "AT-1700AT/RE2005";
386 typestr = "unknown AT-1700/RE2000";
395 aprint_normal(": %s Ethernet\n", typestr);
  /src/sys/dev/isapnp/
if_ne_isapnp.c 101 const char *typestr; local in function:ne_isapnp_attach
137 typestr = "NE1000";
141 typestr = "NE2000";
145 typestr = "NE2000 (RTL8019)";
153 aprint_normal_dev(self, "%s Ethernet\n", typestr);
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 82 static const char *const typestr[] = { variable in typeref:typename:const char * const[]
185 if (dp->d_type >= NELEM(typestr) ||
186 !(t = typestr[dp->d_type])) {
224 n->e_ino, n->e_name, typestr[n->e_type]);
  /src/sys/arch/prep/pnpbus/
if_we_pnpbus.c 154 const char *typestr; local in function:we_pnpbus_attach
177 typestr = we_params(asict, asich, &wsc->sc_type, &memsize,
179 if (typestr == NULL) {
217 if (we_config(self, wsc, typestr))
259 const char *typestr; local in function:we_params
270 typestr = "WD8003S";
273 typestr = "WD8003E";
276 typestr = "WD8003EB";
279 typestr = "WD8003W";
282 typestr = "WD8013EBT"
    [all...]
  /src/sys/arch/mac68k/mac68k/
disksubr.c 129 char typestr[32], *s; local in function:whichType
135 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
136 typestr[sizeof(typestr) - 1] = '\0';
137 for (s = typestr; *s; s++)
141 if (strcmp(PART_TYPE_DRIVER, typestr) == 0 ||
142 strcmp(PART_TYPE_DRIVER43, typestr) == 0 ||
143 strcmp(PART_TYPE_DRIVERATA, typestr) == 0 ||
144 strcmp(PART_TYPE_FWB_COMPONENT, typestr) == 0 |
    [all...]
  /src/sys/dev/mca/
if_le_mca.c 136 const char *typestr; local in function:le_mca_attach
176 typestr = "Personal MC2";
183 typestr = "MC2+";
225 ma->ma_slot + 1, irq, typestr);
if_we_mca.c 157 const char *typestr; local in function:we_mca_attach
262 typestr = wep->we_typestr;
289 if (we_config(self, wsc, typestr))
  /src/sys/dev/pci/
ld_twe.c 99 const char *typestr, *stripestr, *statstr; local in function:ld_twe_attach
118 typestr = twe_describe_code(twe_table_unittype, td->td_type);
119 if (typestr == NULL) {
121 typestr = unktype;
153 aprint_normal(": %s%s, status: %s\n", stripebuf, typestr, statstr);
  /src/sys/arch/atari/dev/
if_ne_mb.c 187 const char *typestr; local in function:ne_mb_attach
233 typestr = "NE1000";
237 typestr = "NE2000";
241 typestr = "NE2000 (RTL8019)";
249 aprint_normal_dev(self, "%s Ethernet (8-bit)\n", typestr);
  /src/sys/arch/atari/vme/
if_we_vme.c 310 const char *typestr; local in function:we_vme_attach
372 typestr = "SMC8216 with SMC_TT VME-ISA bridge";
374 if (we_config(self, wsc, typestr) != 0)
  /src/sys/arch/macppc/macppc/
disksubr.c 170 char typestr[32], *s; local in function:whichType
181 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
182 typestr[sizeof(typestr) - 1] = '\0';
183 for (s = typestr; *s; s++)
187 if (strncmp(PART_TYPE_DRIVER, typestr, strlen(PART_TYPE_DRIVER)) == 0 ||
188 strcmp(PART_TYPE_DRIVER43, typestr) == 0 ||
189 strcmp(PART_TYPE_DRIVERATA, typestr) == 0 ||
190 strcmp(PART_TYPE_DRIVERIOKIT, typestr) == 0 |
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
ofdev.c 149 char typestr[32], *s; local in function:check_apm_root
157 strncpy(typestr, (char *)part->pmPartType, sizeof(typestr));
158 typestr[sizeof(typestr) - 1] = '\0';
159 for (s = typestr; *s; s++)
163 if (strcmp(PART_TYPE_NBSD_PPCBOOT, typestr) == 0) {
169 } else if (strcmp(PART_TYPE_UNIX, typestr) == 0 &&
  /src/sys/arch/ofppc/ofppc/
machdep.c 464 char typestr[32]; local in function:copy_disp_props
466 memset(typestr, 0, sizeof(typestr));
467 OF_getprop(console_node, "device_type", typestr, sizeof(typestr));
468 if (strcmp(typestr, "serial") != 0) {

Completed in 26 milliseconds

1 2