Lines Matching refs:PFieldList

72     DT_FIELD                **PFieldList = (DT_FIELD **) List;  in DtCompileLpit()  local
80 while (*PFieldList) in DtCompileLpit()
82 SubtableStart = *PFieldList; in DtCompileLpit()
86 Status = DtCompileTable (PFieldList, AcpiDmTableInfoLpitHdr, in DtCompileLpit()
114 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileLpit()
148 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMadt() local
154 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadt, in DtCompileMadt()
164 while (*PFieldList) in DtCompileMadt()
166 SubtableStart = *PFieldList; in DtCompileMadt()
167 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadtHdr, in DtCompileMadt()
268 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileMadt()
327 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpst() local
338 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst, &Subtable, TRUE); in DtCompileMpst()
351 while (*PFieldList && SubtableCount) in DtCompileMpst()
355 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0, in DtCompileMpst()
374 while (*PFieldList && PowerStateCount) in DtCompileMpst()
376 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0A, in DtCompileMpst()
389 while (*PFieldList && ComponentCount) in DtCompileMpst()
391 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst0B, in DtCompileMpst()
410 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst1, &Subtable, TRUE); in DtCompileMpst()
427 while (*PFieldList && SubtableCount) in DtCompileMpst()
429 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMpst2, in DtCompileMpst()
514 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileNfit() local
525 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit, in DtCompileNfit()
538 while (*PFieldList) in DtCompileNfit()
540 SubtableStart = *PFieldList; in DtCompileNfit()
541 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfitHdr, in DtCompileNfit()
599 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileNfit()
615 while (*PFieldList) in DtCompileNfit()
617 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit2a, in DtCompileNfit()
641 if (*PFieldList) in DtCompileNfit()
643 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit3a, in DtCompileNfit()
661 while (*PFieldList) in DtCompileNfit()
663 Status = DtCompileTable (PFieldList, AcpiDmTableInfoNfit6a, in DtCompileNfit()
713 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePcct() local
721 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPcct, in DtCompilePcct()
733 while (*PFieldList) in DtCompilePcct()
735 SubtableStart = *PFieldList; in DtCompilePcct()
736 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPcctHdr, in DtCompilePcct()
767 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompilePcct()
801 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePmtt() local
811 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt, &Subtable, TRUE); in DtCompilePmtt()
821 while (*PFieldList) in DtCompilePmtt()
823 SubtableStart = *PFieldList; in DtCompilePmtt()
824 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmttHdr, in DtCompilePmtt()
856 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt0, in DtCompilePmtt()
871 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt1, in DtCompilePmtt()
887 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt1a, in DtCompilePmtt()
903 Status = DtCompileTable (PFieldList, AcpiDmTableInfoPmtt2, in DtCompilePmtt()
976 DT_FIELD **PFieldList) in DtCompileS3pt() argument
986 Status = DtCompileTable (PFieldList, AcpiDmTableInfoS3pt, in DtCompileS3pt()
995 while (*PFieldList) in DtCompileS3pt()
997 SubtableStart = *PFieldList; in DtCompileS3pt()
998 Status = DtCompileTable (PFieldList, AcpiDmTableInfoS3ptHdr, in DtCompileS3pt()
1029 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileS3pt()
1063 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSlic() local
1066 while (*PFieldList) in DtCompileSlic()
1068 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSlic, in DtCompileSlic()
1104 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSlit() local
1110 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSlit, in DtCompileSlit()
1125 FieldList = *PFieldList; in DtCompileSlit()
1160 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileSrat() local
1166 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSrat, in DtCompileSrat()
1176 while (*PFieldList) in DtCompileSrat()
1178 SubtableStart = *PFieldList; in DtCompileSrat()
1179 Status = DtCompileTable (PFieldList, AcpiDmTableInfoSratHdr, in DtCompileSrat()
1220 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE); in DtCompileSrat()
1251 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileStao() local
1259 Status = DtCompileTable (PFieldList, AcpiDmTableInfoStao, in DtCompileStao()
1271 while (*PFieldList) in DtCompileStao()
1273 Status = DtCompileTable (PFieldList, AcpiDmTableInfoStaoStr, in DtCompileStao()
1304 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTcpa() local
1313 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaHdr, in DtCompileTcpa()
1333 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaClient, in DtCompileTcpa()
1339 Status = DtCompileTable (PFieldList, AcpiDmTableInfoTcpaServer, in DtCompileTcpa()
1424 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileUefi() local
1430 Status = DtCompileTable (PFieldList, AcpiDmTableInfoUefi, in DtCompileUefi()
1448 DtCompileGeneric ((void **) PFieldList, NULL, NULL); in DtCompileUefi()
1519 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileWpbt() local
1529 Status = DtCompileTable (PFieldList, AcpiDmTableInfoWpbt, in DtCompileWpbt()
1541 Status = DtCompileTable (PFieldList, AcpiDmTableInfoWpbt0, in DtCompileWpbt()
1620 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileGeneric() local
1634 DtDetectAllLabels (*PFieldList); in DtCompileGeneric()
1642 while (*PFieldList) in DtCompileGeneric()
1644 if (Name && !strcmp ((*PFieldList)->Name, Name)) in DtCompileGeneric()
1649 Info = DtGetGenericTableInfo ((*PFieldList)->Name); in DtCompileGeneric()
1653 (*PFieldList)->Name); in DtCompileGeneric()
1655 (*PFieldList), MsgBuffer); in DtCompileGeneric()
1657 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric()
1661 Status = DtCompileTable (PFieldList, Info, in DtCompileGeneric()
1673 *PFieldList = (*PFieldList)->Next; in DtCompileGeneric()
1678 (*PFieldList)->Name); in DtCompileGeneric()
1680 (*PFieldList), MsgBuffer); in DtCompileGeneric()