Home
last modified time | relevance | path

Searched defs:Handler (Results 1 – 9 of 9) sorted by relevance

/inferno-os/os/boot/mpc/
H A Dtrap.c8 typedef struct Handler Handler; typedef
9 struct Handler struct
13 Handler *next; argument
19 Handler *ivec[128]; argument
/inferno-os/os/boot/rpcg/
H A Dtrap.c8 typedef struct Handler Handler; typedef
9 struct Handler struct
13 Handler *next; argument
19 Handler *ivec[128]; argument
/inferno-os/os/manga/
H A Dtrap.c18 typedef struct Handler Handler; typedef
19 struct Handler { struct
23 Handler* next; argument
34 Handler *ivec[MaxVector]; argument
/inferno-os/os/cerf405/
H A Dtrap.c27 typedef struct Handler Handler; typedef
28 struct Handler struct
33 Handler *next; argument
44 Handler *ivec[MaxVector]; argument
/inferno-os/os/mpc/
H A Dtrap.c16 typedef struct Handler Handler; typedef
17 struct Handler struct
22 Handler *next; argument
30 Handler *ivec[MaxVector]; argument
/inferno-os/os/boot/pc/
H A Dtrap.c55 typedef struct Handler Handler; typedef
56 struct Handler struct
60 Handler *next; argument
/inferno-os/os/sa1110/
H A Dtrap.c12 typedef struct Handler Handler; typedef
14 struct Handler { struct
19 Handler *next; argument
/inferno-os/os/pxa/
H A Dtrap.c12 typedef struct Handler Handler; typedef
13 struct Handler { struct
17 Handler *next; argument
/inferno-os/include/
H A Dinterp.h70 typedef struct Handler Handler; typedef
341 struct Handler struct
343 ulong pc1;
344 ulong pc2;
345 ulong eoff;
346 ulong ne;
347 Type* t;
348 Except* etab;