Lines Matching refs:FieldList
2000 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileRsdt() local
2006 while (FieldList) in DtCompileRsdt()
2008 DtCompileInteger ((UINT8 *) &Address, FieldList, 4, DT_NON_ZERO); in DtCompileRsdt()
2012 FieldList = FieldList->Next; in DtCompileRsdt()
2463 DT_FIELD *FieldList; in DtCompileSlit() local
2486 FieldList = *PFieldList; in DtCompileSlit()
2487 while (FieldList) in DtCompileSlit()
2490 FieldList->Value, FieldList, Localities); in DtCompileSlit()
2495 EndOfFieldList = FieldList; in DtCompileSlit()
2496 FieldList = FieldList->Next; in DtCompileSlit()
3277 DT_FIELD *FieldList = *(DT_FIELD **) List; in DtCompileXsdt() local
3283 while (FieldList) in DtCompileXsdt()
3285 DtCompileInteger ((UINT8 *) &Address, FieldList, 8, DT_NON_ZERO); in DtCompileXsdt()
3289 FieldList = FieldList->Next; in DtCompileXsdt()