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

123

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexmutex.c164 ACPI_OPERAND_OBJECT *ObjDesc,
172 * PARAMETERS: ObjDesc - The mutex to be unlinked
182 ACPI_OPERAND_OBJECT *ObjDesc)
184 ACPI_THREAD_STATE *Thread = ObjDesc->Mutex.OwnerThread;
194 if (ObjDesc->Mutex.Next)
196 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
199 if (ObjDesc->Mutex.Prev)
201 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc
181 AcpiExUnlinkMutex( ACPI_OPERAND_OBJECT *ObjDesc) argument
233 AcpiExLinkMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_STATE *Thread) argument
284 AcpiExAcquireMutexObject( UINT16 Timeout, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_THREAD_ID ThreadId) argument
356 AcpiExAcquireMutex( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
452 AcpiExReleaseMutexObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
516 AcpiExReleaseMutex( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
648 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexresop.c258 ACPI_OPERAND_OBJECT *ObjDesc; local
309 ObjDesc = *StackPtr;
313 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc))
319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
328 ObjDesc = AcpiNsGetAttachedObject (
329 (ACPI_NAMESPACE_NODE *) ObjDesc);
330 *StackPtr = ObjDesc;
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
339 ObjectType = ObjDesc->Common.Type;
355 switch (ObjDesc
[all...]
H A Dexcreate.c261 ACPI_OPERAND_OBJECT *ObjDesc; local
267 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_EVENT);
268 if (!ObjDesc)
279 &ObjDesc->Event.OsSemaphore);
289 ObjDesc, ACPI_TYPE_EVENT);
296 AcpiUtRemoveReference (ObjDesc);
320 ACPI_OPERAND_OBJECT *ObjDesc; local
328 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_MUTEX);
329 if (!ObjDesc)
337 Status = AcpiOsCreateMutex (&ObjDesc
385 ACPI_OPERAND_OBJECT *ObjDesc; local
494 ACPI_OPERAND_OBJECT *ObjDesc; local
547 ACPI_OPERAND_OBJECT *ObjDesc; local
600 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexfield.c236 * ObjDesc - The named field
249 ACPI_OPERAND_OBJECT *ObjDesc,
260 ACPI_FUNCTION_TRACE_PTR (ExReadDataFromField, ObjDesc);
265 if (!ObjDesc)
274 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
280 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
282 Status = AcpiDsGetBufferFieldArguments (ObjDesc);
289 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
290 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
291 ObjDesc
247 AcpiExReadDataFromField( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) argument
469 AcpiExWriteDataToField( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
[all...]
H A Dexprep.c167 ACPI_OPERAND_OBJECT *ObjDesc,
339 * PARAMETERS: ObjDesc - Field object
352 ACPI_OPERAND_OBJECT *ObjDesc,
372 AcpiExGenerateAccess (ObjDesc->CommonField.StartFieldBitOffset,
373 ObjDesc->CommonField.BitLength,
418 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
437 * PARAMETERS: ObjDesc - The field object
456 ACPI_OPERAND_OBJECT *ObjDesc,
475 ObjDesc->CommonField.FieldFlags = FieldFlags;
476 ObjDesc
351 AcpiExDecodeFieldAccess( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT32 *ReturnByteAlignment) argument
455 AcpiExPrepCommonFieldObject( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 FieldFlags, UINT8 FieldAttribute, UINT32 FieldBitPosition, UINT32 FieldBitLength) argument
549 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dexresolv.c264 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
290 StackDesc->Reference.Value, WalkState, &ObjDesc);
297 StackDesc->Reference.Value, ObjDesc));
304 *StackPtr = ObjDesc;
328 ObjDesc = *StackDesc->Reference.Where;
329 if (ObjDesc)
336 AcpiUtAddReference (ObjDesc);
337 *StackPtr = ObjDesc;
424 Status = AcpiExReadDataFromField (WalkState, StackDesc, &ObjDesc);
429 *StackPtr = (void *) ObjDesc;
464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); local
[all...]
H A Dexfldio.c167 ACPI_OPERAND_OBJECT *ObjDesc,
174 ACPI_OPERAND_OBJECT *ObjDesc,
179 ACPI_OPERAND_OBJECT *ObjDesc,
187 * PARAMETERS: ObjDesc - Field to be read or written
201 ACPI_OPERAND_OBJECT *ObjDesc,
212 RgnDesc = ObjDesc->CommonField.RegionObj;
267 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
282 (ObjDesc->CommonField.BaseByteOffset + FieldDatumByteOffset +
283 ObjDesc->CommonField.AccessByteWidth))
293 ObjDesc
200 AcpiExSetupRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset) argument
357 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument
457 AcpiExRegisterOverflow( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Value) argument
510 AcpiExFieldDatumIo( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 ReadWrite) argument
725 AcpiExWriteWithUpdateRule( ACPI_OPERAND_OBJECT *ObjDesc, UINT64 Mask, UINT64 FieldValue, UINT32 FieldDatumByteOffset) argument
831 AcpiExExtractFromField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
991 AcpiExInsertIntoField( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer, UINT32 BufferLength) argument
[all...]
H A Dexdump.c181 ACPI_OPERAND_OBJECT *ObjDesc,
186 ACPI_OPERAND_OBJECT *ObjDesc);
190 ACPI_OPERAND_OBJECT *ObjDesc,
475 * PARAMETERS: ObjDesc - Descriptor to dump
487 ACPI_OPERAND_OBJECT *ObjDesc,
503 AcpiUtGetObjectTypeName (ObjDesc));
513 if (!ObjDesc)
518 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset);
530 ObjDesc->Common.Type,
531 AcpiUtGetObjectTypeName (ObjDesc));
486 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
742 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
1157 AcpiExDumpReferenceObj( ACPI_OPERAND_OBJECT *ObjDesc) argument
1224 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
1326 AcpiExDumpObjectDescriptor( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Flags) argument
[all...]
H A Dexconvrt.c175 * PARAMETERS: ObjDesc - Object to be converted. Must be an
188 ACPI_OPERAND_OBJECT *ObjDesc,
199 ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
202 switch (ObjDesc->Common.Type)
208 *ResultDesc = ObjDesc;
216 Pointer = ObjDesc->Buffer.Pointer;
217 Count = ObjDesc->Buffer.Length;
238 switch (ObjDesc->Common.Type)
321 * PARAMETERS: ObjDesc - Object to be converted. Must be an
333 ACPI_OPERAND_OBJECT *ObjDesc,
187 AcpiExConvertToInteger( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 ImplicitConversion) argument
332 AcpiExConvertToBuffer( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
547 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
[all...]
H A Dexresnte.c197 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
268 ObjDesc = SourceDesc;
269 AcpiUtAddReference (ObjDesc);
287 ObjDesc = SourceDesc;
288 AcpiUtAddReference (ObjDesc);
303 ObjDesc = SourceDesc;
304 AcpiUtAddReference (ObjDesc);
318 ObjDesc = SourceDesc;
319 AcpiUtAddReference (ObjDesc);
331 Status = AcpiExReadDataFromField (WalkState, SourceDesc, &ObjDesc);
[all...]
H A Dexconfig.c175 ACPI_OPERAND_OBJECT *ObjDesc,
200 ACPI_OPERAND_OBJECT *ObjDesc; local
208 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_LOCAL_REFERENCE);
209 if (!ObjDesc)
216 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
217 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE;
218 ObjDesc->Reference.Value = TableIndex;
219 *DdbHandle = ObjDesc;
371 * PARAMETERS: ObjDesc - Region descriptor
384 ACPI_OPERAND_OBJECT *ObjDesc,
383 AcpiExRegionRead( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Length, UINT8 *Buffer) argument
436 AcpiExLoadOp( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) argument
[all...]
H A Dexsystem.c358 * PARAMETERS: ObjDesc - The object descriptor for this op
369 ACPI_OPERAND_OBJECT *ObjDesc)
377 if (ObjDesc)
379 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
391 * ObjDesc - The object descriptor for this op
404 ACPI_OPERAND_OBJECT *ObjDesc)
412 if (ObjDesc)
414 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
426 * PARAMETERS: ObjDesc - The object descriptor for this op
436 ACPI_OPERAND_OBJECT *ObjDesc)
368 AcpiExSystemSignalEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
402 AcpiExSystemWaitEvent( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) argument
435 AcpiExSystemResetEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c232 * PARAMETERS: ObjDesc - Object to be displayed
242 ACPI_OPERAND_OBJECT *ObjDesc)
247 if (!ObjDesc)
253 if (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_OPERAND)
255 AcpiOsPrintf (" %p [%s]", ObjDesc,
256 AcpiUtGetDescriptorName (ObjDesc));
260 AcpiOsPrintf (" %s", AcpiUtGetObjectTypeName (ObjDesc));
262 switch (ObjDesc->Common.Type)
267 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
273 ObjDesc
241 AcpiDbDecodeInternalObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
367 AcpiDbDisplayInternalObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
554 ACPI_OPERAND_OBJECT *ObjDesc; local
630 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddbstats.c170 ACPI_OPERAND_OBJECT *ObjDesc);
292 * PARAMETERS: ObjDesc - Object to be counted
304 ACPI_OPERAND_OBJECT *ObjDesc)
309 if (!ObjDesc)
318 if (ObjDesc->Common.Type > ACPI_TYPE_NS_NODE_MAX)
324 AcpiGbl_ObjTypeCount [ObjDesc->Common.Type]++;
329 switch (ObjDesc->Common.Type)
333 for (i = 0; i < ObjDesc->Package.Count; i++)
335 AcpiDbEnumerateObject (ObjDesc->Package.Elements[i]);
341 AcpiDbEnumerateObject (ObjDesc
303 AcpiDbEnumerateObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
408 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddbmethod.c277 ACPI_OPERAND_OBJECT *ObjDesc; local
309 ObjDesc = Node->Object;
310 ObjDesc->Integer.Value = Value;
327 ObjDesc = AcpiUtCreateIntegerObject ((UINT64) Value);
328 if (!ObjDesc)
350 Index, ObjDesc, WalkState);
356 ObjDesc = WalkState->Arguments[Index].Object;
359 AcpiDbDisplayInternalObject (ObjDesc, WalkState);
374 Index, ObjDesc, WalkState);
380 ObjDesc
455 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c189 ACPI_OPERAND_OBJECT *ObjDesc; local
241 ObjDesc = NULL;
256 ObjDesc = ((ACPI_NAMESPACE_NODE *) Object)->Object;
266 ObjDesc = (ACPI_OPERAND_OBJECT *) Object;
274 ObjDesc, Node, AcpiUtGetNodeName (Node)));
283 if (ObjDesc)
289 AcpiUtAddReference (ObjDesc);
295 LastObjDesc = ObjDesc;
307 Node->Object = ObjDesc;
331 ACPI_OPERAND_OBJECT *ObjDesc; local
449 AcpiNsGetSecondaryObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
488 ACPI_OPERAND_OBJECT *ObjDesc; local
553 ACPI_OPERAND_OBJECT *ObjDesc; local
606 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dnsdump.c321 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
387 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
401 if (!ObjDesc)
430 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
431 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address));
436 AcpiOsPrintf ("Notify Object: %p\n", ObjDesc);
442 (UINT32) ObjDesc->Method.ParamCount,
443 ObjDesc->Method.AmlLength, ObjDesc
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c186 ACPI_OPERAND_OBJECT *ObjDesc; local
238 ObjDesc = AcpiUtCreateInternalObject (
240 if (!ObjDesc)
246 WalkState, Op, Op->Common.AmlOpcode, &ObjDesc);
249 AcpiUtRemoveReference (ObjDesc);
260 ObjDesc->Reference.Resolved = TRUE;
263 !ObjDesc->Reference.Node)
269 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node;
270 ObjDesc->Reference.Aml = Op->Common.Aml;
271 ObjDesc
304 ACPI_OPERAND_OBJECT *ObjDesc; local
417 ACPI_OPERAND_OBJECT *ObjDesc; local
491 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsargs.c294 * PARAMETERS: ObjDesc - A valid BufferField object
305 ACPI_OPERAND_OBJECT *ObjDesc)
312 ACPI_FUNCTION_TRACE_PTR (DsGetBufferFieldArguments, ObjDesc);
315 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
322 ExtraDesc = AcpiNsGetSecondaryObject (ObjDesc);
323 Node = ObjDesc->BufferField.Node;
343 * PARAMETERS: ObjDesc - A valid BankField object
354 ACPI_OPERAND_OBJECT *ObjDesc)
361 ACPI_FUNCTION_TRACE_PTR (DsGetBankFieldArguments, ObjDesc);
364 if (ObjDesc
304 AcpiDsGetBufferFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
353 AcpiDsGetBankFieldArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
402 AcpiDsGetBufferArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
452 AcpiDsGetPackageArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
502 AcpiDsGetRegionArguments( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Ddsopcode.c170 ACPI_OPERAND_OBJECT *ObjDesc,
193 ACPI_OPERAND_OBJECT *ObjDesc; local
197 ObjDesc = AcpiNsGetAttachedObject (ObjHandle);
201 Status = AcpiEvInitializeRegion (ObjDesc);
211 * ObjDesc - BufferField object
226 ACPI_OPERAND_OBJECT *ObjDesc,
239 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
370 ObjDesc, FieldFlags, 0, BitOffset, BitCount);
376 ObjDesc->BufferField.BufferObj = BufferDesc;
378 /* Reference count for BufferDesc inherits ObjDesc coun
224 AcpiDsInitBufferField( UINT16 AmlOpcode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *BufferDesc, ACPI_OPERAND_OBJECT *OffsetDesc, ACPI_OPERAND_OBJECT *LengthDesc, ACPI_OPERAND_OBJECT *ResultDesc) argument
433 ACPI_OPERAND_OBJECT *ObjDesc; local
520 ACPI_OPERAND_OBJECT *ObjDesc; local
617 ACPI_OPERAND_OBJECT *ObjDesc; local
729 AcpiDsEvalDataObjectOperands( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_OPERAND_OBJECT *ObjDesc) argument
852 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddsmethod.c182 * ObjDesc - Method object attached to node
204 ACPI_OPERAND_OBJECT *ObjDesc)
220 Op = AcpiPsAllocOp (AML_METHOD_OP, ObjDesc->Method.AmlStart);
239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0);
400 * PARAMETERS: ObjDesc - The method object
447 * ObjDesc - The method object
462 ACPI_OPERAND_OBJECT *ObjDesc,
476 AcpiExStartTraceMethod (MethodNode, ObjDesc, WalkState);
480 if (ObjDesc
202 AcpiDsAutoSerializeMethod( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *ObjDesc) argument
460 AcpiDsBeginMethodExecution( ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
647 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddspkginit.c209 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
233 ObjDesc = *ObjDescPtr;
234 if (!ObjDesc)
236 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_PACKAGE);
237 *ObjDescPtr = ObjDesc;
238 if (!ObjDesc)
243 ObjDesc->Package.Node = Parent->Common.Node;
246 if (ObjDesc->Package.Flags & AOPOBJ_DATA_VALID) /* Just in case */
256 ObjDesc->Package.Elements = ACPI_ALLOCATE_ZEROED (
259 if (!ObjDesc
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c184 ACPI_OPERAND_OBJECT *ObjDesc; local
194 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
202 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
208 Length = ObjDesc->String.Length + 1;
227 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
229 AcpiExEisaIdToString (Hid->String, ObjDesc->Integer.Value);
233 strcpy (Hid->String, ObjDesc->String.Pointer);
244 AcpiUtRemoveReference (ObjDesc);
272 ACPI_OPERAND_OBJECT *ObjDesc; local
282 ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING, &ObjDesc);
366 ACPI_OPERAND_OBJECT *ObjDesc; local
518 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devhandler.c278 ACPI_OPERAND_OBJECT *ObjDesc; local
284 ObjDesc = AcpiNsGetAttachedObject (Node);
285 if (ObjDesc)
287 HandlerObj = ObjDesc->CommonNotify.Handler;
336 ACPI_OPERAND_OBJECT *ObjDesc; local
374 ObjDesc = AcpiNsGetAttachedObject (Node);
375 if (!ObjDesc)
384 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
389 HandlerObj->AddressSpace.SpaceId, ObjDesc->CommonNotify.Handler);
397 ObjDesc, NextHandlerOb
504 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c349 ACPI_OPERAND_OBJECT *ObjDesc; local
431 ObjDesc = SubObjectList[0];
432 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
436 Index, AcpiUtGetObjectTypeName (ObjDesc)));
440 UserPrt->Address = ObjDesc->Integer.Value;
444 ObjDesc = SubObjectList[1];
445 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
448 Index, AcpiUtGetObjectTypeName (ObjDesc)));
[all...]

Completed in 207 milliseconds

123