Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1380 DT_FIELD *DevicePathField; in DtCompilePhat() local
1444 DevicePathField = DataOffsetField->Next; in DtCompilePhat()
1448DevicePathField->StringLength = (strlen ((const char *) DevicePathField->Value) * 2) + 2; in DtCompilePhat()
1449 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1452 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1466 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat()
1467 DevicePathField->Value, DataOffsetField->Value, DataOffsetField->ByteOffset); in DtCompilePhat()