Home
last modified time | relevance | path

Searched defs:FWImage (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/9/pc/
H A Detheriwl.c254 typedef struct FWImage FWImage; typedef
268 struct FWImage struct
270 struct {
273 } init, main, boot;
275 uint rev;
276 uint build;
277 char descr[64+1];
278 uchar data[];
H A Detherwpi.c159 typedef struct FWImage FWImage; typedef
176 struct FWImage struct
178 struct {
181 } init, main, boot;
183 uint version;
184 uchar data[];
H A Detherrt2860.c891 typedef struct FWImage FWImage; typedef
898 struct FWImage { struct
899 uint size;
900 uchar *data;