Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 77) sorted by relevance

1234

/titanic_44/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmthdat.c59 UINT32 Index,
65 UINT32 Index,
73 UINT32 Index,
156 UINT32 Index; in AcpiDsMethodDataDeleteAll() local
164 for (Index = 0; Index < ACPI_METHOD_NUM_LOCALS; Index++) in AcpiDsMethodDataDeleteAll()
166 if (WalkState->LocalVariables[Index].Object) in AcpiDsMethodDataDeleteAll()
169 Index, WalkState->LocalVariables[Index].Object)); in AcpiDsMethodDataDeleteAll()
173 AcpiNsDetachObject (&WalkState->LocalVariables[Index]); in AcpiDsMethodDataDeleteAll()
179 for (Index = 0; Index < ACPI_METHOD_NUM_ARGS; Index++) in AcpiDsMethodDataDeleteAll()
181 if (WalkState->Arguments[Index].Object) in AcpiDsMethodDataDeleteAll()
[all …]
H A Ddsutils.c774 UINT32 Index = WalkState->NumOperands; in AcpiDsCreateOperands() local
786 if (Index >= ACPI_OBJ_NUM_OPERANDS) in AcpiDsCreateOperands()
791 Arguments[Index] = Arg; in AcpiDsCreateOperands()
792 WalkState->Operands [Index] = NULL; in AcpiDsCreateOperands()
798 Index++; in AcpiDsCreateOperands()
803 WalkState->NumOperands, ArgCount, Index)); in AcpiDsCreateOperands()
807 Index--; in AcpiDsCreateOperands()
810 Arg = Arguments[Index]; in AcpiDsCreateOperands()
811 WalkState->OperandIndex = (UINT8) Index; in AcpiDsCreateOperands()
813 Status = AcpiDsCreateOperand (WalkState, Arg, Index); in AcpiDsCreateOperands()
[all …]
H A Ddswstate.c82 UINT32 Index; in AcpiDsResultPop() local
117 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM; in AcpiDsResultPop()
119 *Object = State->Results.ObjDesc [Index]; in AcpiDsResultPop()
127 State->Results.ObjDesc [Index] = NULL; in AcpiDsResultPop()
128 if (Index == 0) in AcpiDsResultPop()
140 Index, WalkState, WalkState->ResultCount)); in AcpiDsResultPop()
166 UINT32 Index; in AcpiDsResultPush() local
212 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM; in AcpiDsResultPush()
213 State->Results.ObjDesc [Index] = Object; in AcpiDsResultPush()
/titanic_44/usr/src/cmd/sgs/include/
H A Dmonv.h48 typedef unsigned long long Index; typedef
96 Index buffer;
104 Index functions;
111 Index modules;
115 Index next;
116 Index path;
122 Index next_to;
123 Index next_from;
127 Index next_hash;
/titanic_44/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME106 hid1: Index = 0 value =0x5
107 hid1: Index = 1 value =0x1
108 hid1: Index = 2 value =0x9
109 hid1: Index = 3 value =0x8
110 hid1: Index = 4 value =0xa1
111 hid1: Index = 5 value =0x1
112 hid1: Index = 6 value =0xa1
113 hid1: Index = 7 value =0x0
114 hid1: Index = 8 value =0x85
115 hid1: Index = 9 value =0x1
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg6.c227 UINT64 Index; in AcpiExOpcode_6A_0T_1R() local
255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
256 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R()
260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count)); in AcpiExOpcode_6A_0T_1R()
287 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R()
291 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R()
319 ReturnDesc->Integer.Value = Index; in AcpiExOpcode_6A_0T_1R()
H A Dexnames.c185 UINT32 Index; in AcpiExNameSegment() local
206 for (Index = 0; in AcpiExNameSegment()
207 (Index < ACPI_NAME_SIZE) && (AcpiUtValidNameChar (*AmlAddress, 0)); in AcpiExNameSegment()
208 Index++) in AcpiExNameSegment()
210 CharBuf[Index] = *AmlAddress++; in AcpiExNameSegment()
211 ACPI_DEBUG_PRINT ((ACPI_DB_LOAD, "%c\n", CharBuf[Index])); in AcpiExNameSegment()
217 if (Index == 4) in AcpiExNameSegment()
235 else if (Index == 0) in AcpiExNameSegment()
H A Dexoparg2.c284 UINT64 Index; in AcpiExOpcode_2A_1T_1R() local
400 Index = Operand[1]->Integer.Value; in AcpiExOpcode_2A_1T_1R()
401 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R()
412 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_2A_1T_1R()
420 &(Operand[0]->Buffer.Pointer [Index]); in AcpiExOpcode_2A_1T_1R()
425 if (Index >= Operand[0]->Buffer.Length) in AcpiExOpcode_2A_1T_1R()
433 &(Operand[0]->Buffer.Pointer [Index]); in AcpiExOpcode_2A_1T_1R()
438 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_2A_1T_1R()
446 &Operand[0]->Package.Elements [Index]; in AcpiExOpcode_2A_1T_1R()
461 ACPI_FORMAT_UINT64 (Index), (UINT32) Length)); in AcpiExOpcode_2A_1T_1R()
H A Dexoparg3.c180 UINT64 Index; in AcpiExOpcode_3A_1T_1R() local
205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
212 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
219 else if ((Index + Length) > Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
222 (ACPI_SIZE) Operand[0]->String.Length - (ACPI_SIZE) Index; in AcpiExOpcode_3A_1T_1R()
269 Operand[0]->String.Pointer + Index, Length); in AcpiExOpcode_3A_1T_1R()
H A Dexdebug.c80 UINT32 Index) in AcpiExDoDebugObject() argument
118 if (!((Level > 0) && Index == 0)) in AcpiExDoDebugObject()
142 if (Index > 0) in AcpiExDoDebugObject()
144 AcpiOsPrintf ("(%.2u) ", Index - 1); in AcpiExDoDebugObject()
/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c495 UINT32 Index; in strtoul64() local
592 Index = ((UINT8) *String) - '0'; in strtoul64()
596 Index = (UINT8) toupper ((int) *String); in strtoul64()
597 if (isupper ((int) Index)) in strtoul64()
599 Index = Index - 'A' + 10; in strtoul64()
607 if (Index >= Base) in strtoul64()
614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) / in strtoul64()
622 ReturnValue += Index; in strtoul64()
H A Dutownerid.c189 UINT32 Index; in AcpiUtReleaseOwnerId() local
222 Index = ACPI_DIV_32 (OwnerId); in AcpiUtReleaseOwnerId()
227 if (AcpiGbl_OwnerIdMask[Index] & Bit) in AcpiUtReleaseOwnerId()
229 AcpiGbl_OwnerIdMask[Index] ^= Bit; in AcpiUtReleaseOwnerId()
H A Dutmisc.c289 ThisIndex = State->Pkg.Index; in AcpiUtWalkPackageTree()
313 State->Pkg.Index++; in AcpiUtWalkPackageTree()
314 while (State->Pkg.Index >= in AcpiUtWalkPackageTree()
343 State->Pkg.Index++; in AcpiUtWalkPackageTree()
H A Dutstate.c258 UINT16 Index) in AcpiUtCreatePkgState() argument
279 State->Pkg.Index= Index; in AcpiUtCreatePkgState()
/titanic_44/usr/src/cmd/acpi/common/
H A Dutnonansi.c495 UINT32 Index; in strtoul64() local
592 Index = ((UINT8) *String) - '0'; in strtoul64()
596 Index = (UINT8) toupper ((int) *String); in strtoul64()
597 if (isupper ((int) Index)) in strtoul64()
599 Index = Index - 'A' + 10; in strtoul64()
607 if (Index >= Base) in strtoul64()
614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) / in strtoul64()
622 ReturnValue += Index; in strtoul64()
/titanic_44/usr/src/lib/libeti/menu/common/
H A Ddriver.c159 if (Index(current)+1 >= Nitems(m)) { in menu_driver()
162 current = IthItem(m, Index(current)+1); in menu_driver()
168 if (Index(current)+1 >= Nitems(m)) { in menu_driver()
175 current = IthItem(m, Index(current)+1); in menu_driver()
185 if (Index(current)-1 < 0) { in menu_driver()
188 current = IthItem(m, Index(current)-1); in menu_driver()
194 if (Index(current)-1 < 0) { in menu_driver()
201 current = IthItem(m, Index(current)-1); in menu_driver()
H A Dconnect.c82 Index(*ip) = 0; in _connect()
91 Index(*ip) = i++; in _connect()
/titanic_44/usr/src/uts/intel/io/acpica/resources/
H A Drscreate.c244 UINT32 Index; in AcpiRsCreatePciRoutingTable() local
286 for (Index = 0; Index < NumberOfElements; Index++) in AcpiRsCreatePciRoutingTable()
310 Index, (*TopObjectList)->Package.Count)); in AcpiRsCreatePciRoutingTable()
328 Index, AcpiUtGetObjectTypeName (ObjDesc))); in AcpiRsCreatePciRoutingTable()
340 Index, AcpiUtGetObjectTypeName (ObjDesc))); in AcpiRsCreatePciRoutingTable()
361 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable()
407 Index, AcpiUtGetObjectTypeName (ObjDesc))); in AcpiRsCreatePciRoutingTable()
423 Index, AcpiUtGetObjectTypeName (ObjDesc))); in AcpiRsCreatePciRoutingTable()
H A Drscalc.c641 UINT32 Index; in AcpiRsGetPciRoutingTableLength() local
665 for (Index = 0; Index < NumberOfElements; Index++) in AcpiRsGetPciRoutingTableLength()
/titanic_44/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c134 UINT32 Index);
140 UINT32 Index,
682 UINT32 Index; in AcpiNsRepair_PRT() local
692 for (Index = 0; Index < ElementCount; Index++, TopObjectList++) in AcpiNsRepair_PRT()
720 Index)); in AcpiNsRepair_PRT()
993 UINT32 Index, in AcpiNsSortList() argument
1009 ObjDesc1 = Elements[j-1]->Package.Elements[Index]; in AcpiNsSortList()
1010 ObjDesc2 = Elements[j]->Package.Elements[Index]; in AcpiNsSortList()
1043 UINT32 Index) in AcpiNsRemoveElement() argument
1065 if (i == Index) in AcpiNsRemoveElement()
/titanic_44/usr/src/lib/libshell/misc/
H A DERRATA.txt44 Index: src/lib/libast/sparcv9/include/ast/ast_lib.h
57 Index: src/lib/libast/sparcv9/src/lib/libast/ast_lib.h
70 Index: src/lib/libast/sparcv9/src/lib/libast/FEATURE/lib
83 Index: src/lib/libast/sparc/include/ast/ast_lib.h
96 Index: src/lib/libast/sparc/src/lib/libast/ast_lib.h
109 Index: src/lib/libast/sparc/src/lib/libast/FEATURE/lib
122 Index: src/lib/libast/i386/include/ast/ast_lib.h
135 Index: src/lib/libast/i386/src/lib/libast/ast_lib.h
148 Index: src/lib/libast/i386/src/lib/libast/FEATURE/lib
161 Index: src/lib/libast/amd64/include/ast/ast_lib.h
[all …]
/titanic_44/usr/src/lib/libsqlite/src/
H A DsqliteInt.h236 typedef struct Index Index; typedef
504 Index *pIndex; /* List of SQL indexes on this table. */
622 struct Index { struct
631 Index *pNext; /* The next index associated with the same table */ argument
805 Index *pIdx; /* Index used */
1171 void sqliteAddIdxKeyType(Vdbe*, Index*);
1189 Index *sqliteFindIndex(sqlite*,const char*, const char*);
1190 void sqliteUnlinkAndDeleteIndex(sqlite*,Index*);
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h179 ACPI_OBJECT_INTEGER *Index; member
182 } Index; member
187 ACPI_OBJECT_INTEGER *Index; member
H A Dacdispat.h212 UINT32 Index,
219 UINT32 Index,
234 UINT32 Index,
247 UINT32 Index,
/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl2.c120 UINT32 Index; in AcpiDmDumpRawDataBuffer() local
141 Index = i + j; in AcpiDmDumpRawDataBuffer()
142 if (Index >= Length) in AcpiDmDumpRawDataBuffer()
147 AcpiOsPrintf ("0x%2.2X", Buffer[Index]); in AcpiDmDumpRawDataBuffer()
148 if ((Index + 1) >= Length) in AcpiDmDumpRawDataBuffer()

1234