HomeSort by: relevance | last modified time | path
    Searched defs:erst (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/acpi/
apeivar.h 55 ACPI_TABLE_ERST *erst; /* Error Record Serialization Table */ member in struct:apei_tab
apei_erst.c 30 * APEI ERST -- Error Record Serialization Table
64 * Symbolic names of the APEI ERST (Error Record Serialization
93 * Symbolic names of the APEI ERST (Error Record Serialization
158 aprint_debug("ERST: move"
210 * instructions for each ERST action.
215 ACPI_TABLE_ERST *erst = sc->sc_tab.erst; local in function:apei_erst_attach
226 if (erst->Header.Length < sizeof(*erst)) {
227 aprint_error_dev(sc->sc_dev, "ERST: truncated table:
    [all...]
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1833 ACPI_TABLE_ERST *erst; local in function:acpi_handle_erst
1840 erst = (ACPI_TABLE_ERST *)sdp;
1842 printf("\tHeader Length=%d\n", erst->HeaderLength);
1843 printf("\tEntries=%d\n", erst->Entries);
1846 for (i = 0; i < erst->Entries; i++) {
1847 erst_entry = (ACPI_ERST_ENTRY *)((char *)erst + erst_pos);
  /src/sys/dev/usb/
xhci.c 1677 struct xhci_erste *erst; local in function:xhci_init
1678 erst = KERNADDR(&sc->sc_eventst_dma, 0);
1679 erst[0].erste_0 = htole64(xhci_ring_trbp(sc->sc_er, 0));
1680 erst[0].erste_2 = htole32(sc->sc_er->xr_ntrb);
1681 erst[0].erste_3 = htole32(0);

Completed in 19 milliseconds