Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2s.c1954 UINT16 ResSourceLabelLength; in RsDoPinGroupFunctionDescriptor() local
1970 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 4); in RsDoPinGroupFunctionDescriptor()
1974 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupFunctionDescriptor()
1990 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupFunctionDescriptor()
2031 if (ResSourceLabelLength < 2) in RsDoPinGroupFunctionDescriptor()
2100 UINT16 ResSourceLabelLength; in RsDoPinGroupConfigDescriptor() local
2116 ResSourceLabelLength = RsGetStringDataLengthAt (InitializerOp, 5); in RsDoPinGroupConfigDescriptor()
2120 ResSourceLength + ResSourceLabelLength + VendorLength; in RsDoPinGroupConfigDescriptor()
2136 VendorData = ACPI_ADD_PTR (UINT8, ResourceSourceLabel, ResSourceLabelLength); in RsDoPinGroupConfigDescriptor()
2200 if (ResSourceLabelLength < 2) in RsDoPinGroupConfigDescriptor()