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

  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 995 UINT32 InfoCount;
1003 UINT32 InfoCount;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 920 {ACPI_DMT_UINT32, ACPI_DBG2_OFFSET (InfoCount), "Info Count", 0},
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 1310 SubtableCount = Dbg2Header->InfoCount;
1313 /* Process all Device Information subtables (Count = InfoCount) */
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1551 printf("\tCount=%u\n", dbg2->InfoCount);
1553 for (i = 0; i < dbg2->InfoCount; i++) {

Completed in 27 milliseconds