Home
last modified time | relevance | path

Searched refs:check_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/char/
H A Dsclp_cpi_sys.c179 static int check_string(const char *attr, const char *str) in check_string() function
238 rc = check_string("system_name", buf); in system_name_store()
270 rc = check_string("sysplex_name", buf); in sysplex_name_store()
302 rc = check_string("system_type", buf); in system_type_store()
390 rc = check_string("system_name", system); in sclp_cpi_set_data()
393 rc = check_string("sysplex_name", sysplex); in sclp_cpi_set_data()
396 rc = check_string("system_type", type); in sclp_cpi_set_data()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c56 static void put_checksum(u8 *check_string, int length) in put_checksum() argument
60 check_string[length] = dst_check_sum (check_string, length); in put_checksum()
61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()