Home
last modified time | relevance | path

Searched defs:DEVBLK (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dhstructs.h824 DEVBLK *nextioq; /* -> next device in I/O q */ argument
825 IOINT ioint; /* Normal i/o interrupt
827 IOINT pciioint; /* PCI i/o interrupt
829 IOINT attnioint; /* ATTN i/o interrupt
858 void ( *halt_device)(DEVBLK *); /* @ISW */ argument
940 void *dev_data;
1009 DEVBLK *ctcpair; /* -> Paired device block */ argument
1095 {
1230 int ckdhitrk[CKD_MAXFILES]; /* Highest track number
1264 void *cckd_ext; /* -> Compressed ckddasd
[all …]
H A Dhtypes.h189 typedef struct DEVBLK DEVBLK; // Device configuration block typedef