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

1 2 3

  /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);
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 : "???");
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);
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);
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],
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);
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);
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_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);
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_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);
  /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);
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...]

Completed in 40 milliseconds

1 2 3