Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslrestype2s.c2089 UINT16 ResSourceLabelLength; in RsDoPinGroupFunctionDescriptor() local
2105 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 4); in RsDoPinGroupFunctionDescriptor()
2109 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupFunctionDescriptor()
2125 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupFunctionDescriptor()
2166 if (ResSourceLabelLength < 2) in RsDoPinGroupFunctionDescriptor()
2235 UINT16 ResSourceLabelLength; in RsDoPinGroupConfigDescriptor() local
2251 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 5); in RsDoPinGroupConfigDescriptor()
2255 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupConfigDescriptor()
2271 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupConfigDescriptor()
2335 if (ResSourceLabelLength < 2) in RsDoPinGroupConfigDescriptor()