Lines Matching refs:sp
233 sal_log_section_hdr_t *sp; in mca_make_slidx() local
259 ercd_pos < record_len; ercd_pos += sp->len, sects++) { in mca_make_slidx()
260 sp = (sal_log_section_hdr_t *)((char*)buffer + ercd_pos); in mca_make_slidx()
261 if (!efi_guidcmp(sp->guid, SAL_PROC_DEV_ERR_SECT_GUID)) { in mca_make_slidx()
262 LOG_INDEX_ADD_SECT_PTR(slidx->proc_err, sp); in mca_make_slidx()
263 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
266 LOG_INDEX_ADD_SECT_PTR(slidx->mem_dev_err, sp); in mca_make_slidx()
267 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
270 LOG_INDEX_ADD_SECT_PTR(slidx->sel_dev_err, sp); in mca_make_slidx()
271 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
274 LOG_INDEX_ADD_SECT_PTR(slidx->pci_bus_err, sp); in mca_make_slidx()
275 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
278 LOG_INDEX_ADD_SECT_PTR(slidx->smbios_dev_err, sp); in mca_make_slidx()
279 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
282 LOG_INDEX_ADD_SECT_PTR(slidx->pci_comp_err, sp); in mca_make_slidx()
283 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
286 LOG_INDEX_ADD_SECT_PTR(slidx->plat_specific_err, sp); in mca_make_slidx()
287 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
290 LOG_INDEX_ADD_SECT_PTR(slidx->host_ctlr_err, sp); in mca_make_slidx()
291 } else if (!efi_guidcmp(sp->guid, in mca_make_slidx()
294 LOG_INDEX_ADD_SECT_PTR(slidx->plat_bus_err, sp); in mca_make_slidx()
296 LOG_INDEX_ADD_SECT_PTR(slidx->unsupported, sp); in mca_make_slidx()