Lines Matching refs:PFieldList

179     DT_FIELD                **PFieldList = (DT_FIELD **) List;  in DtCompileLpit()  local
187 while (*PFieldList) in DtCompileLpit()
189 SubtableStart = *PFieldList; in DtCompileLpit()
193 Status = DtCompileTable (PFieldList, AcpiDmTableInfoLpitHdr, in DtCompileLpit()
221 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileLpit()
255 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMadt() local
261 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadt, in DtCompileMadt()
271 while (*PFieldList) in DtCompileMadt()
273 SubtableStart = *PFieldList; in DtCompileMadt()
274 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadtHdr, in DtCompileMadt()
444 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileMadt()
503 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpam() local
512 while (*PFieldList) in DtCompileMpam()
514 SubtableStart = *PFieldList; in DtCompileMpam()
517 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpam0, in DtCompileMpam()
543 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpam1, in DtCompileMpam()
584 Status = DtCompileTable (PFieldList, InfoTable, in DtCompileMpam()
595 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpam1Deps, in DtCompileMpam()
613 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpam2, in DtCompileMpam()
660 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpst() local
671 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst, &Subtable); in DtCompileMpst()
684 while (*PFieldList && SubtableCount) in DtCompileMpst()
688 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0, in DtCompileMpst()
707 while (*PFieldList && PowerStateCount) in DtCompileMpst()
709 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0A, in DtCompileMpst()
722 while (*PFieldList && ComponentCount) in DtCompileMpst()
724 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0B, in DtCompileMpst()
743 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst1, &Subtable); in DtCompileMpst()
760 while (*PFieldList && SubtableCount) in DtCompileMpst()
762 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst2, in DtCompileMpst()
822 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileNfit() local
833 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit, in DtCompileNfit()
846 while (*PFieldList) in DtCompileNfit()
848 SubtableStart = *PFieldList; in DtCompileNfit()
849 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfitHdr, in DtCompileNfit()
912 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileNfit()
928 while (*PFieldList) in DtCompileNfit()
930 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit2a, in DtCompileNfit()
953 if (*PFieldList) in DtCompileNfit()
955 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit3a, in DtCompileNfit()
973 while (*PFieldList) in DtCompileNfit()
975 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit6a, in DtCompileNfit()
1024 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePcct() local
1032 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPcct, in DtCompilePcct()
1044 while (*PFieldList) in DtCompilePcct()
1046 SubtableStart = *PFieldList; in DtCompilePcct()
1047 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPcctHdr, in DtCompilePcct()
1098 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompilePcct()
1132 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePdtt() local
1139 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPdtt, &Subtable); in DtCompilePdtt()
1153 while (*PFieldList) in DtCompilePdtt()
1157 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPdtt0, in DtCompilePdtt()
1192 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePhat() local
1207 while (*PFieldList) in DtCompilePhat()
1211 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPhatHdr, &Subtable); in DtCompilePhat()
1240 (*PFieldList)->TableOffset, (*PFieldList)->Name, Subtable->Length); in DtCompilePhat()
1242 DataOffsetField = *PFieldList; in DtCompilePhat()
1296 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, *PFieldList, "PHAT"); in DtCompilePhat()
1302 Status = DtCompileTable (PFieldList, Info, &Subtable); in DtCompilePhat()
1309 TableOffset /* - StartTableOffset*/, (*PFieldList)->Name, Subtable->Length); in DtCompilePhat()
1326 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPhat0a, in DtCompilePhat()
1353 (*PFieldList)->Name, DataOffsetField->Value, (*PFieldList)->Value, in DtCompilePhat()
1356 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPhat1a, &Subtable); in DtCompilePhat()
1366 if (!*PFieldList) in DtCompilePhat()
1374 DeviceDataLength, (*PFieldList)->Name, TableOffset, in DtCompilePhat()
1375 (*PFieldList)->StringLength, (*PFieldList)->Value, Subtable->Length); in DtCompilePhat()
1389 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPhat1b, &Subtable); in DtCompilePhat()
1420 DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, *PFieldList, "PHAT"); in DtCompilePhat()
1448 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePmtt() local
1455 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt, &Subtable); in DtCompilePmtt()
1467 while (*PFieldList) in DtCompilePmtt()
1469 SubtableStart = *PFieldList; in DtCompilePmtt()
1470 DtCompileInteger ((UINT8 *) &Type, *PFieldList, 2, 0); in DtCompilePmtt()
1480 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt0, in DtCompilePmtt()
1495 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt1, in DtCompilePmtt()
1509 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt2, in DtCompilePmtt()
1523 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmttVendor, in DtCompilePmtt()
1567 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePptt() local
1573 while (*PFieldList) in DtCompilePptt()
1575 SubtableStart = *PFieldList; in DtCompilePptt()
1579 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPpttHdr, in DtCompilePptt()
1614 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompilePptt()
1635 while (*PFieldList) in DtCompilePptt()
1637 Status = DtCompileTable (PFieldList, in DtCompilePptt()
1663 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPptt1a, in DtCompilePptt()
1700 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePrmt() local
1707 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPrmtHdr, in DtCompilePrmt()
1718 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPrmtModule, in DtCompilePrmt()
1729 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPrmtHandler, in DtCompilePrmt()
1762 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileRas2() local
1769 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRas2, &Subtable); in DtCompileRas2()
1782 while (*PFieldList) in DtCompileRas2()
1786 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRas2PccDesc, in DtCompileRas2()
1821 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileRgrt() local
1826 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRgrt, in DtCompileRgrt()
1838 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRgrt0, in DtCompileRgrt()
1872 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileRhct() local
1878 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRhct, in DtCompileRhct()
1886 while (*PFieldList) in DtCompileRhct()
1888 SubtableStart = *PFieldList; in DtCompileRhct()
1892 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRhctNodeHdr, in DtCompileRhct()
1932 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileRhct()
1952 while (*PFieldList) in DtCompileRhct()
1954 Status = DtCompileTable (PFieldList, in DtCompileRhct()
2033 DT_FIELD **PFieldList) in DtCompileS3pt() argument
2043 Status = DtCompileTable (PFieldList, AcpiDmTableInfoS3pt, in DtCompileS3pt()
2052 while (*PFieldList) in DtCompileS3pt()
2054 SubtableStart = *PFieldList; in DtCompileS3pt()
2055 Status = DtCompileTable (PFieldList, AcpiDmTableInfoS3ptHdr, in DtCompileS3pt()
2086 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileS3pt()
2124 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSdev() local
2135 while (*PFieldList) in DtCompileSdev()
2139 SubtableStart = *PFieldList; in DtCompileSdev()
2140 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdevHdr, in DtCompileSdev()
2178 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileSdev()
2204 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdev0b, in DtCompileSdev()
2217 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdevSecCompHdr, in DtCompileSdev()
2252 Status = DtCompileTable (PFieldList, SecureComponentInfoTable, in DtCompileSdev()
2275 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdev0a, in DtCompileSdev()
2299 if (*PFieldList) in DtCompileSdev()
2301 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdev1b, in DtCompileSdev()
2332 while (*PFieldList && !strcmp ((*PFieldList)->Name, "Device")) in DtCompileSdev()
2334 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdev1a, in DtCompileSdev()
2363 if (*PFieldList) in DtCompileSdev()
2365 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSdev1b, in DtCompileSdev()
2421 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSlic() local
2424 while (*PFieldList) in DtCompileSlic()
2426 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSlic, in DtCompileSlic()
2462 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSlit() local
2470 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSlit, in DtCompileSlit()
2486 FieldList = *PFieldList; in DtCompileSlit()
2533 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSrat() local
2539 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSrat, in DtCompileSrat()
2549 while (*PFieldList) in DtCompileSrat()
2551 SubtableStart = *PFieldList; in DtCompileSrat()
2552 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSratHdr, in DtCompileSrat()
2608 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileSrat()
2639 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileStao() local
2647 Status = DtCompileTable (PFieldList, AcpiDmTableInfoStao, in DtCompileStao()
2659 while (*PFieldList) in DtCompileStao()
2661 Status = DtCompileTable (PFieldList, AcpiDmTableInfoStaoStr, in DtCompileStao()
2695 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSvkl() local
2703 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSvkl, in DtCompileSvkl()
2715 while (*PFieldList) in DtCompileSvkl()
2717 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSvkl0, in DtCompileSvkl()
2748 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTcpa() local
2757 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaHdr, in DtCompileTcpa()
2777 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaClient, in DtCompileTcpa()
2783 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaServer, in DtCompileTcpa()
2816 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTpm2Rev3() local
2823 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTpm23, in DtCompileTpm2Rev3()
2838 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTpm23a, in DtCompileTpm2Rev3()
2873 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTpm2() local
2892 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTpm2, in DtCompileTpm2()
2909 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTpm2a, in DtCompileTpm2()
2928 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTpm211, in DtCompileTpm2()
3037 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileUefi() local
3043 Status = DtCompileTable (PFieldList, AcpiDmTableInfoUefi, in DtCompileUefi()
3061 DtCompileGeneric ((void **) PFieldList, NULL, NULL); in DtCompileUefi()
3085 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileViot() local
3094 Status = DtCompileTable (PFieldList, AcpiDmTableInfoViot, &Subtable); in DtCompileViot()
3111 while (*PFieldList) { in DtCompileViot()
3112 SubtableStart = *PFieldList; in DtCompileViot()
3113 Status = DtCompileTable (PFieldList, AcpiDmTableInfoViotHeader, in DtCompileViot()
3154 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileViot()
3212 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileWpbt() local
3221 Status = DtCompileTable (PFieldList, AcpiDmTableInfoWpbt, &Subtable); in DtCompileWpbt()
3237 if (!*PFieldList) in DtCompileWpbt()
3245 Status = DtCompileTable (PFieldList, AcpiDmTableInfoWpbt0, &Subtable); in DtCompileWpbt()
3319 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileGeneric() local
3333 DtDetectAllLabels (*PFieldList); in DtCompileGeneric()
3341 while (*PFieldList) in DtCompileGeneric()
3343 if (Name && !strcmp ((*PFieldList)->Name, Name)) in DtCompileGeneric()
3348 Info = DtGetGenericTableInfo ((*PFieldList)->Name); in DtCompileGeneric()
3352 (*PFieldList)->Name); in DtCompileGeneric()
3354 (*PFieldList), AslGbl_MsgBuffer); in DtCompileGeneric()
3356 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric()
3360 Status = DtCompileTable (PFieldList, Info, in DtCompileGeneric()
3372 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric()
3377 (*PFieldList)->Name); in DtCompileGeneric()
3379 (*PFieldList), AslGbl_MsgBuffer); in DtCompileGeneric()