Home
last modified time | relevance | path

Searched refs:DevicePathField (Results 1 – 1 of 1) sorted by relevance

/acpica-3.7.0/source/compiler/
Ddttable2.c1199 DT_FIELD *DevicePathField; in DtCompilePhat() local
1263 DevicePathField = DataOffsetField->Next; in DtCompilePhat()
1267DevicePathField->StringLength = (strlen ((const char *) DevicePathField->Value) * 2) + 2; in DtCompilePhat()
1268 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1271 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1285 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat()
1286 DevicePathField->Value, DataOffsetField->Value, DataOffsetField->ByteOffset); in DtCompilePhat()