Searched refs:cpc (Results 1 – 1 of 1) sorted by relevance
45 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local64 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()73 if (cpc) { in sclp_ocf_handler()74 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler()75 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()