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

  /src/sys/external/bsd/acpica/dist/events/
evgpeblk.c 209 ACPI_FREE (GpeBlock->EventInfo);
226 * DESCRIPTION: Create the RegisterInfo and EventInfo blocks for this GPE block
259 * Allocate the GPE EventInfo block. There are eight distinct GPEs
275 GpeBlock->EventInfo = GpeEventInfo;
306 /* Init the EventInfo for each GPE within this register */
412 * Create the RegisterInfo and EventInfo sub-structures
428 ACPI_FREE (GpeBlock->EventInfo);
522 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex];
evgpeutil.c 362 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i *
evgpe.c 318 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE (The GpeNumber
321 * DESCRIPTION: Returns the EventInfo struct associated with this GPE. This is
350 return (&GpeBlock->EventInfo[GpeIndex]);
361 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE
363 * DESCRIPTION: Returns the EventInfo struct associated with this GPE.
503 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i *
693 * in the EventInfo.
  /src/sys/external/bsd/acpica/dist/utilities/
utinit.c 102 ACPI_FREE (GpeBlock->EventInfo);
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 913 AcpiOsPrintf (" EventInfo: %p\n", GpeBlock->EventInfo);
940 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex];
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 588 ACPI_GPE_EVENT_INFO *EventInfo; /* One for each GPE */

Completed in 28 milliseconds