check_string
static void put_checksum(u8 *check_string, int length)
check_string[length] = dst_check_sum (check_string, length);
dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);
rc = check_string("system_name", buf);
rc = check_string("sysplex_name", buf);
rc = check_string("system_type", buf);
rc = check_string("system_name", system);
rc = check_string("sysplex_name", sysplex);
rc = check_string("system_type", type);