Home | History | Annotate | Download | only in parser

Lines Matching defs:Name

3  * Module Name: psargs - Parse AML opcode arguments
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
274 * RETURN: Pointer to the start of the name string (pointer points into
277 * DESCRIPTION: Get next raw namestring within the AML stream. Handles all name
279 * (Name is consumed from the AML.)
319 /* Two name segments */
326 /* Multiple name segments, 4 chars each, count in next byte */
333 /* Single name segment */
357 * DESCRIPTION: Get next name (if method call, return # of required args).
359 * if the name represents a control method. If a method
390 Arg->Common.Value.Name = Path;
395 * Lookup the name in the internal namespace, starting with the current
407 * If this name is a control method invocation, we must
428 /* This name is actually a control method invocation */
433 Node->Name.Ascii, Node, MethodDesc, Path));
441 /* Change Arg into a METHOD CALL and attach name to it */
444 NameOp->Common.Value.Name = Path;
446 /* Point METHODCALL/NAME to the METHOD Node */
470 * Special handling if the name was not found during the lookup -
520 Arg->Common.Value.Name = Path;
612 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);
647 UINT32 Name;
711 /* Get the 4-character name */
713 ACPI_MOVE_32_TO_32 (&Name, ParserState->Aml);
714 AcpiPsSetName (Field, Name);
861 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);