Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c120 UINT32 StartIndex,
873 UINT32 StartIndex, in AcpiNsCheckSortedList() argument
903 if (!OuterElementCount || StartIndex >= OuterElementCount) in AcpiNsCheckSortedList()
908 OuterElements = &ReturnObject->Package.Elements[StartIndex]; in AcpiNsCheckSortedList()
909 OuterElementCount -= StartIndex; in AcpiNsCheckSortedList()
952 AcpiNsSortList (&ReturnObject->Package.Elements[StartIndex], in AcpiNsCheckSortedList()
H A Dnsprepkg.c71 UINT32 StartIndex);
751 UINT32 StartIndex) in AcpiNsCheckPackageElements() argument
766 Type1, i + StartIndex); in AcpiNsCheckPackageElements()
778 Type2, (i + Count1 + StartIndex)); in AcpiNsCheckPackageElements()
/titanic_41/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1057 int count, StartIndex, index = 0; in mdlRemoveWakeUpPattern() local
1085 StartIndex = pMdl->PMR_PtrList[index]; in mdlRemoveWakeUpPattern()
1093 for (i = StartIndex; i < (StartIndex+ReqSize); i++) { in mdlRemoveWakeUpPattern()
1106 i = StartIndex + ReqSize; in mdlRemoveWakeUpPattern()
1110 pMdl->PatternList[StartIndex] = in mdlRemoveWakeUpPattern()
1113 StartIndex++; in mdlRemoveWakeUpPattern()
1117 (unsigned short)(StartIndex); in mdlRemoveWakeUpPattern()
1119 while (StartIndex < MAX_PATTERNS) in mdlRemoveWakeUpPattern()
1120 pMdl->PatternList[StartIndex++] = 0; in mdlRemoveWakeUpPattern()