Home
last modified time | relevance | path

Searched refs:ucbtype (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdload.c249 dasd_name (FWORD ucbtype) in dasd_name() argument
251 if (ucbtype[2] != 0x20) return "????"; in dasd_name()
253 switch (ucbtype[3]) { in dasd_name()
257 case 0x04: if (ucbtype[1] == 0x00) return "2302"; in dasd_name()
2068 copyr1->ucbtype[0], copyr1->ucbtype[1], in process_copyr1()
2069 copyr1->ucbtype[2], copyr1->ucbtype[3], in process_copyr1()
2070 dasd_name(copyr1->ucbtype)); in process_copyr1()
3039 ucbtype = ucbtype_code (devtype); in cvol_initialize()
3192 catent->pds2usrd[2] = (ucbtype >> 24) & 0xFF; in cvol_initialize()
3194 catent->pds2usrd[4] = (ucbtype >> 8) & 0xFF; in cvol_initialize()
[all …]
H A Ddasdblks.h273 FWORD ucbtype; /* Original device type */ member