Searched refs:Named (Results 1 - 24 of 24) sorted by relevance

/barrelfish-2018-10-04/lib/acpica/source/components/dispatcher/
H A Ddswload.c485 Op->Named.Path = ACPI_CAST_PTR (UINT8, Path);
495 Op->Named.Name = Node->Name.Integer;
570 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
581 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
627 WalkState, Op, Op->Named.Node));
629 if (!AcpiNsGetAttachedObject (Op->Named.Node))
631 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
638 Status = AcpiExCreateMethod (Op->Named
[all...]
H A Ddswload2.c200 BufferPtr = ACPI_CAST_PTR (char, &Op->Named.Name);
242 if (Op && (Op->Named.Node == AcpiGbl_RootNode))
244 Node = Op->Named.Node;
429 Op->Named.Name = Node->Name.Integer;
522 * Named operations are as follows:
693 Status = AcpiExCreateRegion (Op->Named.Data,
694 Op->Named.Length, RegionSpace, WalkState);
740 WalkState, Op, Op->Named.Node));
742 if (!AcpiNsGetAttachedObject (Op->Named.Node))
744 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named
[all...]
H A Ddsfield.c347 SecondDesc->Extra.AmlStart = Op->Named.Data;
348 SecondDesc->Extra.AmlLength = Op->Named.Length;
476 Info->ResourceBuffer = Child->Named.Data;
477 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
500 (char *) &Arg->Named.Name, Info->FieldType,
505 ACPI_ERROR_NAMESPACE ((char *) &Arg->Named.Name, Status);
617 /* Each remaining arg is a Named Field */
728 (char *) &Arg->Named.Name, Type, ACPI_IMODE_LOAD_PASS1,
732 ACPI_ERROR_NAMESPACE ((char *) &Arg->Named.Name, Status);
826 /* Each remaining arg is a Named Fiel
[all...]
H A Ddsobject.c350 * If we are evaluating a Named buffer object "Name (xxxx, Buffer)".
374 ByteList = Arg->Named.Next;
423 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data,
492 * If we are evaluating a Named package object "Name (xxxx, Package)",
757 ObjDesc->Buffer.AmlStart = Op->Named.Data;
758 ObjDesc->Buffer.AmlLength = Op->Named.Length;
767 ObjDesc->Package.AmlStart = Op->Named.Data;
768 ObjDesc->Package.AmlLength = Op->Named.Length;
H A Ddswexec.c416 Op->Named.Node, Op->Named.Node->Type, WalkState);
/barrelfish-2018-10-04/lib/acpica/source/components/parser/
H A Dpsutils.c150 ScopeOp->Named.Name = ACPI_ROOT_NAME;
332 return (Op->Named.Name);
352 Op->Named.Name = name;
H A Dpsloop.c309 Op->Named.Data = WalkState->ParserState.Aml;
310 Op->Named.Length = (UINT32)
331 Op->Named.Data = AmlOpStart;
332 Op->Named.Length = (UINT32)
661 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data);
673 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data);
683 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named
[all...]
H A Dpsobject.c345 (*Op)->Named.Data = AmlOpStart;
346 (*Op)->Named.Length = 0;
420 Op->Named.Data = AmlOpStart;
421 Op->Named.Length = 0;
430 Op->Named.Data = AmlOpStart;
431 Op->Named.Length = 0;
H A Dpsparse.c317 ReplacementOp->Named.Data = Op->Named.Data;
318 ReplacementOp->Named.Length = Op->Named.Length;
H A Dpsargs.c775 Arg->Named.Value.Size = BufferLength;
776 Arg->Named.Data = ParserState->Aml;
921 Arg->Named.Data = ParserState->Aml;
/barrelfish-2018-10-04/lib/acpica/source/components/disassembler/
H A Ddmdeferred.c181 Op, Op->Named.Data, Op->Named.Length);
254 Op->Common.AmlOpName, (char *) &Op->Named.Name));
H A Ddmbuffer.c278 ByteData = Op->Named.Data;
378 ByteData = NextOp->Named.Data;
434 Data = ACPI_CAST_PTR (UINT8, Op->Named.Data);
498 ByteData = NextOp->Named.Data;
570 ByteData = NextOp->Named.Data;
854 WordData = ACPI_CAST_PTR (UINT16, Op->Named.Data);
H A Ddmopcode.c332 NameString = ACPI_CAST_PTR (char, &Op->Named.Name);
944 Length = AcpiDmDumpName (Op->Named.Name);
1001 Aml = Child->Named.Data;
H A Ddmresrc.c492 Aml = NextOp->Named.Data;
H A Ddmwalk.c698 if (Op->Named.Path)
700 AcpiDmNamestring ((char *) Op->Named.Path);
/barrelfish-2018-10-04/lib/acpica/source/components/debugger/
H A Ddbutils.c516 WalkState->ParserState.AmlStart = Method->Named.Data;
518 WalkState->ParserState.PkgEnd = Method->Named.Data +
519 Method->Named.Length;
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Dadwalk.c495 AcpiOsPrintf ("%4.4s", ACPI_CAST_PTR (char, &Op->Named.Name));
721 Path = (char *) Op->Named.Path;
725 *ACPI_CAST_PTR (UINT32, &FieldPath[0]) = Op->Named.Name;
893 Path = (char *) Op->Named.Path;
H A Ddmrestag.c700 AML_RESOURCE, &Op->Named.Data[ResourceNode->Value]);
1066 AcpiUtWalkAmlResources (NULL, (UINT8 *) NextOp->Named.Data,
/barrelfish-2018-10-04/lib/acpica/source/components/executer/
H A Dexprep.c658 Info->DataRegisterNode)->Named.Data;
660 Info->DataRegisterNode)->Named.Length;
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Daclocal.h1072 ACPI_PARSE_OBJ_NAMED Named; member in union:acpi_parse_object
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex223 \subsection{Named dimensions}
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarrays.tex183 or when the store handle gets garbage collected. Named stores, on the
H A Dumsexcept.tex96 \subsubsection{Creating Named Events}
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex472 \subsection{Named structures}
473 The principal data representation feature of ECLiPSe are named structures\index{named structure}\index{structure, named}. These are terms were each argument is linked to an argument name. We can access one or more of the arguments with the {\it with}\index{with} operator. Named structures are very similar to structures in other languages, the arguments of the structure correspond to attributes of the entity represented. Different attributes can have different types, so that we can store diverse information in a named structure.

Completed in 283 milliseconds