Lines Matching refs:FieldList
943 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileRsdt() local
949 while (FieldList) in DtCompileRsdt()
951 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO); in DtCompileRsdt()
955 FieldList = FieldList->Next; in DtCompileRsdt()
1105 DT_FIELD *FieldList; in DtCompileSlit() local
1125 FieldList = *PFieldList; in DtCompileSlit()
1126 while (FieldList) in DtCompileSlit()
1129 FieldList->Value, FieldList, Localities); in DtCompileSlit()
1133 FieldList = FieldList->Next; in DtCompileSlit()
1578 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileXsdt() local
1584 while (FieldList) in DtCompileXsdt()
1586 DtCompileInteger ((UINT8 *) &Address, FieldList, 8, DT_NON_ZERO); in DtCompileXsdt()
1590 FieldList = FieldList->Next; in DtCompileXsdt()