Searched refs:ObjDesc (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexmutex.c58 ACPI_OPERAND_OBJECT *ObjDesc,
66 * PARAMETERS: ObjDesc - The mutex to be unlinked
76 ACPI_OPERAND_OBJECT *ObjDesc)
78 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
88 if (ObjDesc->Mutex.Next)
90 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
93 if (ObjDesc->Mutex.Prev)
95 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc
75 AcpiExUnlinkMutex( ACPI_OPERAND_OBJECT *ObjDesc) argument
127 AcpiExLinkMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_STATE *Thread) argument
178 AcpiExAcquireMutexObject( UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) argument
251 AcpiExAcquireMutex( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
332 AcpiExReleaseMutexObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
396 AcpiExReleaseMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
514 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexresop.c151 ACPI_OPERAND_OBJECT *ObjDesc; local
202 ObjDesc = *StackPtr;
206 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc))
212 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
221 ObjDesc = AcpiNsGetAttachedObject ((ACPI_NAMESPACE_NODE *) ObjDesc);
222 *StackPtr = ObjDesc;
223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
231 ObjectType = ObjDesc->Common.Type;
247 switch (ObjDesc
[all...]
H A Dexfield.c62 * ObjDesc - The named field
75 ACPI_OPERAND_OBJECT *ObjDesc,
85 ACPI_FUNCTION_TRACE_PTR (ExReadDataFromField, ObjDesc);
90 if (!ObjDesc)
99 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
105 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
107 Status = AcpiDsGetBufferFieldArguments (ObjDesc);
114 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
115 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
116 ObjDesc
73 AcpiExReadDataFromField( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) argument
244 AcpiExWriteDataToField( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
[all...]
H A Dexcreate.c179 ACPI_OPERAND_OBJECT *ObjDesc; local
185 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_EVENT);
186 if (!ObjDesc)
197 &ObjDesc->Event.OsSemaphore);
206 ObjDesc, ACPI_TYPE_EVENT);
213 AcpiUtRemoveReference (ObjDesc);
237 ACPI_OPERAND_OBJECT *ObjDesc; local
245 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_MUTEX);
246 if (!ObjDesc)
254 Status = AcpiOsCreateMutex (&ObjDesc
301 ACPI_OPERAND_OBJECT *ObjDesc; local
404 ACPI_OPERAND_OBJECT *ObjDesc; local
457 ACPI_OPERAND_OBJECT *ObjDesc; local
510 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexprep.c61 ACPI_OPERAND_OBJECT *ObjDesc,
225 * PARAMETERS: ObjDesc - Field object
238 ACPI_OPERAND_OBJECT *ObjDesc,
258 AcpiExGenerateAccess (ObjDesc->CommonField.StartFieldBitOffset,
259 ObjDesc->CommonField.BitLength,
303 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
322 * PARAMETERS: ObjDesc - The field object
341 ACPI_OPERAND_OBJECT *ObjDesc,
360 ObjDesc->CommonField.FieldFlags = FieldFlags;
361 ObjDesc
237 AcpiExDecodeFieldAccess( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT32 *ReturnByteAlignment) argument
340 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
434 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexdump.c75 ACPI_OPERAND_OBJECT *ObjDesc,
80 ACPI_OPERAND_OBJECT *ObjDesc);
84 ACPI_OPERAND_OBJECT *ObjDesc,
343 * PARAMETERS: ObjDesc - Descriptor to dump
355 ACPI_OPERAND_OBJECT *ObjDesc,
368 AcpiUtGetObjectTypeName (ObjDesc));
378 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset);
389 AcpiExOutString ("Type", AcpiUtGetObjectTypeName (ObjDesc));
421 AcpiUtPrintString (ObjDesc->String.Pointer, ACPI_UINT8_MAX);
427 ACPI_DUMP_BUFFER (ObjDesc
354 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
477 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
887 AcpiExDumpReferenceObj( ACPI_OPERAND_OBJECT *ObjDesc) argument
948 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
1048 AcpiExDumpObjectDescriptor( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Flags) argument
[all...]
H A Dexresolv.c158 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
184 StackDesc->Reference.Value, WalkState, &ObjDesc);
191 StackDesc->Reference.Value, ObjDesc));
198 *StackPtr = ObjDesc;
222 ObjDesc = *StackDesc->Reference.Where;
223 if (ObjDesc)
231 AcpiUtAddReference (ObjDesc);
232 *StackPtr = ObjDesc;
316 Status = AcpiExReadDataFromField (WalkState, StackDesc, &ObjDesc);
321 *StackPtr = (void *) ObjDesc;
356 ACPI_OPERAND_OBJECT *ObjDesc = (void *) Operand; local
[all...]
H A Dexfldio.c62 ACPI_OPERAND_OBJECT *ObjDesc,
69 ACPI_OPERAND_OBJECT *ObjDesc,
74 ACPI_OPERAND_OBJECT *ObjDesc,
82 * PARAMETERS: ObjDesc - Field to be read or written
96 ACPI_OPERAND_OBJECT *ObjDesc,
107 RgnDesc = ObjDesc->CommonField.RegionObj;
161 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
176 (ObjDesc->CommonField.BaseByteOffset + FieldDatumByteOffset +
177 ObjDesc->CommonField.AccessByteWidth))
187 ObjDesc
95 AcpiExSetupRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset) argument
249 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument
349 AcpiExRegisterOverflow( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Value) argument
402 AcpiExFieldDatumIo( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 ReadWrite) argument
618 AcpiExWriteWithUpdateRule( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Mask, UINT64 FieldValue, UINT32 FieldDatumByteOffset) argument
722 AcpiExExtractFromField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
882 AcpiExInsertIntoField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
[all...]
H A Dexconvrt.c70 * PARAMETERS: ObjDesc - Object to be converted. Must be an
83 ACPI_OPERAND_OBJECT *ObjDesc,
95 ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
98 switch (ObjDesc->Common.Type)
104 *ResultDesc = ObjDesc;
112 Pointer = ObjDesc->Buffer.Pointer;
113 Count = ObjDesc->Buffer.Length;
134 switch (ObjDesc->Common.Type)
211 * PARAMETERS: ObjDesc - Object to be converted. Must be an
223 ACPI_OPERAND_OBJECT *ObjDesc,
82 AcpiExConvertToInteger( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Flags) argument
222 AcpiExConvertToBuffer( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
438 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
[all...]
H A Dexresnte.c91 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
162 ObjDesc = SourceDesc;
163 AcpiUtAddReference (ObjDesc);
181 ObjDesc = SourceDesc;
182 AcpiUtAddReference (ObjDesc);
197 ObjDesc = SourceDesc;
198 AcpiUtAddReference (ObjDesc);
212 ObjDesc = SourceDesc;
213 AcpiUtAddReference (ObjDesc);
225 Status = AcpiExReadDataFromField (WalkState, SourceDesc, &ObjDesc);
[all...]
H A Dexsystem.c254 * PARAMETERS: ObjDesc - The object descriptor for this op
265 ACPI_OPERAND_OBJECT *ObjDesc)
273 if (ObjDesc)
275 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
287 * ObjDesc - The object descriptor for this op
300 ACPI_OPERAND_OBJECT *ObjDesc)
308 if (ObjDesc)
310 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
322 * PARAMETERS: ObjDesc - The object descriptor for this op
332 ACPI_OPERAND_OBJECT *ObjDesc)
264 AcpiExSystemSignalEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
298 AcpiExSystemWaitEvent( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) argument
331 AcpiExSystemResetEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Dexconfig.c69 ACPI_OPERAND_OBJECT *ObjDesc,
95 ACPI_OPERAND_OBJECT *ObjDesc; local
105 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_LOCAL_REFERENCE);
106 if (!ObjDesc)
113 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
114 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE;
115 *DdbHandle = ObjDesc;
119 ObjDesc->Reference.Value = TableIndex;
126 AcpiUtRemoveReference (ObjDesc);
312 * PARAMETERS: ObjDesc
324 AcpiExRegionRead( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Length, UINT8 *Buffer) argument
377 AcpiExLoadOp( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmobject.c180 * PARAMETERS: ObjDesc - Object to be displayed
190 ACPI_OPERAND_OBJECT *ObjDesc)
195 if (!ObjDesc)
201 if (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_OPERAND)
203 AcpiOsPrintf (" %p [%s]", ObjDesc, AcpiUtGetDescriptorName (ObjDesc));
207 AcpiOsPrintf (" %s", AcpiUtGetObjectTypeName (ObjDesc));
209 switch (ObjDesc->Common.Type)
214 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
220 ObjDesc
189 AcpiDmDecodeInternalObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
314 AcpiDmDisplayInternalObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
498 ACPI_OPERAND_OBJECT *ObjDesc; local
546 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c84 ACPI_OPERAND_OBJECT *ObjDesc; local
136 ObjDesc = NULL;
151 ObjDesc = ((ACPI_NAMESPACE_NODE *) Object)->Object;
161 ObjDesc = (ACPI_OPERAND_OBJECT *) Object;
169 ObjDesc, Node, AcpiUtGetNodeName (Node)));
178 if (ObjDesc)
184 AcpiUtAddReference (ObjDesc);
190 LastObjDesc = ObjDesc;
202 Node->Object = ObjDesc;
226 ACPI_OPERAND_OBJECT *ObjDesc; local
329 AcpiNsGetSecondaryObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
368 ACPI_OPERAND_OBJECT *ObjDesc; local
433 ACPI_OPERAND_OBJECT *ObjDesc; local
486 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dnsdump.c211 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
276 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
290 if (!ObjDesc)
319 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
320 ACPI_CAST_PTR (void, ObjDesc->Processor.Address));
325 AcpiOsPrintf ("Notify Object: %p\n", ObjDesc);
331 (UINT32) ObjDesc->Method.ParamCount,
332 ObjDesc->Method.AmlLength, ObjDesc
[all...]
H A Dnsaccess.c78 ACPI_OPERAND_OBJECT *ObjDesc; local
155 ObjDesc = AcpiUtCreateInternalObject (InitVal->Type);
156 if (!ObjDesc)
171 ObjDesc->Method.ParamCount = (UINT8) ACPI_TO_INTEGER (Val);
172 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
178 NewNode->Value = ObjDesc->Method.ParamCount;
182 ObjDesc->Method.InfoFlags = ACPI_METHOD_INTERNAL_ONLY;
183 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
189 ObjDesc->Integer.Value = ACPI_TO_INTEGER (Val);
196 ObjDesc
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c88 ACPI_OPERAND_OBJECT *ObjDesc; local
163 ObjDesc = ACPI_CAST_PTR (ACPI_OPERAND_OBJECT, Op->Common.Node);
166 ACPI_CAST_INDIRECT_PTR (ACPI_NAMESPACE_NODE, &ObjDesc),
181 Type = ObjDesc->Common.Type;
226 ObjDesc = AcpiUtCreateInternalObject (
228 if (!ObjDesc)
234 &ObjDesc);
237 AcpiUtRemoveReference (ObjDesc);
242 *ObjDescPtr = ObjDesc;
271 ACPI_OPERAND_OBJECT *ObjDesc; local
402 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
585 ACPI_OPERAND_OBJECT *ObjDesc; local
659 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsargs.c188 * PARAMETERS: ObjDesc - A valid BufferField object
199 ACPI_OPERAND_OBJECT *ObjDesc)
206 ACPI_FUNCTION_TRACE_PTR (DsGetBufferFieldArguments, ObjDesc);
209 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
216 ExtraDesc = AcpiNsGetSecondaryObject (ObjDesc);
217 Node = ObjDesc->BufferField.Node;
237 * PARAMETERS: ObjDesc - A valid BankField object
248 ACPI_OPERAND_OBJECT *ObjDesc)
255 ACPI_FUNCTION_TRACE_PTR (DsGetBankFieldArguments, ObjDesc);
258 if (ObjDesc
198 AcpiDsGetBufferFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
247 AcpiDsGetBankFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
296 AcpiDsGetBufferArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
345 AcpiDsGetPackageArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
394 AcpiDsGetRegionArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Ddsmethod.c134 * PARAMETERS: ObjDesc - The method object
181 * ObjDesc - The method object
196 ACPI_OPERAND_OBJECT *ObjDesc,
212 if (ObjDesc->Method.ThreadCount == ACPI_UINT8_MAX)
222 if (ObjDesc->Method.InfoFlags & ACPI_METHOD_SERIALIZED)
229 if (!ObjDesc->Method.Mutex)
231 Status = AcpiDsCreateMethodMutex (ObjDesc);
246 (WalkState->Thread->CurrentSyncLevel > ObjDesc->Method.Mutex->Mutex.SyncLevel))
261 !ObjDesc->Method.Mutex->Mutex.ThreadId ||
262 (WalkState->Thread->ThreadId != ObjDesc
194 AcpiDsBeginMethodExecution( ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
354 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsopcode.c64 ACPI_OPERAND_OBJECT *ObjDesc,
87 ACPI_OPERAND_OBJECT *ObjDesc; local
91 ObjDesc = AcpiNsGetAttachedObject (ObjHandle);
95 Status = AcpiEvInitializeRegion (ObjDesc, FALSE);
105 * ObjDesc - BufferField object
120 ACPI_OPERAND_OBJECT *ObjDesc,
133 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
264 Status = AcpiExPrepCommonFieldObject (ObjDesc, FieldFlags, 0,
271 ObjDesc->BufferField.BufferObj = BufferDesc;
273 /* Reference count for BufferDesc inherits ObjDesc coun
118 AcpiDsInitBufferField( UINT16 AmlOpcode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *BufferDesc, ACPI_OPERAND_OBJECT *OffsetDesc, ACPI_OPERAND_OBJECT *LengthDesc, ACPI_OPERAND_OBJECT *ResultDesc) argument
328 ACPI_OPERAND_OBJECT *ObjDesc; local
415 ACPI_OPERAND_OBJECT *ObjDesc; local
514 ACPI_OPERAND_OBJECT *ObjDesc; local
616 AcpiDsEvalDataObjectOperands( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_OPERAND_OBJECT *ObjDesc) argument
727 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c78 ACPI_OPERAND_OBJECT *ObjDesc; local
88 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
96 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
102 Length = ObjDesc->String.Length + 1;
120 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
122 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value);
126 ACPI_STRCPY (Hid->String, ObjDesc->String.Pointer);
137 AcpiUtRemoveReference (ObjDesc);
164 ACPI_OPERAND_OBJECT *ObjDesc; local
174 ACPI_BTYPE_STRING, &ObjDesc);
236 ACPI_OPERAND_OBJECT *ObjDesc; local
329 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Duteval.c228 ACPI_OPERAND_OBJECT *ObjDesc; local
236 ACPI_BTYPE_INTEGER, &ObjDesc);
244 *Value = ObjDesc->Integer.Value;
248 AcpiUtRemoveReference (ObjDesc);
275 ACPI_OPERAND_OBJECT *ObjDesc; local
283 ACPI_BTYPE_INTEGER, &ObjDesc);
306 *Flags = (UINT32) ObjDesc->Integer.Value;
310 AcpiUtRemoveReference (ObjDesc);
340 ACPI_OPERAND_OBJECT *ObjDesc; local
357 ACPI_BTYPE_INTEGER, &ObjDesc);
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/events/
H A Devhandler.c172 ACPI_OPERAND_OBJECT *ObjDesc; local
178 ObjDesc = AcpiNsGetAttachedObject (Node);
179 if (ObjDesc)
181 HandlerObj = ObjDesc->Device.Handler;
230 ACPI_OPERAND_OBJECT *ObjDesc; local
268 ObjDesc = AcpiNsGetAttachedObject (Node);
269 if (!ObjDesc)
278 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
282 NextHandlerObj = ObjDesc->Device.Handler;
294 ObjDesc, NextHandlerOb
366 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c63 ACPI_OPERAND_OBJECT *ObjDesc);
181 * PARAMETERS: ObjDesc - Object to be counted
193 ACPI_OPERAND_OBJECT *ObjDesc)
198 if (!ObjDesc)
207 if (ObjDesc->Common.Type > ACPI_TYPE_NS_NODE_MAX)
213 AcpiGbl_ObjTypeCount [ObjDesc->Common.Type]++;
218 switch (ObjDesc->Common.Type)
222 for (i = 0; i < ObjDesc->Package.Count; i++)
224 AcpiDbEnumerateObject (ObjDesc->Package.Elements[i]);
230 AcpiDbEnumerateObject (ObjDesc
192 AcpiDbEnumerateObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
297 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c237 ACPI_OPERAND_OBJECT *ObjDesc; local
319 ObjDesc = SubObjectList[0];
320 if (ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
323 Index, AcpiUtGetObjectTypeName (ObjDesc)));
327 UserPrt->Address = ObjDesc->Integer.Value;
331 ObjDesc = SubObjectList[1];
332 if (ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
335 Index, AcpiUtGetObjectTypeName (ObjDesc)));
339 UserPrt->Pin = (UINT32) ObjDesc->Integer.Value;
345 ObjDesc
[all...]

Completed in 201 milliseconds

123