Searched refs:PFieldList (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | dttable2.c | 187 while (*PFieldList) in DtCompileLpit() 271 while (*PFieldList) in DtCompileMadt() 634 while (*PFieldList) in DtCompileNfit() 851 while (*PFieldList) in DtCompileNhlt() 1225 while (*PFieldList) in DtCompilePcct() 1334 while (*PFieldList) in DtCompilePdtt() 1388 while (*PFieldList) in DtCompilePhat() 2322 while (*PFieldList && !strcmp ((*PFieldList)->Name, "Device")) in DtCompileSdev() 3227 if (!*PFieldList) in DtCompileWpbt() 3346 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric() [all …]
|
| 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 | dttable1.c | 211 while (*PFieldList) in DtCompileAest() 426 while (*PFieldList) in DtCompileApmt() 514 while (*PFieldList) in DtCompileAsf() 689 while (*PFieldList) in DtCompileCdat() 811 while (*PFieldList) in DtCompileCedt() 961 while (*PFieldList) in DtCompileCsrt() 1236 while (*PFieldList) in DtCompileDmar() 1426 while (*PFieldList) in DtCompileDrtm() 1462 while (*PFieldList) in DtCompileDrtm() 1608 while (*PFieldList) in DtCompileGtdt() [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() 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 D | dtcompile.c | 836 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTwoSubtables() local 839 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable); in DtCompileTwoSubtables() 848 while (*PFieldList) in DtCompileTwoSubtables() 850 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable); in DtCompileTwoSubtables()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 318 void **PFieldList);
|