Searched defs:Index (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexdebug.c60 * Index - Current package element, zero if not pkg
80 UINT32 Index)
118 if (!((Level > 0) && Index == 0))
142 if (Index > 0)
144 AcpiOsPrintf ("(%.2u) ", Index - 1);
245 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value);
77 AcpiExDoDebugObject( ACPI_OPERAND_OBJECT *SourceDesc, UINT32 Level, UINT32 Index) argument
H A Dexoparg2.c284 UINT64 Index; local
387 case AML_INDEX_OP: /* Index (Source Index Result) */
398 /* Initialize the Index reference object */
400 Index = Operand[1]->Integer.Value;
401 ReturnDesc->Reference.Value = (UINT32) Index;
412 if (Index >= Operand[0]->String.Length)
420 &(Operand[0]->Buffer.Pointer [Index]);
425 if (Index >= Operand[0]->Buffer.Length)
433 &(Operand[0]->Buffer.Pointer [Index]);
[all...]
H A Dexoparg3.c180 UINT64 Index; local
190 case AML_MID_OP: /* Mid (Source[0], Index[1], Length[2], Result[3]) */
205 Index = Operand[1]->Integer.Value;
212 if (Index >= Operand[0]->String.Length)
219 else if ((Index + Length) > Operand[0]->String.Length)
222 (ACPI_SIZE) Operand[0]->String.Length - (ACPI_SIZE) Index;
269 Operand[0]->String.Pointer + Index, Length);
H A Dexoparg6.c227 UINT64 Index; local
255 Index = Operand[5]->Integer.Value;
256 if (Index >= Operand[0]->Package.Count)
259 "Index (0x%8.8X%8.8X) beyond package end (0x%X)",
260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count));
287 for ( ; Index < Operand[0]->Package.Count; Index++)
291 ThisElement = Operand[0]->Package.Elements[Index];
317 /* Match found: Index is the return value */
319 ReturnDesc->Integer.Value = Index;
[all...]
H A Dexnames.c185 UINT32 Index; local
206 for (Index = 0;
207 (Index < ACPI_NAME_SIZE) && (AcpiUtValidNameChar (*AmlAddress, 0));
208 Index++)
210 CharBuf[Index] = *AmlAddress++;
211 ACPI_DEBUG_PRINT ((ACPI_DB_LOAD, "%c\n", CharBuf[Index]));
217 if (Index == 4)
235 else if (Index == 0)
H A Dexdump.c84 UINT32 Index);
237 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.IndexObj), "Index Object"},
250 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"},
629 UINT32 Index; local
701 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value);
770 for (Index = 0; Index < ObjDesc->Package.Count; Index++)
773 ObjDesc->Package.Elements[Index], Depth + 1);
1069 AcpiOsPrintf (" Table Index
1100 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutownerid.c189 UINT32 Index; local
222 Index = ACPI_DIV_32 (OwnerId);
227 if (AcpiGbl_OwnerIdMask[Index] & Bit)
229 AcpiGbl_OwnerIdMask[Index] ^= Bit;
H A Dutstate.c258 UINT16 Index)
279 State->Pkg.Index= Index;
255 AcpiUtCreatePkgState( void *InternalObject, void *ExternalObject, UINT16 Index) argument
H A Dutnonansi.c495 UINT32 Index; local
592 Index = ((UINT8) *String) - '0';
596 Index = (UINT8) toupper ((int) *String);
597 if (isupper ((int) Index))
599 Index = Index - 'A' + 10;
607 if (Index >= Base)
614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) /
622 ReturnValue += Index;
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrcl2.c120 UINT32 Index; local
141 Index = i + j;
142 if (Index >= Length)
147 AcpiOsPrintf ("0x%2.2X", Buffer[Index]);
148 if ((Index + 1) >= Length)
H A Ddmbuffer.c78 UINT64 Index,
608 * PARAMETERS: Index - Index of array to check
620 UINT64 Index,
638 if (Index >= i)
645 return (List[Index]);
619 AcpiDmFindNameByIndex( UINT64 Index, const char **List) argument
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmthdat.c59 UINT32 Index,
65 UINT32 Index,
73 UINT32 Index,
156 UINT32 Index; local
164 for (Index = 0; Index < ACPI_METHOD_NUM_LOCALS; Index++)
166 if (WalkState->LocalVariables[Index].Object)
169 Index, WalkState->LocalVariables[Index]
219 UINT32 Index = 0; local
275 AcpiDsMethodDataGetNode( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
347 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
406 AcpiDsMethodDataGetValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) argument
519 AcpiDsMethodDataDeleteValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
585 AcpiDsStoreObjectToLocal( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
742 AcpiDsMethodDataGetType( UINT16 Opcode, UINT32 Index, ACPI_WALK_STATE *WalkState) argument
[all...]
H A Ddsobject.c403 UINT16 Index; local
497 for (Index = 0; Index < (ReferenceCount - 1); Index++)
H A Ddsutils.c774 UINT32 Index = WalkState->NumOperands; local
786 if (Index >= ACPI_OBJ_NUM_OPERANDS)
791 Arguments[Index] = Arg;
792 WalkState->Operands [Index] = NULL;
798 Index++;
802 "NumOperands %d, ArgCount %d, Index %d\n",
803 WalkState->NumOperands, ArgCount, Index));
807 Index--;
810 Arg = Arguments[Index];
811 WalkState->OperandIndex = (UINT8) Index;
[all...]
H A Ddswstate.c82 UINT32 Index; local
117 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
119 *Object = State->Results.ObjDesc [Index];
127 State->Results.ObjDesc [Index] = NULL;
128 if (Index == 0)
138 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *Object,
140 Index, WalkState, WalkState->ResultCount));
166 UINT32 Index; local
212 Index = (UINT32) WalkState->ResultCount % ACPI_RESULTS_FRAME_OBJ_NUM;
213 State->Results.ObjDesc [Index]
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscreate.c244 UINT32 Index; local
286 for (Index = 0; Index < NumberOfElements; Index++)
310 Index, (*TopObjectList)->Package.Count));
328 Index, AcpiUtGetObjectTypeName (ObjDesc)));
340 Index, AcpiUtGetObjectTypeName (ObjDesc)));
361 Index, ObjDesc->Reference.Class));
407 Index, AcpiUtGetObjectTypeName (ObjDesc)));
423 Index, AcpiUtGetObjectTypeNam
[all...]
H A Drscalc.c641 UINT32 Index; local
665 for (Index = 0; Index < NumberOfElements; Index++)
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutnonansi.c495 UINT32 Index; local
592 Index = ((UINT8) *String) - '0';
596 Index = (UINT8) toupper ((int) *String);
597 if (isupper ((int) Index))
599 Index = Index - 'A' + 10;
607 if (Index >= Base)
614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) /
622 ReturnValue += Index;
/illumos-gate/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;
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h127 #define Index(i) (i)->index macro
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosillumostbl.c295 * PARAMETERS: Index - Which table to get
302 * AE_LIMIT: Index is beyond valid limit
305 * AE_LIMIT when an invalid index is reached. Index is not
310 AcpiOsGetTableByIndex(UINT32 Index, ACPI_TABLE_HEADER **Table, argument
327 /* Validate Index */
329 if (Index >= Gbl_TableCount) {
333 /* Point to the table list entry specified by the Index argument */
336 for (i = 0; i < Index; i++) {
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c134 UINT32 Index);
140 UINT32 Index,
682 UINT32 Index; local
692 for (Index = 0; Index < ElementCount; Index++, TopObjectList++)
720 Index));
855 * StartIndex - Index of the first subpackage
977 * Index - Sort by which package element
993 UINT32 Index,
990 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
1041 AcpiNsRemoveElement( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Index) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c81 char Index; member in struct:iSCSI_ibft_hdr
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h81 UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
179 ACPI_OBJECT_INTEGER *Index; member in struct:acpi_aml_operands::__anon341
182 } Index; member in union:acpi_aml_operands
187 ACPI_OBJECT_INTEGER *Index; member in struct:acpi_aml_operands::__anon342
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h236 typedef struct Index Index; typedef in typeref:struct:Index
504 Index *pIndex; /* List of SQL indexes on this table. */
508 u8 iDb; /* Index into sqlite.aDb[] of the backend for this table */
548 int iFrom; /* Index of column in pFrom */
608 ** three columns in the table. In the Index structure describing
615 ** The Index.onError field determines whether or not the indexed columns
616 ** must be unique and what to do if they are not. When Index.onError=OE_None,
618 ** and the value of Index.onError indicate the which conflict resolution
622 struct Index { struct
[all...]

Completed in 175 milliseconds

12