Searched defs:com32_sys_args (Results 1 – 1 of 1) sorted by relevance
97 extern struct com32_sys_args { struct98 uint32_t cs_sysargs;99 char *cs_cmdline;100 void __cdecl (*cs_intcall)(uint8_t, const com32sys_t *, com32sys_t *);101 void *cs_bounce;102 uint32_t cs_bounce_size;103 void __cdecl (*cs_farcall)(uint32_t, const com32sys_t *, com32sys_t *);104 int __cdecl (*cs_cfarcall)(uint32_t, const void *, uint32_t);105 uint32_t cs_memsize;106 const char *cs_name;[all …]