/src/sys/external/bsd/acpica/dist/disassembler/ |
dmutils.c | 360 if (!Op->Common.Next) 366 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST) 370 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE) 378 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && 379 (!Op->Common.Next->Common.Value.String)) 387 if (!Op->Common.Next->Common.Next [all...] |
dmcstyle.c | 235 Argument2 = Argument1->Common.Next; 239 switch (Op->Common.AmlOpcode) 309 switch (Argument1->Common.AmlOpcode) 331 Argument1->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX; 332 Op->Common.DisasmOpcode = ACPI_DASM_LNOT_PREFIX; 342 Argument2->Common.OperatorSymbol = OperatorSymbol; 352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) || 353 (Argument1->Common.AmlOpcode == AML_BUFFER_OP) || 354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) || 355 (Argument1->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) [all...] |
dmwalk.c | 230 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER); 231 Info.AmlOffset = Op->Common.Aml - Info.StartAml; 325 if (Op->Common.Next) 327 Op = Op->Common.Next; 339 Op = Op->Common.Parent; 374 switch (Op->Common.AmlOpcode) 396 if ((Op->Common.DisasmOpcode == ACPI_DASM_UNICODE) || 397 (Op->Common.DisasmOpcode == ACPI_DASM_UUID) || 398 (Op->Common.DisasmOpcode == ACPI_DASM_PLD_METHOD)) 416 if (Op->Common.Parent & [all...] |
dmopcode.c | 204 if (Op->Common.AmlOpcode == AML_RETURN_OP) 210 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 301 switch (NextOp->Common.AmlOpcode) 306 NotifyValue = (UINT8) NextOp->Common.AmlOpcode; 364 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED) 368 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED; 500 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED) 504 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED; 510 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 518 IndexOp = Op->Common.Value.Arg [all...] |
dmdeferred.c | 200 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 209 switch (Op->Common.AmlOpcode) 241 Op->Common.AmlOpcode)); 290 Op->Common.AmlOpName, (char *) &Op->Named.Name)); 317 StartOp = (Op->Common.Value.Arg)->Common.Next; 328 switch (Op->Common.AmlOpcode) 334 switch (Op->Common.AmlOpcode) 338 ExtraOp = Op->Common.Value.Arg; 339 NewRootOp = ExtraOp->Common.Next [all...] |
dmnames.c | 260 Node = Op->Common.Node; 265 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Common.Value.String, 282 Op->Common.Node = Node; 415 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 425 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP) 435 (NamePath->Common.Value.String) && 436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0]))) 438 AcpiDmNamestring (NamePath->Common.Value.String); 451 if (Search->Common.Parent == Prev) 458 Search = Search->Common.Parent [all...] |
dmbuffer.c | 315 ByteCount = (UINT32) Op->Common.Value.Integer; 321 switch (Op->Common.Parent->Common.DisasmOpcode) 326 Info, Op->Common.Parent, ByteData, ByteCount); 402 SizeOp = Op->Common.Value.Arg; 410 NextOp = SizeOp->Common.Next; 419 ByteCount = (UINT32) NextOp->Common.Value.Integer; 440 SizeOp->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; 530 SizeOp = Op->Common.Value.Arg; 538 NextOp = SizeOp->Common.Next [all...] |
/src/sys/external/bsd/acpica/dist/common/ |
dmswitch.c | 201 switch (Op->Common.AmlOpcode) 242 Op->Common.DisasmOpcode = ACPI_DASM_SWITCH; 253 Current->Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; 372 if (!OneOp || (OneOp->Common.AmlOpcode != AML_ONE_OP)) 379 StoreOp = OneOp->Common.Next; 380 if (!StoreOp || (StoreOp->Common.AmlOpcode != AML_STORE_OP)) 389 (NamePathOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP)) 394 if (strncmp ((char *) (NamePathOp->Common.Value.Name), "_T_", 3)) 399 *Temp = (char *) (NamePathOp->Common.Value.Name); 405 OneOp->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE [all...] |
adwalk.c | 496 AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.AmlOpcode)); 500 switch (Op->Common.AmlOpcode) 504 AcpiOsPrintf ("%2.2X", (UINT32) Op->Common.Value.Integer); 509 AcpiOsPrintf ("%4.4X", (UINT32) Op->Common.Value.Integer); 514 AcpiOsPrintf ("%8.8X", (UINT32) Op->Common.Value.Integer); 519 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (Op->Common.Value.Integer)); 524 if (Op->Common.Value.String) 526 Status = AcpiNsExternalizeName (ACPI_UINT32_MAX, Op->Common.Value.String, 530 AcpiOsPrintf ("%s %p", Path, Op->Common.Node); 536 Op->Common.Node->Name.Ascii) [all...] |
/src/sys/external/bsd/acpica/dist/parser/ |
psparse.c | 285 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.AmlOpcode == AML_DATA_REGION_OP) | [all...] |
pstree.c | 195 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.Next [all...] |
psutils.c | 213 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))); 271 /* The generic op (default) is by far the most common (16 to 1) */ 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 [all...] |
psobject.c | 314 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.CloseBraceComment = UnnamedOp->Common.CloseBraceComment [all...] |
/src/sys/external/bsd/acpica/dist/compiler/ |
cvdisasm.c | 273 if (CvListIsSingleton (Op->Common.CommentList)) 275 CvPrintOneCommentList (Op->Common.CommentList, Level); 280 CvPrintOneCommentList (Op->Common.CommentList, Level); 283 Op->Common.CommentList = NULL; 288 if (Op->Common.EndBlkComment) 290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level); 291 Op->Common.EndBlkComment = NULL; 298 CommentToPrint = &Op->Common.InlineComment; 303 CommentToPrint = &Op->Common.EndNodeComment; 308 CommentToPrint = &Op->Common.NameComment [all...] |
/src/sys/external/bsd/acpica/dist/dispatcher/ |
dsutils.c | 331 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.Parent->Common.AmlOpcode == AML_REGION_OP) | [all...] |
dsobject.c | 193 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.AmlOpcode))->ObjectType) [all...] |
dsfield.c | 291 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.Value.Integer >> 16) & 0xFF) [all...] |
dswscope.c | 192 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)));
|
dspkginit.c | 230 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.Node->Type == ACPI_TYPE_METHOD [all...] |
dsopcode.c | 244 if (BufferDesc->Common.Type != ACPI_TYPE_BUFFER) 365 * Initialize areas of the field object that are common to all fields 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 [all...] |
dswexec.c | 214 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.State = [all...] |
dscontrol.c | 191 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.Value.Arg) [all...] |
/src/sys/external/bsd/acpica/dist/namespace/ |
nsobject.c | 296 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.NextObject & [all...] |
/src/sys/external/bsd/acpica/dist/utilities/ |
utstate.c | 182 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;
|
/src/sys/external/bsd/acpica/dist/debugger/ |
dbxface.c | 305 ParentOp = Op->Common.Parent; 309 (WalkState->ControlState->Common.State == 319 if ((ParentOp->Common.AmlOpcode == AML_IF_OP) || 320 (ParentOp->Common.AmlOpcode == AML_WHILE_OP)) 325 ParentOp = ParentOp->Common.Parent; 332 if ((ParentOp->Common.AmlOpcode == AML_IF_OP) || 333 (ParentOp->Common.AmlOpcode == AML_ELSE_OP) || 334 (ParentOp->Common.AmlOpcode == AML_SCOPE_OP) || 335 (ParentOp->Common.AmlOpcode == AML_METHOD_OP) || 336 (ParentOp->Common.AmlOpcode == AML_WHILE_OP) [all...] |