Searched refs:Common (Results 1 - 25 of 78) sorted by relevance

1234

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsparse.c285 if (Op->Common.Parent)
287 Prev = Op->Common.Parent->Common.Value.Arg;
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
313 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
326 (Op->Common.Parent->Common
[all...]
H A Dpstree.c195 if (Op->Common.AmlOpcode == AML_INT_CONNECTION_OP)
197 return (Op->Common.Value.Arg);
202 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
221 Arg = Op->Common.Value.Arg;
225 Arg = Arg->Common.Next;
264 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
270 Op->Common.AmlOpcode));
285 if (Op->Common.Value.Arg)
289 PrevArg = Op->Common.Value.Arg;
290 while (PrevArg->Common
[all...]
H A Dpsutils.c213 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
214 Op->Common.AmlOpcode = Opcode;
216 ACPI_DISASM_ONLY_MEMBERS (AcpiUtSafeStrncpy (Op->Common.AmlOpName,
218 sizeof (Op->Common.AmlOpName)));
287 Op->Common.Aml = Aml;
288 Op->Common.Flags = Flags;
327 if (Op->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
333 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
374 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
396 if (Op->Common
[all...]
H A Dpsobject.c314 UnnamedOp->Common.Value.Arg = NULL;
315 UnnamedOp->Common.ArgListLength = 0;
316 UnnamedOp->Common.AmlOpcode = WalkState->Opcode;
344 UnnamedOp->Common.NameComment = AcpiGbl_CurrentInlineComment;
392 AcpiPsAppendArg (*Op, UnnamedOp->Common.Value.Arg);
398 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment;
399 (*Op)->Common.EndNodeComment = UnnamedOp->Common.EndNodeComment;
400 (*Op)->Common
[all...]
H A Dpswalk.c202 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Op);
206 AcpiOsPrintf (" %4.4s", Op->Common.Value.String);
210 AcpiOsPrintf (" %s", Op->Common.Value.String);
230 Next = Op->Common.Next;
231 Parent = Op->Common.Parent;
H A Dpsargs.c386 Arg->Common.Value.Name = Path;
440 NameOp->Common.Value.Name = Path;
444 NameOp->Common.Node = Node;
481 else if (WalkState->Op->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP)
491 else if ((Arg->Common.Parent) &&
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
493 (Arg->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)))
516 Arg->Common
[all...]
H A Dpsloop.c210 "Get arguments for opcode [%s]\n", Op->Common.AmlOpName));
212 switch (Op->Common.AmlOpcode)
247 switch (Op->Common.AmlOpcode)
284 switch (Op->Common.AmlOpcode)
307 if ((Op->Common.Parent) &&
308 (Op->Common.Parent->Common.AmlOpcode == AML_NAME_OP) &&
401 ((ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_IF_OP) ||
402 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) &&
404 (WalkState->ControlState->Common
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c331 if ((!Op->Common.Parent) ||
332 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
338 AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
344 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
362 switch (Op->Common.Parent->Common.AmlOpcode)
376 if ((WalkState->ControlState->Common.State ==
404 if ((Op->Common
[all...]
H A Ddsobject.c193 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
200 if (!Op->Common.Node)
204 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
205 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
218 Op->Common.Value.String,
222 ACPI_NAMESPACE_NODE, &(Op->Common.Node)));
226 Op->Common.Value.String, Status);
238 (AcpiPsGetOpcodeInfo (Op->Common
[all...]
H A Ddsfield.c291 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
342 Arg->Common.Value.String, ACPI_TYPE_ANY,
352 Arg->Common.Value.String, Status);
362 Op->Common.Node = Node;
393 SecondDesc = ObjDesc->Common.NextObject;
466 switch (Arg->Common.AmlOpcode)
471 (UINT64) Arg->Common.Value.Size;
500 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
505 ((Arg->Common.Value.Integer >> 8) & 0xFF);
510 ((Arg->Common
[all...]
H A Ddswscope.c192 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
253 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
255 ScopeInfo->Common.Value = (UINT16) Type;
268 AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
278 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
325 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
332 AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
H A Ddspkginit.c230 Parent = Op->Common.Parent;
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
232 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
234 Parent = Parent->Common.Parent;
252 ObjDesc->Package.Node = Parent->Common.Node;
282 Arg = Op->Common.Value.Arg;
283 Arg = Arg->Common.Next;
309 if (Arg->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
311 if (!Arg->Common.Node)
337 if (Arg->Common
[all...]
H A Ddswexec.c214 WalkState->ControlState->Common.State = 0;
264 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
268 ObjDesc, WalkState, ObjDesc->Common.Type));
284 WalkState->ControlState->Common.Value = TRUE;
292 WalkState->ControlState->Common.Value = FALSE;
305 WalkState->ControlState->Common.Value, WalkState->Op));
321 WalkState->ControlState->Common.State = ACPI_CONTROL_NORMAL;
365 WalkState->Opcode = Op->Common.AmlOpcode;
366 WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
398 (WalkState->ControlState->Common
[all...]
H A Ddsopcode.c244 if (BufferDesc->Common.Type != ACPI_TYPE_BUFFER)
381 BufferDesc->Common.ReferenceCount = (UINT16)
382 (BufferDesc->Common.ReferenceCount + ObjDesc->Common.ReferenceCount);
446 Node = Op->Common.Node;
450 NextOp = Op->Common.Value.Arg;
469 Op->Common.AmlOpcode, ACPI_WALK_OPERANDS, WalkState);
473 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Status));
480 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
484 Status = AcpiDsInitBufferField (Op->Common
[all...]
H A Ddscontrol.c191 Op, Op->Common.AmlOpcode, WalkState));
193 switch (Op->Common.AmlOpcode)
207 WalkState->ControlState->Common.State =
236 Op->Common.AmlOpcode;
296 switch (Op->Common.AmlOpcode)
307 (BOOLEAN) WalkState->ControlState->Common.Value;
326 if (ControlState->Common.Value)
367 "[RETURN_OP] Op=%p Arg=%p\n",Op, Op->Common.Value.Arg));
374 if (Op->Common.Value.Arg)
382 Status = AcpiDsCreateOperands (WalkState, Op->Common
[all...]
H A Ddswload.c282 if (Op->Common.Node)
364 WalkState->ScopeInfo->Common.Value = ACPI_TYPE_ANY;
502 /* Common exit */
527 Op->Common.Node = Node;
625 if (Op->Common.AmlOpcode == AML_REGION_OP)
629 ((Op->Common.Value.Arg)->Common.Value.Integer),
636 else if (Op->Common.AmlOpcode == AML_DATA_REGION_OP)
647 if (Op->Common.AmlOpcode == AML_NAME_OP)
651 if (Op->Common
[all...]
H A Ddswload2.c203 (WalkState->ControlState->Common.State ==
227 BufferPtr = Op->Common.Value.String;
354 WalkState->ScopeInfo->Common.Value = ACPI_TYPE_ANY;
388 if (Op && Op->Common.Node)
392 Node = Op->Common.Node;
507 Op->Common.Node = Node;
556 if (Op->Common.AmlOpcode == AML_SCOPE_OP)
568 Node = Op->Common.Node;
580 (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP))
622 AcpiPsGetOpcodeName (Op->Common
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsobject.c296 while (LastObjDesc->Common.NextObject)
298 LastObjDesc = LastObjDesc->Common.NextObject;
303 LastObjDesc->Common.NextObject = Node->Object;
340 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
349 if (ObjDesc->Common.Type == ACPI_TYPE_METHOD)
355 if (ObjDesc->Common.Type == ACPI_TYPE_REGION)
367 Node->Object = ObjDesc->Common.NextObject;
372 (Node->Object->Common.Type != ACPI_TYPE_LOCAL_DATA))
374 Node->Object = Node->Object->Common.NextObject;
381 if (ObjDesc->Common
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstate.c182 State->Common.Next = *ListHead;
217 *ListHead = State->Common.Next;
251 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
291 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
342 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
384 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
427 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
428 State->Common.State = ACPI_CONTROL_CONDITIONAL_EXECUTING;
H A Dutids.c202 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
227 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
290 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
315 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
396 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE)
412 switch (CidObjects[i]->Common.Type)
457 if (CidObjects[i]->Common.Type == ACPI_TYPE_INTEGER)
543 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE)
545 if (Count > 0 && ClsObjects[0]->Common.Type == ACPI_TYPE_INTEGER)
549 if (Count > 1 && ClsObjects[1]->Common
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstoren.c211 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
233 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
234 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
332 if (SourceDesc->Common.Type != DestDesc->Common.Type)
343 Status = AcpiExConvertToTargetType (DestDesc->Common.Type,
365 switch (DestDesc->Common.Type)
H A Dexfield.c280 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
286 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
295 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
325 (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD &&
351 if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
359 else if ((ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REGION_FIELD) &&
379 ObjDesc, ObjDesc->Common.Type, Buffer, BufferLength));
446 if (ObjDesc->Common.Type == ACPI_TYPE_BUFFER_FIELD)
452 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
461 else if ((ObjDesc->Common
[all...]
H A Dexstorob.c203 (TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER))
261 TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
308 (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
325 (!(TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)))
340 TargetDesc->Common.Flags &= ~AOPOBJ_STATIC_POINTER;
H A Dexresop.c210 (((ACPI_OPERAND_OBJECT *) Object)->Common.Flags &
339 ObjectType = ObjDesc->Common.Type;
412 (ObjDesc->Common.Type == ACPI_TYPE_STRING))
461 ((*StackPtr)->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
625 switch (ObjDesc->Common.Type)
647 switch (ObjDesc->Common.Type)
688 switch (ObjDesc->Common.Type)
712 switch (ObjDesc->Common.Type)
737 switch (ObjDesc->Common.Type)
759 switch (ObjDesc->Common
[all...]
H A Dexstore.c236 switch (DestDesc->Common.Type)
246 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT)
373 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE &&
399 IndexDesc->Reference.Object)->Common.ReferenceCount;
412 IndexDesc->Reference.Object)->Common.ReferenceCount;
436 if ((ObjDesc->Common.Type != ACPI_TYPE_BUFFER) &&
437 (ObjDesc->Common.Type != ACPI_TYPE_STRING))
446 switch (SourceDesc->Common.Type)
576 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
665 Node, NewDesc, NewDesc->Common
[all...]

Completed in 190 milliseconds

1234