Searched refs:cpc (Results 1 – 2 of 2) sorted by relevance
47 struct gds_subvector *sv, *netid, *cpc; in sclp_ocf_handler() local66 cpc = sclp_find_gds_subvector(sv + 1, (void *) sv + sv->length, 2); in sclp_ocf_handler()75 if (cpc) { in sclp_ocf_handler()76 size = min(OCF_LENGTH_CPC_NAME, (size_t) cpc->length); in sclp_ocf_handler()78 memcpy(cpc_name, cpc + 1, size); in sclp_ocf_handler()
101 #define CPC_IN_PCC(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument102 (cpc)->cpc_entry.reg.space_id == \106 #define CPC_IN_FFH(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument107 (cpc)->cpc_entry.reg.space_id == \111 #define CPC_IN_SYSTEM_MEMORY(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument112 (cpc)->cpc_entry.reg.space_id == \116 #define CPC_IN_SYSTEM_IO(cpc) ((cpc)->type == ACPI_TYPE_BUFFER && \ argument117 (cpc)->cpc_entry.reg.space_id == \128 #define CPC_SUPPORTED(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \ argument129 !!(cpc)->cpc_entry.int_value : \[all …]
Completed in 8 milliseconds