Home
last modified time | relevance | path

Searched defs:PCArch (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/9/pc/
H A Ddat.h13 typedef struct PCArch PCArch; typedef
288 struct PCArch struct
290 char* id;
291 int (*ident)(void); /* this should be in the model */
292 void (*reset)(void); /* this should be in the model */
293 int (*serialpower)(int); /* 1 == on, 0 == off */
294 int (*modempower)(int); /* 1 == on, 0 == off */
296 void (*intrinit)(void);
297 int (*intrenable)(Vctl*);
298 int (*intrvecno)(int);
[all …]
/plan9-contrib/sys/src/9/pcboot/
H A Ddat.h11 typedef struct PCArch PCArch; typedef
284 struct PCArch struct
286 char* id;
287 int (*ident)(void); /* this should be in the model */
288 void (*reset)(void); /* this should be in the model */
289 int (*serialpower)(int); /* 1 == on, 0 == off */
290 int (*modempower)(int); /* 1 == on, 0 == off */
292 void (*intrinit)(void);
293 int (*intrenable)(Vctl*);
294 int (*intrvecno)(int);
[all …]
/plan9-contrib/sys/src/9/mtx/
H A Ddat.h9 typedef struct PCArch PCArch; typedef
/plan9-contrib/sys/src/9/ppc/
H A Ddat.h9 typedef struct PCArch PCArch; typedef