Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_ocf.c45 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local
64 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()
/drivers/staging/lustre/lustre/llite/
Dsuper25.c90 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg));
/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c730 void lustre_register_client_process_config(int (*cpc)(struct lustre_cfg *lcfg)) in lustre_register_client_process_config()
732 client_process_config = cpc; in lustre_register_client_process_config()