Home
last modified time | relevance | path

Searched refs:pds2name (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Ddasdisup.c257 if (memcmp(dirent->pds2name, eighthexFF, 8) == 0) in process_dirblk()
269 make_asciiz (memnama, sizeof(memnama), dirent->pds2name, 8); in process_dirblk()
270 if (dirent->pds2name[7] == OVERPUNCH_ZERO) in process_dirblk()
323 memcpy (memtab[n].memname, dirent->pds2name, 8); in process_dirblk()
H A Ddasdpdsu.c192 if (memcmp(dirent->pds2name, eighthexFF, 8) == 0) in process_dirblk()
196 make_asciiz (memname, sizeof(memname), dirent->pds2name, 8); in process_dirblk()
H A Ddasdcat.c129 if (end_of_track(dirent->pds2name)) in process_dirblk()
132 make_asciiz(memname, sizeof(memname), dirent->pds2name, 8); in process_dirblk()
H A Ddasdload.c2246 if (memcmp(dirent->pds2name, eighthexFF, 8) == 0) in process_dirblk()
2250 make_asciiz (memname, sizeof(memname), dirent->pds2name, 8); in process_dirblk()
2559 if (memcmp(dirent->pds2name, eighthexFF, 8) == 0) in update_dirblk()
2563 make_asciiz (memname, sizeof(memname), dirent->pds2name, 8); in update_dirblk()
3056 memcpy (catent->pds2name, cvol_low_key, 8); in cvol_initialize()
3088 convert_to_ebcdic (catent->pds2name, 8, "SYS1"); in cvol_initialize()
3104 memcpy (catent->pds2name, eighthexFF, 8); in cvol_initialize()
3143 memcpy (catent->pds2name, cvol_low_key, 8); in cvol_initialize()
3176 convert_to_ebcdic (catent->pds2name, 8, sys1name[i]); in cvol_initialize()
3213 memcpy (catent->pds2name, eighthexFF, 8); in cvol_initialize()
H A Ddasdblks.h212 BYTE pds2name[8]; /* Member name */ member