/plan9-contrib/sys/src/9/bcm/ |
H A D | trap.c | 19 typedef struct Vctl Vctl; typedef 53 struct Vctl { struct 54 Vctl *next; argument 64 static Vctl *vctl, *vfiq; argument
|
H A D | trap4.c | 152 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 D | io.h | 20 typedef struct Vctl { struct 21 Vctl* next; /* handlers on this vector */ argument 32 } Vctl; argument
|
H A D | dat.h | 15 typedef struct Vctl Vctl; typedef
|
/plan9-contrib/sys/src/9k/k10/ |
H A D | io.h | 34 typedef struct Vctl { struct 35 Vctl* next; /* handlers on this vector */ argument 49 } Vctl; argument
|
H A D | dat.h | 23 typedef struct Vctl Vctl; typedef
|
/plan9-contrib/sys/src/9/kw/ |
H A D | trap.c | 26 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 D | io.h | 70 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 D | io.h | 75 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 D | io.h | 80 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 D | io.h | 72 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 D | trap.c | 84 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 D | dat.h | 17 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 D | io.h | 47 typedef struct Vctl { struct 48 Vctl* next; /* handlers on this vector */ argument 59 } Vctl; argument
|
H A D | dat.h | 24 typedef struct Vctl Vctl; typedef
|
/plan9-contrib/sys/src/9/teg2/ |
H A D | trap.c | 143 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 D | dat.h | 21 typedef struct Vctl Vctl; typedef
|