Lines Matching refs:FieldList
1247 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileRsdt() local
1253 while (FieldList) in DtCompileRsdt()
1255 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO); in DtCompileRsdt()
1259 FieldList = FieldList->Next; in DtCompileRsdt()
1622 DT_FIELD *FieldList; in DtCompileSlit() local
1642 FieldList = *PFieldList; in DtCompileSlit()
1643 while (FieldList) in DtCompileSlit()
1646 FieldList->Value, FieldList, Localities); in DtCompileSlit()
1650 FieldList = FieldList->Next; in DtCompileSlit()
2203 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileXsdt() local
2209 while (FieldList) in DtCompileXsdt()
2211 DtCompileInteger ((UINT8 *) &Address, FieldList, 8, DT_NON_ZERO); in DtCompileXsdt()
2215 FieldList = FieldList->Next; in DtCompileXsdt()