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

123

/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexmutex.c56 ACPI_OPERAND_OBJECT *ObjDesc,
64 * PARAMETERS: ObjDesc - The mutex to be unlinked
74 ACPI_OPERAND_OBJECT *ObjDesc)
76 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
86 if (ObjDesc->Mutex.Next)
88 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
91 if (ObjDesc->Mutex.Prev)
93 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc
73 AcpiExUnlinkMutex( ACPI_OPERAND_OBJECT *ObjDesc) argument
125 AcpiExLinkMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_STATE *Thread) argument
176 AcpiExAcquireMutexObject( UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) argument
248 AcpiExAcquireMutex( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
344 AcpiExReleaseMutexObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
408 AcpiExReleaseMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
540 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexresop.c150 ACPI_OPERAND_OBJECT *ObjDesc; local
201 ObjDesc = *StackPtr;
205 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc))
211 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
220 ObjDesc = AcpiNsGetAttachedObject (
221 (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 Dexcreate.c177 ACPI_OPERAND_OBJECT *ObjDesc; local
183 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_EVENT);
184 if (!ObjDesc)
195 &ObjDesc->Event.OsSemaphore);
205 ObjDesc, ACPI_TYPE_EVENT);
212 AcpiUtRemoveReference (ObjDesc);
236 ACPI_OPERAND_OBJECT *ObjDesc; local
244 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_MUTEX);
245 if (!ObjDesc)
253 Status = AcpiOsCreateMutex (&ObjDesc
301 ACPI_OPERAND_OBJECT *ObjDesc; local
410 ACPI_OPERAND_OBJECT *ObjDesc; local
463 ACPI_OPERAND_OBJECT *ObjDesc; local
516 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexfield.c128 * ObjDesc - The named field
141 ACPI_OPERAND_OBJECT *ObjDesc,
152 ACPI_FUNCTION_TRACE_PTR (ExReadDataFromField, ObjDesc);
157 if (!ObjDesc)
166 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
172 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
174 Status = AcpiDsGetBufferFieldArguments (ObjDesc);
181 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
182 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
183 ObjDesc
139 AcpiExReadDataFromField( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) argument
361 AcpiExWriteDataToField( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
[all...]
H A Dexprep.c59 ACPI_OPERAND_OBJECT *ObjDesc,
231 * PARAMETERS: ObjDesc - Field object
244 ACPI_OPERAND_OBJECT *ObjDesc,
264 AcpiExGenerateAccess (ObjDesc->CommonField.StartFieldBitOffset,
265 ObjDesc->CommonField.BitLength,
310 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
329 * PARAMETERS: ObjDesc - The field object
348 ACPI_OPERAND_OBJECT *ObjDesc,
367 ObjDesc->CommonField.FieldFlags = FieldFlags;
368 ObjDesc
243 AcpiExDecodeFieldAccess( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT32 *ReturnByteAlignment) argument
347 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
441 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexresolv.c156 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
182 StackDesc->Reference.Value, WalkState, &ObjDesc);
189 StackDesc->Reference.Value, ObjDesc));
196 *StackPtr = ObjDesc;
220 ObjDesc = *StackDesc->Reference.Where;
221 if (ObjDesc)
228 AcpiUtAddReference (ObjDesc);
229 *StackPtr = ObjDesc;
316 Status = AcpiExReadDataFromField (WalkState, StackDesc, &ObjDesc);
321 *StackPtr = (void *) ObjDesc;
356 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); local
[all...]
H A Dexfldio.c59 ACPI_OPERAND_OBJECT *ObjDesc,
66 ACPI_OPERAND_OBJECT *ObjDesc,
71 ACPI_OPERAND_OBJECT *ObjDesc,
79 * PARAMETERS: ObjDesc - Field to be read or written
93 ACPI_OPERAND_OBJECT *ObjDesc,
104 RgnDesc = ObjDesc->CommonField.RegionObj;
159 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
174 (ObjDesc->CommonField.BaseByteOffset + FieldDatumByteOffset +
175 ObjDesc->CommonField.AccessByteWidth))
185 ObjDesc
92 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
617 AcpiExWriteWithUpdateRule( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Mask, UINT64 FieldValue, UINT32 FieldDatumByteOffset) argument
723 AcpiExExtractFromField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
883 AcpiExInsertIntoField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
[all...]
H A Dexdump.c73 ACPI_OPERAND_OBJECT *ObjDesc,
78 ACPI_OPERAND_OBJECT *ObjDesc);
82 ACPI_OPERAND_OBJECT *ObjDesc,
367 * PARAMETERS: ObjDesc - Descriptor to dump
379 ACPI_OPERAND_OBJECT *ObjDesc,
395 AcpiUtGetObjectTypeName (ObjDesc));
405 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset);
417 ObjDesc->Common.Type, AcpiUtGetObjectTypeName (ObjDesc));
449 AcpiUtPrintString (ObjDesc
378 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
624 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
1036 AcpiExDumpReferenceObj( ACPI_OPERAND_OBJECT *ObjDesc) argument
1100 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
1202 AcpiExDumpObjectDescriptor( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Flags) argument
[all...]
H A Dexconvrt.c67 * PARAMETERS: ObjDesc - Object to be converted. Must be an
80 ACPI_OPERAND_OBJECT *ObjDesc,
92 ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
95 switch (ObjDesc->Common.Type)
101 *ResultDesc = ObjDesc;
109 Pointer = ObjDesc->Buffer.Pointer;
110 Count = ObjDesc->Buffer.Length;
131 switch (ObjDesc->Common.Type)
209 * PARAMETERS: ObjDesc - Object to be converted. Must be an
221 ACPI_OPERAND_OBJECT *ObjDesc,
79 AcpiExConvertToInteger( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Flags) argument
220 AcpiExConvertToBuffer( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
435 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
[all...]
H A Dexresnte.c89 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
160 ObjDesc = SourceDesc;
161 AcpiUtAddReference (ObjDesc);
179 ObjDesc = SourceDesc;
180 AcpiUtAddReference (ObjDesc);
195 ObjDesc = SourceDesc;
196 AcpiUtAddReference (ObjDesc);
210 ObjDesc = SourceDesc;
211 AcpiUtAddReference (ObjDesc);
223 Status = AcpiExReadDataFromField (WalkState, SourceDesc, &ObjDesc);
[all...]
H A Dexsystem.c250 * PARAMETERS: ObjDesc - The object descriptor for this op
261 ACPI_OPERAND_OBJECT *ObjDesc)
269 if (ObjDesc)
271 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
283 * ObjDesc - The object descriptor for this op
296 ACPI_OPERAND_OBJECT *ObjDesc)
304 if (ObjDesc)
306 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
318 * PARAMETERS: ObjDesc - The object descriptor for this op
328 ACPI_OPERAND_OBJECT *ObjDesc)
260 AcpiExSystemSignalEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
294 AcpiExSystemWaitEvent( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) argument
327 AcpiExSystemResetEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c124 * PARAMETERS: ObjDesc - Object to be displayed
134 ACPI_OPERAND_OBJECT *ObjDesc)
139 if (!ObjDesc)
145 if (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_OPERAND)
147 AcpiOsPrintf (" %p [%s]", ObjDesc,
148 AcpiUtGetDescriptorName (ObjDesc));
152 AcpiOsPrintf (" %s", AcpiUtGetObjectTypeName (ObjDesc));
154 switch (ObjDesc->Common.Type)
159 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
165 ObjDesc
133 AcpiDbDecodeInternalObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
259 AcpiDbDisplayInternalObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
446 ACPI_OPERAND_OBJECT *ObjDesc; local
522 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddbmethod.c160 ACPI_OPERAND_OBJECT *ObjDesc; local
192 ObjDesc = Node->Object;
193 ObjDesc->Integer.Value = Value;
210 ObjDesc = AcpiUtCreateIntegerObject ((UINT64) Value);
211 if (!ObjDesc)
233 Index, ObjDesc, WalkState);
239 ObjDesc = WalkState->Arguments[Index].Object;
242 AcpiDbDisplayInternalObject (ObjDesc, WalkState);
257 Index, ObjDesc, WalkState);
263 ObjDesc
338 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddbstats.c62 ACPI_OPERAND_OBJECT *ObjDesc);
184 * PARAMETERS: ObjDesc - Object to be counted
196 ACPI_OPERAND_OBJECT *ObjDesc)
201 if (!ObjDesc)
210 if (ObjDesc->Common.Type > ACPI_TYPE_NS_NODE_MAX)
216 AcpiGbl_ObjTypeCount [ObjDesc->Common.Type]++;
221 switch (ObjDesc->Common.Type)
225 for (i = 0; i < ObjDesc->Package.Count; i++)
227 AcpiDbEnumerateObject (ObjDesc->Package.Elements[i]);
233 AcpiDbEnumerateObject (ObjDesc
195 AcpiDbEnumerateObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
300 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c81 ACPI_OPERAND_OBJECT *ObjDesc; local
133 ObjDesc = NULL;
148 ObjDesc = ((ACPI_NAMESPACE_NODE *) Object)->Object;
158 ObjDesc = (ACPI_OPERAND_OBJECT *) Object;
166 ObjDesc, Node, AcpiUtGetNodeName (Node)));
175 if (ObjDesc)
181 AcpiUtAddReference (ObjDesc);
187 LastObjDesc = ObjDesc;
199 Node->Object = ObjDesc;
223 ACPI_OPERAND_OBJECT *ObjDesc; local
341 AcpiNsGetSecondaryObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
380 ACPI_OPERAND_OBJECT *ObjDesc; local
445 ACPI_OPERAND_OBJECT *ObjDesc; local
498 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dnsdump.c212 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
278 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
292 if (!ObjDesc)
321 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
322 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address));
327 AcpiOsPrintf ("Notify Object: %p\n", ObjDesc);
333 (UINT32) ObjDesc->Method.ParamCount,
334 ObjDesc->Method.AmlLength, ObjDesc
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c86 ACPI_OPERAND_OBJECT *ObjDesc; local
161 ObjDesc = ACPI_CAST_PTR (ACPI_OPERAND_OBJECT, Op->Common.Node);
164 ACPI_CAST_INDIRECT_PTR (ACPI_NAMESPACE_NODE, &ObjDesc),
179 Type = ObjDesc->Common.Type;
224 ObjDesc = AcpiUtCreateInternalObject (
226 if (!ObjDesc)
232 WalkState, Op, Op->Common.AmlOpcode, &ObjDesc);
235 AcpiUtRemoveReference (ObjDesc);
240 *ObjDescPtr = ObjDesc;
269 ACPI_OPERAND_OBJECT *ObjDesc; local
400 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
585 ACPI_OPERAND_OBJECT *ObjDesc; local
659 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsargs.c186 * PARAMETERS: ObjDesc - A valid BufferField object
197 ACPI_OPERAND_OBJECT *ObjDesc)
204 ACPI_FUNCTION_TRACE_PTR (DsGetBufferFieldArguments, ObjDesc);
207 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
214 ExtraDesc = AcpiNsGetSecondaryObject (ObjDesc);
215 Node = ObjDesc->BufferField.Node;
235 * PARAMETERS: ObjDesc - A valid BankField object
246 ACPI_OPERAND_OBJECT *ObjDesc)
253 ACPI_FUNCTION_TRACE_PTR (DsGetBankFieldArguments, ObjDesc);
256 if (ObjDesc
196 AcpiDsGetBufferFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
245 AcpiDsGetBankFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
294 AcpiDsGetBufferArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
344 AcpiDsGetPackageArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
393 AcpiDsGetRegionArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Ddsopcode.c62 ACPI_OPERAND_OBJECT *ObjDesc,
85 ACPI_OPERAND_OBJECT *ObjDesc; local
89 ObjDesc = AcpiNsGetAttachedObject (ObjHandle);
93 Status = AcpiEvInitializeRegion (ObjDesc, FALSE);
103 * ObjDesc - BufferField object
118 ACPI_OPERAND_OBJECT *ObjDesc,
131 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
263 ObjDesc, FieldFlags, 0, BitOffset, BitCount);
269 ObjDesc->BufferField.BufferObj = BufferDesc;
271 /* Reference count for BufferDesc inherits ObjDesc coun
116 AcpiDsInitBufferField( UINT16 AmlOpcode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *BufferDesc, ACPI_OPERAND_OBJECT *OffsetDesc, ACPI_OPERAND_OBJECT *LengthDesc, ACPI_OPERAND_OBJECT *ResultDesc) argument
326 ACPI_OPERAND_OBJECT *ObjDesc; local
413 ACPI_OPERAND_OBJECT *ObjDesc; local
510 ACPI_OPERAND_OBJECT *ObjDesc; local
622 AcpiDsEvalDataObjectOperands( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_OPERAND_OBJECT *ObjDesc) argument
735 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsmethod.c74 * ObjDesc - Method object attached to node
96 ACPI_OPERAND_OBJECT *ObjDesc)
112 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart);
131 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0);
284 * PARAMETERS: ObjDesc - The method object
331 * ObjDesc - The method object
346 ACPI_OPERAND_OBJECT *ObjDesc,
360 AcpiExStartTraceMethod (MethodNode, ObjDesc, WalkState);
364 if (ObjDesc
94 AcpiDsAutoSerializeMethod( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *ObjDesc) argument
344 AcpiDsBeginMethodExecution( ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
531 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c76 ACPI_OPERAND_OBJECT *ObjDesc; local
86 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
94 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
100 Length = ObjDesc->String.Length + 1;
119 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
121 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value);
125 strcpy (Hid->String, ObjDesc->String.Pointer);
136 AcpiUtRemoveReference (ObjDesc);
164 ACPI_OPERAND_OBJECT *ObjDesc; local
174 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
258 ACPI_OPERAND_OBJECT *ObjDesc; local
410 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Duteval.c226 ACPI_OPERAND_OBJECT *ObjDesc; local
234 ACPI_BTYPE_INTEGER, &ObjDesc);
242 *Value = ObjDesc->Integer.Value;
246 AcpiUtRemoveReference (ObjDesc);
273 ACPI_OPERAND_OBJECT *ObjDesc; local
281 ACPI_BTYPE_INTEGER, &ObjDesc);
304 *Flags = (UINT32) ObjDesc->Integer.Value;
308 AcpiUtRemoveReference (ObjDesc);
338 ACPI_OPERAND_OBJECT *ObjDesc; local
355 ACPI_BTYPE_INTEGER, &ObjDesc);
[all...]
H A Dutdecode.c263 ACPI_OPERAND_OBJECT *ObjDesc)
268 if (!ObjDesc)
276 if ((ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_OPERAND) &&
277 (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_NAMED))
281 ACPI_GET_DESCRIPTOR_TYPE (ObjDesc),
282 AcpiUtGetDescriptorName (ObjDesc), ObjDesc));
287 return_STR (AcpiUtGetTypeName (ObjDesc->Common.Type));
262 AcpiUtGetObjectTypeName( ACPI_OPERAND_OBJECT *ObjDesc) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/events/
H A Devhandler.c170 ACPI_OPERAND_OBJECT *ObjDesc; local
176 ObjDesc = AcpiNsGetAttachedObject (Node);
177 if (ObjDesc)
179 HandlerObj = ObjDesc->CommonNotify.Handler;
228 ACPI_OPERAND_OBJECT *ObjDesc; local
266 ObjDesc = AcpiNsGetAttachedObject (Node);
267 if (!ObjDesc)
276 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
281 HandlerObj->AddressSpace.SpaceId, ObjDesc->CommonNotify.Handler);
289 ObjDesc, NextHandlerOb
396 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c241 ACPI_OPERAND_OBJECT *ObjDesc; local
323 ObjDesc = SubObjectList[0];
324 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
328 Index, AcpiUtGetObjectTypeName (ObjDesc)));
332 UserPrt->Address = ObjDesc->Integer.Value;
336 ObjDesc = SubObjectList[1];
337 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
340 Index, AcpiUtGetObjectTypeName (ObjDesc)));
[all...]

Completed in 176 milliseconds

123