Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_ocf.c46 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local
65 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()
74 if (cpc) { in sclp_ocf_handler()
75 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler()
76 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()