Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslrestype2s.c1415 UINT16 PinListLength; in RsDoPinFunctionDescriptor() local
1432 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinFunctionDescriptor()
1435 ResSourceLength + VendorLength + PinListLength; in RsDoPinFunctionDescriptor()
1450 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinFunctionDescriptor()
1601 UINT16 PinListLength; in RsDoPinConfigDescriptor() local
1618 PinListLength = RsGetInterruptDataLength (InitializerOp, 8); in RsDoPinConfigDescriptor()
1621 ResSourceLength + VendorLength + PinListLength; in RsDoPinConfigDescriptor()
1636 ResourceSource = ACPI_ADD_PTR (char, PinList, PinListLength); in RsDoPinConfigDescriptor()
1801 UINT16 PinListLength; in RsDoPinGroupDescriptor() local
1818 PinListLength = RsGetInterruptDataLength (InitializerOp, 4); in RsDoPinGroupDescriptor()
[all …]