Home
last modified time | relevance | path

Searched refs:ds1blkl (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdblks.h78 HWORD ds1blkl; /* Block length */ member
265 HWORD ds1blkl; /* Block size */ member
H A Ddasdseq.c160 blksize = (f1dscb->ds1blkl[0] << 8) | f1dscb->ds1blkl[1]; in showf1()
H A Ddasdls.c319 phword(f1dscb->ds1blkl); /* BLKSZ */ in list_contents()
H A Ddasdload.c1024 f1dscb->ds1blkl[0] = (blksz >> 8) & 0xFF; in build_format1_dscb()
1025 f1dscb->ds1blkl[1] = blksz & 0xFF; in build_format1_dscb()
2055 blksize = (copyr1->ds1blkl[0] << 8) | copyr1->ds1blkl[1]; in process_copyr1()
2812 blksz = (copyr1->ds1blkl[0] << 8) | copyr1->ds1blkl[1]; in process_iebcopy_file()