Searched refs:NSS_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
31 #define NSS_NAME_SIZE 8 macro100 char name[NSS_NAME_SIZE + 1];
1078 memcpy(dst, ipb->ccw.nss_name, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()1079 EBCASC(dst, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()1080 dst[NSS_NAME_SIZE] = 0; in reipl_get_ascii_nss_name()1086 char nss_name[NSS_NAME_SIZE + 1] = {}; in reipl_nss_name_show()1103 if (nss_len > NSS_NAME_SIZE) in reipl_nss_name_store()1106 memset(reipl_block_nss->ccw.nss_name, 0x40, NSS_NAME_SIZE); in reipl_nss_name_store()