Home
last modified time | relevance | path

Searched refs:PFieldList (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddttable2.c187 while (*PFieldList) in DtCompileLpit()
271 while (*PFieldList) in DtCompileMadt()
625 while (*PFieldList) in DtCompileNfit()
841 while (*PFieldList) in DtCompileNhlt()
1207 while (*PFieldList) in DtCompilePcct()
1316 while (*PFieldList) in DtCompilePdtt()
1364 while (*PFieldList) in DtCompilePhat()
2184 while (*PFieldList && !strcmp ((*PFieldList)->Name, "Device")) in DtCompileSdev()
3089 if (!*PFieldList) in DtCompileWpbt()
3208 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric()
[all …]
H A Ddttable1.c211 while (*PFieldList) in DtCompileAest()
418 while (*PFieldList) in DtCompileAsf()
588 while (*PFieldList) in DtCompileCedt()
688 while (*PFieldList) in DtCompileCsrt()
963 while (*PFieldList) in DtCompileDmar()
1148 while (*PFieldList) in DtCompileDrtm()
1184 while (*PFieldList) in DtCompileDrtm()
1330 while (*PFieldList) in DtCompileGtdt()
1440 while (*PFieldList) in DtCompileFpdt()
1526 while (*PFieldList) in DtCompileHest()
[all …]
H A Ddtcompiler.h562 DT_FIELD **PFieldList);
566 DT_FIELD **PFieldList);
570 void **PFieldList);
574 void **PFieldList);
578 void **PFieldList);
582 void **PFieldList);
586 void **PFieldList);
590 void **PFieldList);
594 void **PFieldList);
598 void **PFieldList);
[all …]
H A Ddttable.c174 DT_FIELD **PFieldList) in DtCompileRsdp() argument
184 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp1, in DtCompileRsdp()
198 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp2, in DtCompileRsdp()
239 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileFadt() local
250 DsdtFieldList = (*PFieldList)->Next; in DtCompileFadt()
251 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt1, in DtCompileFadt()
274 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt2, in DtCompileFadt()
291 DsdtFieldList = *PFieldList; in DtCompileFadt()
301 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt3, in DtCompileFadt()
369 DT_FIELD **PFieldList) in DtCompileFacs() argument
[all …]
H A Ddtcompile.c794 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTwoSubtables() local
797 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable); in DtCompileTwoSubtables()
806 while (*PFieldList) in DtCompileTwoSubtables()
808 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable); in DtCompileTwoSubtables()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacdisasm.h316 void **PFieldList);