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