wok view linld/stuff/src/HIMEM.INC @ rev 25035

Up libqcow (20210419)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 18:11:13 2022 +0000 (2022-05-20)
parents a946c1651082
children
line source
1 struc image_himem ;struct image_himem {
2 fd dw ? ; 0 int fd;
3 fallback dd ? ; 2 u32 fallback;
4 size dd ? ; 6 u32 size; // assume zero'd in bss
5 remaining dd ? ;10 u32 remaining;
6 buf dd ? ;14 u32 buf;
7 bufv dw ? ;18 u32 *bufv;
8 chunk_size dd ? ;20 u32 chunk_size;
9 state dw ? ;24 u16 state;
10 fd2close dw ? ;26 u16 fd2close;
11 ends image_himem ;};