Home
last modified time | relevance | path

Searched defs:DevConf (Results 1 – 14 of 14) sorted by relevance

/plan9-contrib/sys/src/9k/port/
H A Dsd.h192 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 Ddev.c457 devconfig(int, char *, DevConf *) in devconfig() argument
H A Dportdat.h8 typedef struct DevConf DevConf; typedef
/plan9-contrib/sys/src/9/loongson64/
H A Ddat.h242 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 Ddat.h242 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 Ddat.h263 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 Ddat.h298 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 Ddat.h256 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 Ddat.h312 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 Ddat.h374 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 Ddat.h369 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 Ddev.c445 devconfig(int, char *, DevConf *) in devconfig() argument
H A Dportdat.h14 typedef struct DevConf DevConf; typedef
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h21 typedef struct DevConf DevConf; typedef