Searched refs:cpc_name (Results 1 – 1 of 1) sorted by relevance
30 static char cpc_name[OCF_LENGTH_CPC_NAME + 1]; variable76 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()77 EBCASC(cpc_name, size); in sclp_ocf_handler()78 cpc_name[size] = 0; in sclp_ocf_handler()95 rc = snprintf(page, PAGE_SIZE, "%s\n", cpc_name); in cpc_name_show()101 __ATTR(cpc_name, 0444, cpc_name_show, NULL);