HomeSort by: relevance | last modified time | path
    Searched refs:Named (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dswload.c 287 * For all other named opcodes, we will enter the name into
347 * Enter the named type into the internal namespace. We enter the name
410 Op->Named.Path = Path;
420 Op->Named.Name = Node->Name.Integer;
472 * the named object in the ACPI namespace so that references to this name
519 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
530 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
583 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount
    [all...]
dswload2.c 131 BufferPtr = ACPI_CAST_PTR (char, &Op->Named.Name);
173 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
175 Node = Op->Named.Node;
299 * Enter the named type into the internal namespace. We enter the name
390 Op->Named.Name = Node->Name.Integer;
485 * Named operations are as follows:
658 Status = AcpiExCreateRegion (Op->Named.Data,
659 Op->Named.Length, RegionSpace, WalkState);
711 WalkState, Op, Op->Named.Node));
713 if (!AcpiNsGetAttachedObject (Op->Named.Node)
    [all...]
dsobject.c 88 * This is a named object reference. If this name was
94 /* Check if we are resolving a named reference within a package */
102 * behavior supports both forward references to named objects
204 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)".
228 ByteList = Arg->Named.Next;
277 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data,
317 * the named object node the first time through
406 ObjDesc->Buffer.AmlStart = Op->Named.Data;
407 ObjDesc->Buffer.AmlLength = Op->Named.Length;
421 if (!Op->Named.Data
    [all...]
dsfield.c 286 SecondDesc->Extra.AmlStart = Op->Named.Data;
287 SecondDesc->Extra.AmlLength = Op->Named.Length;
318 * DESCRIPTION: Process all named fields in a field declaration. Names are
353 * 1) Name - Enters a new named field into the namespace
416 * or a named reference to a resource template
421 Info->ResourceBuffer = Child->Named.Data;
422 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
446 (char *) &Arg->Named.Name, Info->FieldType,
452 (char *) &Arg->Named.Name, Status);
576 /* Each remaining arg is a Named Field *
    [all...]
dswexec.c 330 * Found a named object declaration during method execution;
347 Op->Named.Node, Op->Named.Node->Type, WalkState);
649 Op, Op->Named.Value.Arg, Op->Common.Parent->Common.AmlOpcode));
  /src/sys/external/bsd/acpica/dist/parser/
psutils.c 79 ScopeOp->Named.Name = ACPI_ROOT_NAME;
273 return (Op->Named.Name);
293 Op->Named.Name = name;
pswalk.c 96 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP)
100 if (Op->Named.AmlOpcode == AML_STRING_OP)
psloop.c 185 Op->Named.Data = WalkState->ParserState.Aml;
186 Op->Named.Length = (UINT32)
211 Op->Named.Data = AmlOpStart;
212 Op->Named.Length = (UINT32)
522 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data);
534 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data);
544 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data)
    [all...]
psobject.c 182 * AmlOpStart - Begin of named Op in AML
183 * UnnamedOp - Early Op (not a named Op)
188 * DESCRIPTION: Parse a named Op
298 (*Op)->Named.Aml = UnnamedOp->Common.Aml;
321 (*Op)->Named.Data = AmlOpStart;
322 (*Op)->Named.Length = 0;
412 /* Not a named opcode, just allocate Op and append to parent */
420 Op->Named.Data = AmlOpStart;
421 Op->Named.Length = 0;
430 Op->Named.Data = AmlOpStart
    [all...]
psparse.c 246 ReplacementOp->Named.Data = Op->Named.Data;
247 ReplacementOp->Named.Length = Op->Named.Length;
psargs.c 734 Arg->Named.Value.Size = BufferLength;
735 Arg->Named.Data = ParserState->Aml;
926 Arg->Named.Data = ParserState->Aml;
  /src/sys/external/bsd/acpica/dist/disassembler/
dmdeferred.c 109 Op, Op->Named.Data, Op->Named.Length);
182 Op->Common.AmlOpName, (char *) &Op->Named.Name));
dmbuffer.c 206 ByteData = Op->Named.Data;
310 ByteData = NextOp->Named.Data;
366 Data = ACPI_CAST_PTR (UINT8, Op->Named.Data);
438 ByteData = NextOp->Named.Data;
518 ByteData = NextOp->Named.Data;
880 WordData = ACPI_CAST_PTR (UINT16, Op->Named.Data);
dmresrc.c 431 Aml = NextOp->Named.Data;
dmopcode.c 264 NameString = ACPI_CAST_PTR (char, &Op->Named.Name);
885 Length = AcpiDmDumpName (Op->Named.Name);
947 Aml = Child->Named.Data;
dmwalk.c 654 /* If this is a named opcode, print the associated name value */
672 if (Op->Named.Path)
674 AcpiDmNamestring (Op->Named.Path);
764 AcpiOsPrintf ("*** Unhandled named opcode %X\n",
  /src/sys/external/bsd/acpica/dist/debugger/
dbutils.c 444 WalkState->ParserState.AmlStart = Method->Named.Data;
446 WalkState->ParserState.PkgEnd = Method->Named.Data +
447 Method->Named.Length;
  /src/sys/external/bsd/acpica/dist/common/
dmswitch.c 97 Temp = (char *) (&Op->Named.Name);
141 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4))
adwalk.c 442 ACPI_CAST_PTR (char, &Op->Named.Name));
448 ACPI_CAST_PTR (char, &Op->Named.Name),
676 /* For all named operators, get the new name */
678 Path = Op->Named.Path;
682 *ACPI_CAST_PTR (UINT32, &FieldPath[0]) = Op->Named.Name;
831 Path = Op->Named.Path;
dmrestag.c 515 /* Must be a named buffer, not an arg or local or method call */
680 AML_RESOURCE, &Op->Named.Data[ResourceNode->Value]);
1059 AcpiUtWalkAmlResources (NULL, (UINT8 *) NextOp->Named.Data,
dmextern.c 1470 * parse object. Note: External Ops are named types so the
1481 AcpiDmNamestring (NameOp->Named.Path);
1484 AcpiDmCheckForExternalConflict (NameOp->Named.Path);
1580 that invoke ABCD and EFGH, named T1 and T2:
  /src/sys/external/bsd/acpica/dist/executer/
exprep.c 586 Info->DataRegisterNode)->Named.Data;
588 Info->DataRegisterNode)->Named.Length;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 175 * The Namespace Node describes a named object that appears in the AML.
1035 * Extended Op for named ops (Scope, Method, etc.), deferred ops (Methods and OpRegions),
1088 ACPI_PARSE_OBJ_NAMED Named;

Completed in 90 milliseconds