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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_cpi_sys.c180 static int check_string(const char *attr, const char *str) function
239 rc = check_string("system_name", buf);
271 rc = check_string("sysplex_name", buf);
303 rc = check_string("system_type", buf);
391 rc = check_string("system_name", system);
394 rc = check_string("sysplex_name", sysplex);
397 rc = check_string("system_type", type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst_ca.c81 static void put_checksum(u8 *check_string, int length) argument
85 check_string[length] = dst_check_sum (check_string, length);
86 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);

Completed in 119 milliseconds