Searched refs:PFieldList (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | dtcompiler.h | 562 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 D | dttable2.c | 187 while (*PFieldList) in DtCompileLpit() 271 while (*PFieldList) in DtCompileMadt() 645 while (*PFieldList) in DtCompileNfit() 843 while (*PFieldList) in DtCompilePcct() 947 while (*PFieldList) in DtCompilePdtt() 1006 while (*PFieldList) in DtCompilePmtt() 1137 while (*PFieldList) in DtCompilePptt() 1299 while (*PFieldList) in DtCompileS3pt() 1492 while (*PFieldList && !strcmp ((*PFieldList)->Name, "Device")) in DtCompileSdev() 2369 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric() [all …]
|
| H A D | dttable1.c | 201 while (*PFieldList) in DtCompileAsf() 397 while (*PFieldList) in DtCompileCsrt() 672 while (*PFieldList) in DtCompileDmar() 857 while (*PFieldList) in DtCompileDrtm() 893 while (*PFieldList) in DtCompileDrtm() 1039 while (*PFieldList) in DtCompileGtdt() 1149 while (*PFieldList) in DtCompileFpdt() 1235 while (*PFieldList) in DtCompileHest() 1394 while (*PFieldList) in DtCompileHmat() 1645 while (*PFieldList) in DtCompileIort() [all …]
|
| H A D | dttable.c | 174 DT_FIELD **PFieldList) in DtCompileRsdp() argument 184 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp1, in DtCompileRsdp() 198 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp2, in DtCompileRsdp() 237 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileFadt() local 242 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt1, in DtCompileFadt() 257 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt2, in DtCompileFadt() 268 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt3, in DtCompileFadt() 279 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt5, in DtCompileFadt() 291 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt6, in DtCompileFadt() 320 DT_FIELD **PFieldList) in DtCompileFacs() argument [all …]
|
| H A D | dtcompile.c | 794 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()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 293 void **PFieldList);
|