/src/sys/external/bsd/acpica/dist/compiler/ |
asllength.c | 165 ACPI_PARSE_OBJECT *Op, 170 ACPI_PARSE_OBJECT *Op); 176 ACPI_PARSE_OBJECT *Op, 197 ACPI_PARSE_OBJECT *Op, 202 Op->Asl.AmlSubtreeLength = 0; 230 ACPI_PARSE_OBJECT *Op, 237 CgGenerateAmlLengths (Op); 241 if ((Op->Asl.Parent) && 242 (Op->Asl.ParseOpcode != PARSEOP_DEFAULT_ARG)) 244 Op->Asl.Parent->Asl.AmlSubtreeLength += [all...] |
aslmethod.c | 167 ACPI_PARSE_OBJECT *Op, 172 ACPI_PARSE_OBJECT *Op); 192 ACPI_PARSE_OBJECT *Op, 218 OtXrefWalkPart1 (Op, Level, MethodInfo); 221 switch (Op->Asl.ParseOpcode) 231 MethodInfo->Op = Op; 241 if (ACPI_COMPARE_NAMESEG (METHOD_NAME__PS0, Op->Asl.NameSeg)) 245 if ((!ApFindNameInScope (METHOD_NAME__PS1, Op)) && 246 (!ApFindNameInScope (METHOD_NAME__PS2, Op)) & [all...] |
aslparseop.c | 3 * Module Name: aslparseop - Parse op create/allocate/cache interfaces 165 * PARAMETERS: ParseOpcode - Opcode to be assigned to the op 168 * op. NumChildren long. 170 * RETURN: Pointer to the new op. Aborts on allocation failure 172 * DESCRIPTION: Create a new parse op and link together a list of child 173 * ops underneath the new op. 183 ACPI_PARSE_OBJECT *Op; 193 /* Allocate one new op */ 195 Op = TrAllocateOp (ParseOpcode); 198 "\nCreateOp Ln/Col %u/%u NewParent %p Child %u Op %s " [all...] |
aslcodegen.c | 165 ACPI_PARSE_OBJECT *Op, 171 ACPI_PARSE_OBJECT *Op); 175 ACPI_PARSE_OBJECT *Op); 179 ACPI_PARSE_OBJECT *Op); 183 ACPI_PARSE_OBJECT *Op); 187 ACPI_PARSE_OBJECT *Op); 240 ACPI_PARSE_OBJECT *Op, 247 CgWriteNode (Op); 265 switch (Op->Asl.ParseOpcode) 272 UtDumpStringOp (Op, Level) [all...] |
aslxref.c | 167 ACPI_PARSE_OBJECT *Op, 173 ACPI_PARSE_OBJECT *Op, 179 ACPI_PARSE_OBJECT *Op, 196 ACPI_PARSE_OBJECT *Op, 205 ACPI_PARSE_OBJECT *Op); 210 ACPI_PARSE_OBJECT *Op); 342 * op region. 350 ACPI_PARSE_OBJECT *Op, 370 AslError (ASL_ERROR, ASL_MSG_FIELD_UNIT_OFFSET, Op, NULL); 384 AslError (ASL_ERROR, ASL_MSG_FIELD_UNIT_ACCESS_WIDTH, Op, NULL) [all...] |
aslfold.c | 166 ACPI_PARSE_OBJECT *Op, 172 ACPI_PARSE_OBJECT *Op, 178 ACPI_PARSE_OBJECT *Op, 184 ACPI_PARSE_OBJECT *Op, 189 ACPI_PARSE_OBJECT *Op, 194 ACPI_PARSE_OBJECT *Op, 199 ACPI_PARSE_OBJECT *Op, 211 * DESCRIPTION: Reduce an Op and its subtree to a constant if possible. 218 ACPI_PARSE_OBJECT *Op, 226 if (Op->Asl.CompileFlags == 0 [all...] |
asltree.c | 164 * PARAMETERS: ParseOpcode - New opcode to be assigned to the op 165 * Op - An existing parse op 167 * RETURN: The updated op 169 * DESCRIPTION: Used to set the integer value of a op, 177 ACPI_PARSE_OBJECT *Op) 180 if (!Op) 187 UtGetOpName (Op->Asl.ParseOpcode), 192 if (Op->Asl.ParseOpcode == PARSEOP_ONES) 198 Op->Asl.Value.Integer = ACPI_UINT8_MAX [all...] |
aslnamesp.c | 283 ACPI_PARSE_OBJECT *Op; 292 Op = Node->Op; 295 if (!Op) 335 if (Op->Asl.ParseOpcode == PARSEOP_NAME) 337 Op = Op->Asl.Child; 340 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) || 341 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING)) 343 Op = Op->Asl.Next [all...] |
aslanalyze.c | 166 ACPI_PARSE_OBJECT *Op, 175 * PARAMETERS: Op - Current op 185 ACPI_PARSE_OBJECT *Op) 188 if ((!strcmp (Op->Asl.ExternalName, "\\_OSI")) || 189 (!strcmp (Op->Asl.ExternalName, "_OSI"))) 202 * PARAMETERS: Op - Current op 212 ACPI_PARSE_OBJECT *Op) 215 if ((!strcmp (Op->Asl.ExternalName, "\\_OSI")) | [all...] |
aslopcodes.c | 164 ACPI_PARSE_OBJECT *Op); 168 ACPI_PARSE_OBJECT *Op); 172 ACPI_PARSE_OBJECT *Op); 176 ACPI_PARSE_OBJECT *Op); 180 ACPI_PARSE_OBJECT *Op); 197 ACPI_PARSE_OBJECT *Op, 213 if (Op->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE) 215 OpnDoPackage (Op); 237 ACPI_PARSE_OBJECT *Op, 244 OpcGenerateAmlOpcode (Op); [all...] |
aslload.c | 168 ACPI_PARSE_OBJECT *Op, 173 ACPI_PARSE_OBJECT *Op, 178 ACPI_PARSE_OBJECT *Op, 184 ACPI_PARSE_OBJECT *Op, 190 ACPI_PARSE_OBJECT *Op, 197 ACPI_PARSE_OBJECT *Op); 202 ACPI_PARSE_OBJECT *Op, 264 * Op - Parent node (Field) 277 ACPI_PARSE_OBJECT *Op, 287 SourceRegion = UtGetArg (Op, 0) [all...] |
asllisting.c | 171 ACPI_PARSE_OBJECT *Op, 177 ACPI_PARSE_OBJECT *Op, 183 ACPI_PARSE_OBJECT *Op, 306 ACPI_PARSE_OBJECT *Op, 315 LsWriteNodeToListing (Op, FileId); 317 if (Op->Asl.CompileFlags & OP_IS_RESOURCE_DATA) 332 for (i = 0; i < Op->Asl.FinalAmlLength; i++) 381 ACPI_PARSE_OBJECT *Op, 388 switch (Op->Asl.ParseOpcode) 395 UtDumpStringOp (Op, Level) [all...] |
aslprepkg.c | 166 ACPI_PARSE_OBJECT *Op, 183 ACPI_PARSE_OBJECT *Op, 190 ACPI_PARSE_OBJECT *Op); 195 ACPI_PARSE_OBJECT *Op, 209 * PARAMETERS: ParentOp - Parser op for the package 225 ACPI_PARSE_OBJECT *Op; 239 Op = ParentOp->Asl.Child; 240 Count = (UINT32) Op->Asl.Value.Integer; 278 Op = Op->Asl.Next [all...] |
cvdisasm.c | 245 * PARAMETERS: Op 252 * DESCRIPTION: Prints all comments of CommentType within the given Op and 253 * clears the printed comment from the Op. 260 ACPI_PARSE_OBJECT *Op, 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) [all...] |
aslpredef.c | 169 ACPI_PARSE_OBJECT *Op, 174 ACPI_PARSE_OBJECT *Op, 182 * PARAMETERS: Op - A parse node of type "METHOD". 195 ACPI_PARSE_OBJECT *Op, 205 Index = ApCheckForPredefinedName (Op, Op->Asl.NameSeg); 225 snprintf (AslGbl_MsgBuffer, sizeof(AslGbl_MsgBuffer), "%s requires %u", Op->Asl.ExternalName, 0); 227 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op, 252 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_LO, Op, 258 AslError (ASL_WARNING, ASL_MSG_RESERVED_ARG_COUNT_HI, Op, [all...] |
/src/sys/external/bsd/acpica/dist/parser/ |
psutils.c | 170 * DESCRIPTION: Create a Scope and associated namepath op with the root name 196 * PARAMETERS: Op - A newly allocated Op object 197 * Opcode - Opcode to store in the Op 201 * DESCRIPTION: Initialize a parse (Op) object 207 ACPI_PARSE_OBJECT *Op, 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))) [all...] |
pswalk.c | 3 * Module Name: pswalk - Parser routines to walk parsed op tree(s) 178 ACPI_PARSE_OBJECT *Op = SubtreeRoot; 191 while (Op) 193 if (Op != Parent) 202 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Op); 204 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) 206 AcpiOsPrintf (" %4.4s", Op->Common.Value.String); 208 if (Op->Named.AmlOpcode == AML_STRING_OP) 210 AcpiOsPrintf (" %s", Op->Common.Value.String) [all...] |
psobject.c | 290 * AmlOpStart - Begin of named Op in AML 291 * UnnamedOp - Early Op (not a named Op) 292 * Op - Returned Op 296 * DESCRIPTION: Parse a named Op 305 ACPI_PARSE_OBJECT **Op) 365 WalkState->Op = NULL; 367 Status = WalkState->DescendingCallback (WalkState, Op); 377 if (!*Op) [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
ahaml.c | 159 const AH_AML_OPCODE *Op); 163 const AH_AML_TYPE *Op); 184 const AH_AML_OPCODE *Op; 192 for (Op = Gbl_AmlOpcodeInfo; Op->OpcodeString; Op++) 194 if (!Op->OpcodeName) /* Unused opcodes */ 201 AhDisplayAmlOpcode (Op); 208 strcpy (Gbl_Buffer, Op->OpcodeName); 213 AhDisplayAmlOpcode (Op); [all...] |
ahasl.c | 159 const AH_ASL_OPERATOR *Op); 163 const AH_ASL_OPERATOR *Op); 167 const AH_ASL_KEYWORD *Op); 226 * PARAMETERS: Op - Pointer to ASL keyword with syntax info 237 const AH_ASL_KEYWORD *Op) 242 printf ("%22s: %s\n", Op->Name, Op->Description); 243 if (!Op->KeywordList) 250 AhPrintOneField (24, 0, AH_MAX_ASL_LINE_LENGTH, Op->KeywordList); 345 * PARAMETERS: Op - Pointer to ASL operator with syntax inf [all...] |
/src/sys/external/bsd/acpica/dist/disassembler/ |
dmutils.c | 347 * PARAMETERS: Op - Current operator/operand 351 * DESCRIPTION: Insert a comma if this Op is a member of an argument list. 357 ACPI_PARSE_OBJECT *Op) 360 if (!Op->Common.Next) 362 ASL_CV_PRINT_ONE_COMMENT (Op, AMLCOMMENT_INLINE, NULL, 0); 366 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST) 370 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE) 372 ASL_CV_PRINT_ONE_COMMENT (Op, AMLCOMMENT_INLINE, NULL, 0); 378 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && 379 (!Op->Common.Next->Common.Value.String) [all...] |
dmwalk.c | 187 ACPI_PARSE_OBJECT *Op, 193 ACPI_PARSE_OBJECT *Op, 219 ACPI_PARSE_OBJECT *Op = Origin; 223 if (!Op) 230 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER); 231 Info.AmlOffset = Op->Common.Aml - Info.StartAml; 233 AcpiDmWalkParseTree (Op, AcpiDmDescendingOp, AcpiDmAscendingOp, &Info); 242 * PARAMETERS: Op - Root Op object 255 ACPI_PARSE_OBJECT *Op, [all...] |
dmdeferred.c | 167 ACPI_PARSE_OBJECT *Op, 189 ACPI_PARSE_OBJECT *Op = Root; 198 while (Op) 200 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 203 Op = AcpiPsGetDepthNext (Root, Op); 209 switch (Op->Common.AmlOpcode) 217 Op, Op->Named.Data, Op->Named.Length) [all...] |
dmopcode.c | 170 ACPI_PARSE_OBJECT *Op); 174 ACPI_PARSE_OBJECT *Op); 184 * PARAMETERS: Op - Parse object 196 ACPI_PARSE_OBJECT *Op) 204 if (Op->Common.AmlOpcode == AML_RETURN_OP) 206 PrevOp = Op->Asl.Value.Arg; 210 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode); 216 /* Target is the last Op in the arg list */ 218 NextOp = Op->Asl.Value.Arg; 277 * PARAMETERS: Op - Name() parse objec [all...] |
/src/sys/external/bsd/acpica/dist/include/ |
acconvert.h | 191 ACPI_PARSE_OBJECT *Op); 213 ACPI_PARSE_OBJECT *Op); 221 ACPI_PARSE_OBJECT *Op); 225 ACPI_PARSE_OBJECT *Op, 231 ACPI_PARSE_OBJECT *Op); 244 ACPI_PARSE_OBJECT *Op); 253 ACPI_PARSE_OBJECT *Op); 271 ACPI_PARSE_OBJECT *Op); 279 ACPI_PARSE_OBJECT *op); 283 ACPI_PARSE_OBJECT *Op); [all...] |