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

1234

/netbsd-current/sys/external/bsd/acpica/dist/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 Dexfield.c135 * ObjDesc - The named field
149 ACPI_OPERAND_OBJECT *ObjDesc,
158 ACPI_FUNCTION_TRACE_PTR (ExReadDataFromField, ObjDesc);
163 if (!ObjDesc)
172 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
178 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
180 Status = AcpiDsGetBufferFieldArguments (ObjDesc);
187 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
188 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS ||
189 ObjDesc
147 AcpiExReadDataFromField( ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **RetBufferDesc) argument
317 AcpiExWriteDataToField( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
[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.c151 ACPI_OPERAND_OBJECT *ObjDesc; local
157 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_EVENT);
158 if (!ObjDesc)
169 &ObjDesc->Event.OsSemaphore);
179 ObjDesc, ACPI_TYPE_EVENT);
186 AcpiUtRemoveReference (ObjDesc);
210 ACPI_OPERAND_OBJECT *ObjDesc; local
218 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_MUTEX);
219 if (!ObjDesc)
227 Status = AcpiOsCreateMutex (&ObjDesc
275 ACPI_OPERAND_OBJECT *ObjDesc; local
385 ACPI_OPERAND_OBJECT *ObjDesc; local
438 ACPI_OPERAND_OBJECT *ObjDesc; local
490 ACPI_OPERAND_OBJECT *ObjDesc; local
[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 Dexserial.c59 * PARAMETERS: ObjDesc - The named field to read
71 ACPI_OPERAND_OBJECT *ObjDesc,
77 ACPI_FUNCTION_TRACE_PTR (ExReadGpio, ObjDesc);
88 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength));
92 AcpiExAcquireGlobalLock (ObjDesc->CommonField.FieldFlags);
97 ObjDesc, 0, (UINT64 *) Buffer, ACPI_READ);
99 AcpiExReleaseGlobalLock (ObjDesc->CommonField.FieldFlags);
110 * ObjDesc - The named field
123 ACPI_OPERAND_OBJECT *ObjDesc,
70 AcpiExReadGpio( ACPI_OPERAND_OBJECT *ObjDesc, void *Buffer) argument
121 AcpiExWriteGpio( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
182 AcpiExReadSerialBus( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
297 AcpiExWriteSerialBus( ACPI_OPERAND_OBJECT *SourceDesc, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ReturnBuffer) argument
[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 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 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 if (!ObjDesc)
410 Target = ACPI_ADD_PTR (UINT8, ObjDesc, Info->Offset);
422 ObjDesc->Common.Type,
423 AcpiUtGetObjectTypeName (ObjDesc));
378 AcpiExDumpObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_EXDUMP_INFO *Info) argument
634 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
1049 AcpiExDumpReferenceObj( ACPI_OPERAND_OBJECT *ObjDesc) argument
1116 AcpiExDumpPackageObj( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Level, UINT32 Index) argument
1218 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,
91 ACPI_FUNCTION_TRACE_PTR (ExConvertToInteger, ObjDesc);
94 switch (ObjDesc->Common.Type)
100 *ResultDesc = ObjDesc;
108 Pointer = ObjDesc->Buffer.Pointer;
109 Count = ObjDesc->Buffer.Length;
130 switch (ObjDesc->Common.Type)
213 * PARAMETERS: ObjDesc - Object to be converted. Must be an
225 ACPI_OPERAND_OBJECT *ObjDesc,
79 AcpiExConvertToInteger( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 ImplicitConversion) argument
224 AcpiExConvertToBuffer( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc) argument
440 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
[all...]
H A Dexsystem.c255 * PARAMETERS: ObjDesc - The object descriptor for this op
266 ACPI_OPERAND_OBJECT *ObjDesc)
274 if (ObjDesc)
276 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
288 * ObjDesc - The object descriptor for this op
301 ACPI_OPERAND_OBJECT *ObjDesc)
309 if (ObjDesc)
311 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
323 * PARAMETERS: ObjDesc - The object descriptor for this op
333 ACPI_OPERAND_OBJECT *ObjDesc)
265 AcpiExSystemSignalEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
299 AcpiExSystemWaitEvent( ACPI_OPERAND_OBJECT *TimeDesc, ACPI_OPERAND_OBJECT *ObjDesc) argument
332 AcpiExSystemResetEvent( ACPI_OPERAND_OBJECT *ObjDesc) argument
[all...]
H A Dexconfig.c66 ACPI_OPERAND_OBJECT *ObjDesc,
91 ACPI_OPERAND_OBJECT *ObjDesc; local
99 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_LOCAL_REFERENCE);
100 if (!ObjDesc)
107 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
108 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE;
109 ObjDesc->Reference.Value = TableIndex;
110 *DdbHandle = ObjDesc;
278 * PARAMETERS: ObjDesc - Region descriptor
291 ACPI_OPERAND_OBJECT *ObjDesc,
290 AcpiExRegionRead( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Length, UINT8 *Buffer) argument
343 AcpiExLoadOp( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT *Target, ACPI_WALK_STATE *WalkState) argument
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbobject.c134 * PARAMETERS: ObjDesc - Object to be displayed
144 ACPI_OPERAND_OBJECT *ObjDesc)
149 if (!ObjDesc)
155 if (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc) != ACPI_DESC_TYPE_OPERAND)
157 AcpiOsPrintf (" %p [%s]", ObjDesc,
158 AcpiUtGetDescriptorName (ObjDesc));
162 AcpiOsPrintf (" %s", AcpiUtGetObjectTypeName (ObjDesc));
164 switch (ObjDesc->Common.Type)
169 ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
175 ObjDesc
143 AcpiDbDecodeInternalObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
269 AcpiDbDisplayInternalObject( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
456 ACPI_OPERAND_OBJECT *ObjDesc; local
538 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...]
/netbsd-current/sys/external/bsd/acpica/dist/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
346 AcpiNsGetSecondaryObject( ACPI_OPERAND_OBJECT *ObjDesc) argument
385 ACPI_OPERAND_OBJECT *ObjDesc; local
450 ACPI_OPERAND_OBJECT *ObjDesc; local
503 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Dnsdump.c213 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
280 ObjDesc = AcpiNsGetAttachedObject (ThisNode);
294 if (!ObjDesc)
323 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length,
324 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address));
329 AcpiOsPrintf ("Notify Object: %p\n", ObjDesc);
335 (UINT32) ObjDesc->Method.ParamCount,
336 ObjDesc->Method.AmlLength, ObjDesc
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsobject.c77 ACPI_OPERAND_OBJECT *ObjDesc; local
129 ObjDesc = AcpiUtCreateInternalObject (
131 if (!ObjDesc)
137 WalkState, Op, Op->Common.AmlOpcode, &ObjDesc);
140 AcpiUtRemoveReference (ObjDesc);
151 ObjDesc->Reference.Resolved = TRUE;
154 !ObjDesc->Reference.Node)
160 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node;
161 ObjDesc->Reference.Aml = Op->Common.Aml;
162 ObjDesc
195 ACPI_OPERAND_OBJECT *ObjDesc; local
308 ACPI_OPERAND_OBJECT *ObjDesc; local
380 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
395 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);
103 * ObjDesc - BufferField object
118 ACPI_OPERAND_OBJECT *ObjDesc,
131 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
262 ObjDesc, FieldFlags, 0, BitOffset, BitCount);
268 ObjDesc->BufferField.BufferObj = BufferDesc;
269 ObjDesc
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
524 ACPI_OPERAND_OBJECT *ObjDesc; local
637 AcpiDsEvalDataObjectOperands( ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_OPERAND_OBJECT *ObjDesc) argument
760 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
H A Ddspkginit.c102 ACPI_OPERAND_OBJECT *ObjDesc = NULL; local
134 ObjDesc = *ObjDescPtr;
135 if (!ObjDesc)
137 ObjDesc = AcpiUtCreateInternalObject (ACPI_TYPE_PACKAGE);
138 *ObjDescPtr = ObjDesc;
139 if (!ObjDesc)
144 ObjDesc->Package.Node = Parent->Common.Node;
147 if (ObjDesc->Package.Flags & AOPOBJ_DATA_VALID) /* Just in case */
158 if (!ObjDesc->Package.Elements)
160 ObjDesc
[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);
292 * PARAMETERS: ObjDesc - The method object
339 * ObjDesc - The method object
354 ACPI_OPERAND_OBJECT *ObjDesc,
368 AcpiExStartTraceMethod (MethodNode, ObjDesc, WalkState);
372 if (ObjDesc
94 AcpiDsAutoSerializeMethod( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *ObjDesc) argument
352 AcpiDsBeginMethodExecution( ACPI_NAMESPACE_NODE *MethodNode, ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState) argument
539 ACPI_OPERAND_OBJECT *ObjDesc; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/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...]
/netbsd-current/sys/external/bsd/acpica/dist/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...]
/netbsd-current/sys/external/bsd/acpica/dist/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 310 milliseconds

1234