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 317 ACPI_FREE (GpeBlock->EventInfo);
334 * DESCRIPTION: Create the RegisterInfo and EventInfo blocks for this GPE block
367 * Allocate the GPE EventInfo block. There are eight distinct GPEs
383 GpeBlock->EventInfo = GpeEventInfo;
414 /* Init the EventInfo for each GPE within this register */
520 * Create the RegisterInfo and EventInfo sub-structures
536 ACPI_FREE (GpeBlock->EventInfo);
630 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex];
evgpeutil.c 470 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i *
evgpe.c 426 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE (The GpeNumber
429 * DESCRIPTION: Returns the EventInfo struct associated with this GPE. This is
458 return (&GpeBlock->EventInfo[GpeIndex]);
469 * RETURN: A GPE EventInfo struct. NULL if not a valid GPE
471 * DESCRIPTION: Returns the EventInfo struct associated with this GPE.
611 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i *
801 * in the EventInfo.
  /src/sys/external/bsd/acpica/dist/utilities/
utinit.c 210 ACPI_FREE (GpeBlock->EventInfo);
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 1021 AcpiOsPrintf (" EventInfo: %p\n", GpeBlock->EventInfo);
1048 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex];
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 696 ACPI_GPE_EVENT_INFO *EventInfo; /* One for each GPE */

Completed in 32 milliseconds