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

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (2022-07-23)
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 ;};