HomeSort by: relevance | last modified time | path
    Searched refs:apei_softc (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/acpi/
apei_bertvar.h 34 struct apei_softc;
45 void apei_bert_attach(struct apei_softc *);
46 void apei_bert_detach(struct apei_softc *);
apei_einjvar.h 33 struct apei_softc;
45 void apei_einj_attach(struct apei_softc *);
46 void apei_einj_detach(struct apei_softc *);
apei_erstvar.h 33 struct apei_softc;
45 void apei_erst_attach(struct apei_softc *);
46 void apei_erst_detach(struct apei_softc *);
apei_hestvar.h 38 struct apei_softc;
51 struct apei_softc *as_sc;
82 void apei_hest_attach(struct apei_softc *);
83 void apei_hest_detach(struct apei_softc *);
apeivar.h 49 * inside struct apei_softc, and by apei_match without an
50 * apei_softc.
60 * struct apei_softc
64 struct apei_softc { struct
77 uint32_t apei_gesb_report(struct apei_softc *,
apei_bert.c 56 apei_bert_attach(struct apei_softc *sc)
129 apei_bert_detach(struct apei_softc *sc)
apei_hest.c 88 apei_hest_ghes_handle(struct apei_softc *sc, struct apei_source *src)
148 apei_hest_ghes_v2_handle(struct apei_softc *sc, struct apei_source *src)
214 struct apei_softc *sc = src->as_sc;
244 struct apei_softc *sc = src->as_sc;
280 struct apei_softc *sc = src->as_sc;
303 struct apei_softc *sc = src->as_sc;
328 apei_hest_attach_ghes(struct apei_softc *sc, ACPI_HEST_GENERIC *ghes,
445 apei_hest_detach_ghes(struct apei_softc *sc, ACPI_HEST_GENERIC *ghes,
499 apei_hest_attach_ghes_v2(struct apei_softc *sc, ACPI_HEST_GENERIC_V2 *ghes_v2,
632 apei_hest_detach_ghes_v2(struct apei_softc *sc, ACPI_HEST_GENERIC_V2 *ghes_v2
    [all...]
apei_einj.c 69 static uint64_t apei_einj_act(struct apei_softc *, enum AcpiEinjActions,
71 static uint64_t apei_einj_trigger(struct apei_softc *, uint64_t);
137 apei_einj_attach(struct apei_softc *sc)
366 apei_einj_detach(struct apei_softc *sc)
382 struct apei_softc *sc;
466 apei_einj_act(struct apei_softc *sc, enum AcpiEinjActions action,
509 apei_einj_trigger(struct apei_softc *sc, uint64_t x)
681 struct apei_softc *sc;
775 struct apei_softc *sc;
845 struct apei_softc *sc
    [all...]
apei_erst.c 58 static uint64_t apei_erst_act(struct apei_softc *, enum AcpiErstActions,
213 apei_erst_attach(struct apei_softc *sc)
313 apei_erst_detach(struct apei_softc *sc)
354 struct apei_softc *sc;
531 apei_erst_act(struct apei_softc *sc, enum AcpiErstActions action, uint64_t x)
apei.c 74 static void apei_identify(struct apei_softc *, const char *,
77 CFATTACH_DECL_NEW(apei, sizeof(struct apei_softc),
100 struct apei_softc *sc = device_private(self);
166 struct apei_softc *sc = device_private(self);
281 apei_identify(struct apei_softc *sc, const char *name,
369 apei_cper_memory_error_report(struct apei_softc *sc, const void *buf,
508 apei_cper_pcie_error_report(struct apei_softc *sc, const void *buf, size_t len,
774 void (*func)(struct apei_softc *, const void *, size_t, const char *,
798 apei_gede_report_header(struct apei_softc *sc,
1012 apei_gesb_ratecheck(struct apei_softc *sc, uint32_t severity
    [all...]

Completed in 18 milliseconds