NSS_NAME_SIZE
char name[NSS_NAME_SIZE + 1];
memcpy(dst, ipb->ccw.nss_name, NSS_NAME_SIZE);
EBCASC(dst, NSS_NAME_SIZE);
dst[NSS_NAME_SIZE] = 0;
char nss_name[NSS_NAME_SIZE + 1] = {};
if (nss_len > NSS_NAME_SIZE)
memset(reipl_block_nss->ccw.nss_name, 0x40, NSS_NAME_SIZE);