Lines Matching full:pvt
277 struct ghes_pvt *pvt; in ghes_edac_report_mem_error() local
291 pvt = ghes_pvt; in ghes_edac_report_mem_error()
292 if (!pvt) in ghes_edac_report_mem_error()
295 mci = pvt->mci; in ghes_edac_report_mem_error()
302 e->msg = pvt->msg; in ghes_edac_report_mem_error()
303 e->other_detail = pvt->other_detail; in ghes_edac_report_mem_error()
307 *pvt->other_detail = '\0'; in ghes_edac_report_mem_error()
308 *pvt->msg = '\0'; in ghes_edac_report_mem_error()
332 p = pvt->msg; in ghes_edac_report_mem_error()
333 p += snprintf(p, sizeof(pvt->msg), "%s", cper_mem_err_type_str(etype)); in ghes_edac_report_mem_error()
335 strcpy(pvt->msg, "unknown error"); in ghes_edac_report_mem_error()
370 p = pvt->other_detail; in ghes_edac_report_mem_error()
372 if (p > pvt->other_detail) in ghes_edac_report_mem_error()
392 struct ghes_pvt *pvt; in ghes_edac_register() local
425 pvt = mci->pvt_info; in ghes_edac_register()
426 pvt->mci = mci; in ghes_edac_register()
488 ghes_pvt = pvt; in ghes_edac_register()