Home
last modified time | relevance | path

Searched refs:BIOPL_IORQ32 (Results 1 – 1 of 1) sorted by path

/dports/emulators/hercules/hercules-3.13/
H A Dvmd250.c186 } BIOPL_IORQ32; typedef
979 int ARCH_DEP(d250_iorq32)(DEVBLK *, int *, BIOPL_IORQ32 *, REGS *);
1000 BIOPL_IORQ32 iorq32; in ARCH_DEP()
1030 if (sizeof(BIOPL_IORQ32) != 64) in ARCH_DEP()
1032 logmsg("BIOPL_IORQ32 size not 64: %d\n",sizeof(BIOPL_IORQ32)); in ARCH_DEP()
1186 int ARCH_DEP(d250_iorq32)(DEVBLK *dev, int *rc, BIOPL_IORQ32 *biopl, in ARCH_DEP()
1189 BIOPL_IORQ32 bioplx00; /* Used to check reserved fields */ in ARCH_DEP()
1199 memset(&bioplx00,0x00,sizeof(BIOPL_IORQ32)); in ARCH_DEP()