| /src/sys/external/bsd/acpica/dist/compiler/ |
| asllength.c | 57 ACPI_PARSE_OBJECT *Op, 62 ACPI_PARSE_OBJECT *Op); 68 ACPI_PARSE_OBJECT *Op, 89 ACPI_PARSE_OBJECT *Op, 94 Op->Asl.AmlSubtreeLength = 0; 122 ACPI_PARSE_OBJECT *Op, 129 CgGenerateAmlLengths (Op); 133 if ((Op->Asl.Parent) && 134 (Op->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)) 136 Op->Asl.Parent->Asl.AmlSubtreeLength += [all...] |
| aslmethod.c | 59 ACPI_PARSE_OBJECT *Op, 64 ACPI_PARSE_OBJECT *Op); 84 ACPI_PARSE_OBJECT *Op, 110 OtXrefWalkPart1 (Op, Level, MethodInfo); 113 switch (Op->Asl.ParseOpcode) 123 MethodInfo->Op = Op; 133 if (ACPI_COMPARE_NAMESEG (METHOD_NAME__PS0, Op->Asl.NameSeg)) 137 if ((!ApFindNameInScope (METHOD_NAME__PS1, Op)) && 138 (!ApFindNameInScope (METHOD_NAME__PS2, Op)) & [all...] |
| aslparseop.c | 3 * Module Name: aslparseop - Parse op create/allocate/cache interfaces 57 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op 60 * op. NumChildren long. 62 * RETURN: Pointer to the new op. Aborts on allocation failure 64 * DESCRIPTION: Create a new parse op and link together a list of child 65 * ops underneath the new op. 75 ACPI_PARSE_OBJECT *Op; 85 /* Allocate one new op */ 87 Op = TrAllocateOp (ParseOpcode); 90 "\nCreateOp Ln/Col %u/%u NewParent %p Child %u Op %s " [all...] |
| aslcodegen.c | 57 ACPI_PARSE_OBJECT *Op, 63 ACPI_PARSE_OBJECT *Op); 67 ACPI_PARSE_OBJECT *Op); 71 ACPI_PARSE_OBJECT *Op); 75 ACPI_PARSE_OBJECT *Op); 79 ACPI_PARSE_OBJECT *Op); 132 ACPI_PARSE_OBJECT *Op, 139 CgWriteNode (Op); 157 switch (Op->Asl.ParseOpcode) 164 UtDumpStringOp (Op, Level) [all...] |
| aslxref.c | 59 ACPI_PARSE_OBJECT *Op, 65 ACPI_PARSE_OBJECT *Op, 71 ACPI_PARSE_OBJECT *Op, 88 ACPI_PARSE_OBJECT *Op, 97 ACPI_PARSE_OBJECT *Op); 102 ACPI_PARSE_OBJECT *Op); 234 * op region. 242 ACPI_PARSE_OBJECT *Op, 262 AslError (ASL_ERROR, ASL_MSG_FIELD_UNIT_OFFSET, Op, NULL); 276 AslError (ASL_ERROR, ASL_MSG_FIELD_UNIT_ACCESS_WIDTH, Op, NULL) [all...] |
| aslfold.c | 58 ACPI_PARSE_OBJECT *Op, 64 ACPI_PARSE_OBJECT *Op, 70 ACPI_PARSE_OBJECT *Op, 76 ACPI_PARSE_OBJECT *Op, 81 ACPI_PARSE_OBJECT *Op, 86 ACPI_PARSE_OBJECT *Op, 91 ACPI_PARSE_OBJECT *Op, 103 * DESCRIPTION: Reduce an Op and its subtree to a constant if possible. 110 ACPI_PARSE_OBJECT *Op, 118 if (Op->Asl.CompileFlags == 0 [all...] |
| asltree.c | 56 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op 57 * Op - An existing parse op 59 * RETURN: The updated op 61 * DESCRIPTION: Used to set the integer value of a op, 69 ACPI_PARSE_OBJECT *Op) 72 if (!Op) 79 UtGetOpName (Op->Asl.ParseOpcode), 84 if (Op->Asl.ParseOpcode == PARSEOP_ONES) 90 Op->Asl.Value.Integer = ACPI_UINT8_MAX [all...] |
| aslnamesp.c | 175 ACPI_PARSE_OBJECT *Op; 184 Op = Node->Op; 187 if (!Op) 227 if (Op->Asl.ParseOpcode == PARSEOP_NAME) 229 Op = Op->Asl.Child; 232 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || 233 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) 235 Op = Op->Asl.Next [all...] |
| aslanalyze.c | 58 ACPI_PARSE_OBJECT *Op, 67 * PARAMETERS: Op - Current op 77 ACPI_PARSE_OBJECT *Op) 80 if ((!strcmp (Op->Asl.ExternalName, "\\_OSI")) || 81 (!strcmp (Op->Asl.ExternalName, "_OSI"))) 94 * PARAMETERS: Op - Current op 104 ACPI_PARSE_OBJECT *Op) 107 if ((!strcmp (Op->Asl.ExternalName, "\\_OSI")) | [all...] |
| aslopcodes.c | 56 ACPI_PARSE_OBJECT *Op); 60 ACPI_PARSE_OBJECT *Op); 64 ACPI_PARSE_OBJECT *Op); 68 ACPI_PARSE_OBJECT *Op); 72 ACPI_PARSE_OBJECT *Op); 89 ACPI_PARSE_OBJECT *Op, 105 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE) 107 OpnDoPackage (Op); 129 ACPI_PARSE_OBJECT *Op, 136 OpcGenerateAmlOpcode (Op); [all...] |
| aslload.c | 60 ACPI_PARSE_OBJECT *Op, 65 ACPI_PARSE_OBJECT *Op, 70 ACPI_PARSE_OBJECT *Op, 76 ACPI_PARSE_OBJECT *Op, 82 ACPI_PARSE_OBJECT *Op, 89 ACPI_PARSE_OBJECT *Op); 94 ACPI_PARSE_OBJECT *Op, 156 * Op - Parent node (Field) 169 ACPI_PARSE_OBJECT *Op, 179 SourceRegion = UtGetArg (Op, 0) [all...] |
| asllisting.c | 63 ACPI_PARSE_OBJECT *Op, 69 ACPI_PARSE_OBJECT *Op, 75 ACPI_PARSE_OBJECT *Op, 198 ACPI_PARSE_OBJECT *Op, 207 LsWriteNodeToListing (Op, FileId); 209 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA) 224 for (i = 0; i < Op->Asl.FinalAmlLength; i++) 273 ACPI_PARSE_OBJECT *Op, 280 switch (Op->Asl.ParseOpcode) 287 UtDumpStringOp (Op, Level) [all...] |
| aslprepkg.c | 58 ACPI_PARSE_OBJECT *Op, 75 ACPI_PARSE_OBJECT *Op, 82 ACPI_PARSE_OBJECT *Op); 87 ACPI_PARSE_OBJECT *Op, 101 * PARAMETERS: ParentOp - Parser op for the package 117 ACPI_PARSE_OBJECT *Op; 131 Op = ParentOp->Asl.Child; 132 Count = (UINT32) Op->Asl.Value.Integer; 170 Op = Op->Asl.Next [all...] |
| cvdisasm.c | 137 * PARAMETERS: Op 144 * DESCRIPTION: Prints all comments of CommentType within the given Op and 145 * clears the printed comment from the Op. 152 ACPI_PARSE_OBJECT *Op, 165 if (CvListIsSingleton (Op->Common.CommentList)) 167 CvPrintOneCommentList (Op->Common.CommentList, Level); 172 CvPrintOneCommentList (Op->Common.CommentList, Level); 175 Op->Common.CommentList = NULL; 180 if (Op->Common.EndBlkComment) 182 CvPrintOneCommentList (Op->Common.EndBlkComment, Level) [all...] |
| aslpredef.c | 61 ACPI_PARSE_OBJECT *Op, 66 ACPI_PARSE_OBJECT *Op, 74 * PARAMETERS: Op - A parse node of type "METHOD". 87 ACPI_PARSE_OBJECT *Op, 97 Index = ApCheckForPredefinedName (Op, Op->Asl.NameSeg); 117 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "%s requires %u", Op->Asl.ExternalName, 0); 119 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op, 144 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_LO, Op, 150 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op, [all...] |
| /src/sys/external/bsd/acpica/dist/parser/ |
| psutils.c | 62 * DESCRIPTION: Create a Scope and associated namepath op with the root name 88 * PARAMETERS: Op - A newly allocated Op object 89 * Opcode - Opcode to store in the Op 93 * DESCRIPTION: Initialize a parse (Op) object 99 ACPI_PARSE_OBJECT *Op, 105 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; 106 Op->Common.AmlOpcode = Opcode; 108 ACPI_DISASM_ONLY_MEMBERS (AcpiUtSafeStrncpy (Op->Common.AmlOpName, 110 sizeof (Op->Common.AmlOpName))) [all...] |
| pswalk.c | 3 * Module Name: pswalk - Parser routines to walk parsed op tree(s) 70 ACPI_PARSE_OBJECT *Op = SubtreeRoot; 83 while (Op) 85 if (Op != Parent) 94 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Op); 96 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) 98 AcpiOsPrintf (" %4.4s", Op->Common.Value.String); 100 if (Op->Named.AmlOpcode == AML_STRING_OP) 102 AcpiOsPrintf (" %s", Op->Common.Value.String) [all...] |
| psobject.c | 182 * AmlOpStart - Begin of named Op in AML 183 * UnnamedOp - Early Op (not a named Op) 184 * Op - Returned Op 188 * DESCRIPTION: Parse a named Op 197 ACPI_PARSE_OBJECT **Op) 257 WalkState->Op = NULL; 259 Status = WalkState->DescendingCallback (WalkState, Op); 269 if (!*Op) [all...] |
| /src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| ahaml.c | 51 const AH_AML_OPCODE *Op); 55 const AH_AML_TYPE *Op); 76 const AH_AML_OPCODE *Op; 84 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) 86 if (!Op->OpcodeName) /* Unused opcodes */ 93 AhDisplayAmlOpcode (Op); 100 strcpy (Gbl_Buffer, Op->OpcodeName); 105 AhDisplayAmlOpcode (Op); [all...] |
| ahasl.c | 51 const AH_ASL_OPERATOR *Op); 55 const AH_ASL_OPERATOR *Op); 59 const AH_ASL_KEYWORD *Op); 118 * PARAMETERS: Op - Pointer to ASL keyword with syntax info 129 const AH_ASL_KEYWORD *Op) 134 printf ("%22s: %s\n", Op->Name, Op->Description); 135 if (!Op->KeywordList) 142 AhPrintOneField (24, 0, AH_MAX_ASL_LINE_LENGTH, Op->KeywordList); 237 * PARAMETERS: Op - Pointer to ASL operator with syntax inf [all...] |
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmutils.c | 239 * PARAMETERS: Op - Current operator/operand 243 * DESCRIPTION: Insert a comma if this Op is a member of an argument list. 249 ACPI_PARSE_OBJECT *Op) 252 if (!Op->Common.Next) 254 ASL_CV_PRINT_ONE_COMMENT (Op, AMLCOMMENT_INLINE, NULL, 0); 258 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST) 262 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE) 264 ASL_CV_PRINT_ONE_COMMENT (Op, AMLCOMMENT_INLINE, NULL, 0); 270 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && 271 (!Op->Common.Next->Common.Value.String) [all...] |
| dmwalk.c | 79 ACPI_PARSE_OBJECT *Op, 85 ACPI_PARSE_OBJECT *Op, 111 ACPI_PARSE_OBJECT *Op = Origin; 115 if (!Op) 122 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER); 123 Info.AmlOffset = Op->Common.Aml - Info.StartAml; 125 AcpiDmWalkParseTree (Op, AcpiDmDescendingOp, AcpiDmAscendingOp, &Info); 134 * PARAMETERS: Op - Root Op object 147 ACPI_PARSE_OBJECT *Op, [all...] |
| dmdeferred.c | 59 ACPI_PARSE_OBJECT *Op, 81 ACPI_PARSE_OBJECT *Op = Root; 90 while (Op) 92 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 95 Op = AcpiPsGetDepthNext (Root, Op); 101 switch (Op->Common.AmlOpcode) 109 Op, Op->Named.Data, Op->Named.Length) [all...] |
| dmopcode.c | 62 ACPI_PARSE_OBJECT *Op); 66 ACPI_PARSE_OBJECT *Op); 76 * PARAMETERS: Op - Parse object 88 ACPI_PARSE_OBJECT *Op) 96 if (Op->Common.AmlOpcode == AML_RETURN_OP) 98 PrevOp = Op->Asl.Value.Arg; 102 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 108 /* Target is the last Op in the arg list */ 110 NextOp = Op->Asl.Value.Arg; 169 * PARAMETERS: Op - Name() parse objec [all...] |
| /src/sys/external/bsd/acpica/dist/include/ |
| acconvert.h | 83 ACPI_PARSE_OBJECT *Op); 105 ACPI_PARSE_OBJECT *Op); 113 ACPI_PARSE_OBJECT *Op); 117 ACPI_PARSE_OBJECT *Op, 123 ACPI_PARSE_OBJECT *Op); 136 ACPI_PARSE_OBJECT *Op); 145 ACPI_PARSE_OBJECT *Op); 163 ACPI_PARSE_OBJECT *Op); 171 ACPI_PARSE_OBJECT *op); 175 ACPI_PARSE_OBJECT *Op); [all...] |