Searched refs:NSS_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define NSS_NAME_SIZE 8 macro90 char name[NSS_NAME_SIZE + 1];
993 memcpy(dst, ipb->ccw.nss_name, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()994 EBCASC(dst, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()995 dst[NSS_NAME_SIZE] = 0; in reipl_get_ascii_nss_name()1001 char nss_name[NSS_NAME_SIZE + 1] = {}; in reipl_nss_name_show()1018 if (nss_len > NSS_NAME_SIZE) in reipl_nss_name_store()1021 memset(reipl_block_nss->ccw.nss_name, 0x40, NSS_NAME_SIZE); in reipl_nss_name_store()