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

  /src/sys/external/bsd/acpica/dist/events/
evgpe.c 103 if (GpeEventInfo->RuntimeCount)
195 if (GpeEventInfo->RuntimeCount &&
231 if (GpeEventInfo->RuntimeCount == ACPI_UINT8_MAX)
236 GpeEventInfo->RuntimeCount++;
237 if (GpeEventInfo->RuntimeCount == 1)
254 GpeEventInfo->RuntimeCount--;
285 if (!GpeEventInfo->RuntimeCount)
290 GpeEventInfo->RuntimeCount--;
291 if (!GpeEventInfo->RuntimeCount)
303 GpeEventInfo->RuntimeCount++
    [all...]
evxface.c 936 GpeEventInfo->RuntimeCount)
  /src/sys/external/bsd/acpica/dist/include/
acevents.h 55 ((__gpe__)->RuntimeCount == 1 && \
aclocal.h 559 UINT8 RuntimeCount; /* References to a run GPE */
  /src/sys/external/bsd/acpica/dist/debugger/
dbdisply.c 953 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags);

Completed in 19 milliseconds