Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Ddat.h14 typedef struct PCArch PCArch; typedef
295 struct PCArch struct
297 char* id;
298 int (*ident)(void); /* this should be in the model */
299 void (*reset)(void); /* this should be in the model */
300 int (*serialpower)(int); /* 1 == on, 0 == off */
301 int (*modempower)(int); /* 1 == on, 0 == off */
303 void (*intrinit)(void);
304 int (*intrenable)(Vctl*);
305 int (*intrvecno)(int);
[all …]
/plan9/sys/src/9/pcboot/
H A Ddat.h12 typedef struct PCArch PCArch; typedef
295 struct PCArch struct
297 char* id;
298 int (*ident)(void); /* this should be in the model */
299 void (*reset)(void); /* this should be in the model */
300 int (*serialpower)(int); /* 1 == on, 0 == off */
301 int (*modempower)(int); /* 1 == on, 0 == off */
303 void (*intrinit)(void);
304 int (*intrenable)(Vctl*);
305 int (*intrvecno)(int);
[all …]
/plan9/sys/src/9/mtx/
H A Ddat.h10 typedef struct PCArch PCArch; typedef
/plan9/sys/src/9/ppc/
H A Ddat.h10 typedef struct PCArch PCArch; typedef