Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1212 DT_FIELD *DevicePathField; in DtCompilePhat() local
1276 DevicePathField = DataOffsetField->Next; in DtCompilePhat()
1280DevicePathField->StringLength = (strlen ((const char *) DevicePathField->Value) * 2) + 2; in DtCompilePhat()
1281 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1284 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1298 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat()
1299 DevicePathField->Value, DataOffsetField->Value, DataOffsetField->ByteOffset); in DtCompilePhat()