Home | Sort by: relevance | last modified time | path |
/src/sys/dev/acpi/ | |
apei_hestvar.h | 55 ACPI_HEST_GENERIC_STATUS *gesb; member in struct:apei_source::__anon4a6a36c6010a::__anon4a6a36c60208 58 ACPI_HEST_GENERIC_STATUS *gesb; member in struct:apei_source::__anon4a6a36c6010a::__anon4a6a36c60308 |
apei_hest.c | 92 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb; local in function:apei_hest_ghes_handle 102 status = apei_gesb_report(sc, src->as_ghes.gesb, 108 * GESB until we get another notification. 124 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); 152 ACPI_HEST_GENERIC_STATUS *gesb = src->as_ghes.gesb; local in function:apei_hest_ghes_v2_handle 163 status = apei_gesb_report(sc, src->as_ghes.gesb, 172 const uint32_t status1 = atomic_cas_32(&gesb->BlockStatus, status, 0); 373 * address of a GESB, Generic Error Status Block. Why th [all...] |