Home
last modified time | relevance | path

Searched defs:Vctl (Results 1 – 17 of 17) sorted by relevance

/plan9-contrib/sys/src/9/bcm/
H A Dtrap.c19 typedef struct Vctl Vctl; typedef
53 struct Vctl { struct
54 Vctl *next; argument
64 static Vctl *vctl, *vfiq; argument
H A Dtrap4.c152 typedef struct Vctl Vctl; typedef
153 typedef struct Vctl { struct
154 Vctl* next; /* handlers on this vector */ argument
158 } Vctl; argument
/plan9-contrib/sys/src/9/mtx/
H A Dio.h20 typedef struct Vctl { struct
21 Vctl* next; /* handlers on this vector */ argument
32 } Vctl; argument
H A Ddat.h15 typedef struct Vctl Vctl; typedef
/plan9-contrib/sys/src/9k/k10/
H A Dio.h34 typedef struct Vctl { struct
35 Vctl* next; /* handlers on this vector */ argument
49 } Vctl; argument
H A Ddat.h23 typedef struct Vctl Vctl; typedef
/plan9-contrib/sys/src/9/kw/
H A Dtrap.c26 typedef struct Vctl Vctl; typedef
27 typedef struct Vctl { struct
28 Vctl* next; /* handlers on this vector */ argument
32 } Vctl; argument
/plan9-contrib/sys/src/9/loongson/
H A Dio.h70 typedef struct Vctl Vctl; typedef
72 struct Vctl { struct
73 Vctl* next; /* handlers on this vector */ argument
75 char name[KNAMELEN]; /* of driver */
76 int isintr; /* interrupt or fault/trap */
77 int irq;
78 int tbdf;
79 int (*isr)(int); /* get isr bit for this irq */
80 int (*eoi)(int); /* eoi */
82 void (*f)(Ureg*, void*); /* handler to call */
[all …]
/plan9-contrib/sys/src/9/rb/
H A Dio.h75 typedef struct Vctl Vctl; typedef
77 struct Vctl { struct
78 Vctl* next; /* handlers on this vector */ argument
80 char name[KNAMELEN]; /* of driver */
81 int isintr; /* interrupt or fault/trap */
82 int irq;
83 int tbdf;
84 int (*isr)(int); /* get isr bit for this irq */
85 int (*eoi)(int); /* eoi */
87 void (*f)(Ureg*, void*); /* handler to call */
[all …]
/plan9-contrib/sys/src/9/loongson64/
H A Dio.h80 typedef struct Vctl Vctl; typedef
82 struct Vctl { struct
83 Vctl* next; /* handlers on this vector */ argument
85 char name[KNAMELEN]; /* of driver */
86 int isintr; /* interrupt or fault/trap */
87 int irq;
88 int tbdf;
89 int (*isr)(int); /* get isr bit for this irq */
90 int (*eoi)(int); /* eoi */
92 void (*f)(Ureg*, void*); /* handler to call */
[all …]
/plan9-contrib/sys/src/9/loongson/2f/
H A Dio.h72 typedef struct Vctl Vctl; typedef
74 struct Vctl { struct
75 Vctl* next; /* handlers on this vector */ argument
77 char name[KNAMELEN]; /* of driver */
78 int isintr; /* interrupt or fault/trap */
79 int irq;
80 int tbdf;
81 int (*isr)(int); /* get isr bit for this irq */
82 int (*eoi)(int); /* eoi */
84 void (*f)(Ureg*, void*); /* handler to call */
[all …]
/plan9-contrib/sys/src/9/omap/
H A Dtrap.c84 typedef struct Vctl Vctl; typedef
85 typedef struct Vctl { struct
86 Vctl* next; /* handlers on this vector */ argument
90 } Vctl; argument
/plan9-contrib/sys/src/9/ppc/
H A Ddat.h17 typedef struct Vctl Vctl; typedef
224 struct Vctl { struct
225 Vctl* next; /* handlers on this vector */ argument
227 char name[KNAMELEN]; /* of driver */
228 int isintr; /* interrupt or fault/trap */
229 int irq;
231 void (*f)(Ureg*, void*); /* handler to call */
232 void* a; /* argument to call it with */
/plan9-contrib/sys/src/9/pc/
H A Dio.h47 typedef struct Vctl { struct
48 Vctl* next; /* handlers on this vector */ argument
59 } Vctl; argument
H A Ddat.h24 typedef struct Vctl Vctl; typedef
/plan9-contrib/sys/src/9/teg2/
H A Dtrap.c143 typedef struct Vctl Vctl; typedef
144 typedef struct Vctl { struct
145 Vctl* next; /* handlers on this vector */ argument
149 } Vctl; argument
/plan9-contrib/sys/src/9/pcboot/
H A Ddat.h21 typedef struct Vctl Vctl; typedef