Searched refs:NSS_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance
29 #define NSS_NAME_SIZE 8 macro89 char name[NSS_NAME_SIZE + 1];
991 memcpy(dst, ipb->ccw.nss_name, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()992 EBCASC(dst, NSS_NAME_SIZE); in reipl_get_ascii_nss_name()993 dst[NSS_NAME_SIZE] = 0; in reipl_get_ascii_nss_name()999 char nss_name[NSS_NAME_SIZE + 1] = {}; in reipl_nss_name_show()1016 if (nss_len > NSS_NAME_SIZE) in reipl_nss_name_store()1019 memset(reipl_block_nss->ccw.nss_name, 0x40, NSS_NAME_SIZE); in reipl_nss_name_store()