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