Searched defs:DevConf (Results 1 – 14 of 14) sorted by relevance
| /plan9-contrib/sys/src/9k/port/ |
| H A D | sd.h | 192 struct DevConf struct 194 ulong intnum; /* interrupt number */ 195 char *type; /* card type, malloced */ 196 int nports; /* Number of ports */ 197 Devport *ports; /* The ports themselves */
|
| H A D | dev.c | 457 devconfig(int, char *, DevConf *) in devconfig() argument
|
| H A D | portdat.h | 8 typedef struct DevConf DevConf; typedef
|
| /plan9-contrib/sys/src/9/loongson64/ |
| H A D | dat.h | 242 struct DevConf struct 244 ulong intnum; /* interrupt number */ 245 char *type; /* card type, malloced */ 246 int nports; /* Number of ports */ 247 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/loongson/ |
| H A D | dat.h | 242 struct DevConf struct 244 ulong intnum; /* interrupt number */ 245 char *type; /* card type, malloced */ 246 int nports; /* Number of ports */ 247 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/omap/ |
| H A D | dat.h | 263 struct DevConf struct 265 ulong intnum; /* interrupt number */ 266 char *type; /* card type, malloced */ 267 int nports; /* Number of ports */ 268 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/bcm/ |
| H A D | dat.h | 298 struct DevConf struct 300 ulong intnum; /* interrupt number */ 301 char *type; /* card type, malloced */ 302 int nports; /* Number of ports */ 303 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/kw/ |
| H A D | dat.h | 256 struct DevConf struct 258 ulong intnum; /* interrupt number */ 259 char *type; /* card type, malloced */ 260 int nports; /* Number of ports */ 261 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/teg2/ |
| H A D | dat.h | 312 struct DevConf struct 314 ulong intnum; /* interrupt number */ 315 char *type; /* card type, malloced */ 316 int nports; /* Number of ports */ 317 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/pc/ |
| H A D | dat.h | 374 struct DevConf struct 376 ulong intnum; /* interrupt number */ 377 char *type; /* card type, malloced */ 378 int nports; /* Number of ports */ 379 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/pcboot/ |
| H A D | dat.h | 369 struct DevConf struct 371 ulong intnum; /* interrupt number */ 372 char *type; /* card type, malloced */ 373 int nports; /* Number of ports */ 374 Devport *ports; /* The ports themselves */
|
| /plan9-contrib/sys/src/9/port/ |
| H A D | dev.c | 445 devconfig(int, char *, DevConf *) in devconfig() argument
|
| H A D | portdat.h | 14 typedef struct DevConf DevConf; typedef
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 21 typedef struct DevConf DevConf; typedef
|