Searched refs:PFieldList (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| 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() 1491 while (*PFieldList && !strcmp ((*PFieldList)->Name, "Device")) in DtCompileSdev() 2348 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric() [all …]
|
| H A D | dtcompiler.h | 516 DT_FIELD **PFieldList); 520 DT_FIELD **PFieldList); 524 void **PFieldList); 528 void **PFieldList); 532 void **PFieldList); 536 void **PFieldList); 540 void **PFieldList); 544 void **PFieldList); 548 void **PFieldList); 552 void **PFieldList); [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() 1017 while (*PFieldList) in DtCompileGtdt() 1127 while (*PFieldList) in DtCompileFpdt() 1213 while (*PFieldList) in DtCompileHest() 1372 while (*PFieldList) in DtCompileHmat() 1623 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 | 781 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTwoSubtables() local 784 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable); in DtCompileTwoSubtables() 793 while (*PFieldList) in DtCompileTwoSubtables() 795 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable); in DtCompileTwoSubtables()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 293 void **PFieldList);
|