OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Named
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/dispatcher/
dswload.c
395
* For all other
named
opcodes, we will enter the name into
455
* Enter the
named
type into the internal namespace. We enter the name
518
Op->
Named
.Path = Path;
528
Op->
Named
.Name = Node->Name.Integer;
580
* the
named
object in the ACPI namespace so that references to this name
627
Status = AcpiExCreateRegion (Op->
Named
.Data, Op->
Named
.Length,
638
Status = AcpiExCreateRegion (Op->
Named
.Data, Op->
Named
.Length,
691
AcpiDmAddOpToExternalList (Op, Op->
Named
.Path, (UINT8)ObjectType, ParamCount
[
all
...]
dswload2.c
239
BufferPtr = ACPI_CAST_PTR (char, &Op->
Named
.Name);
281
if (Op && (Op->
Named
.Node == AcpiGbl_RootNode))
283
Node = Op->
Named
.Node;
407
* Enter the
named
type into the internal namespace. We enter the name
498
Op->
Named
.Name = Node->Name.Integer;
593
*
Named
operations are as follows:
766
Status = AcpiExCreateRegion (Op->
Named
.Data,
767
Op->
Named
.Length, RegionSpace, WalkState);
819
WalkState, Op, Op->
Named
.Node));
821
if (!AcpiNsGetAttachedObject (Op->
Named
.Node)
[
all
...]
dsobject.c
196
* This is a
named
object reference. If this name was
202
/* Check if we are resolving a
named
reference within a package */
210
* behavior supports both forward references to
named
objects
312
* If we are evaluating a
Named
buffer object "Name (xxxx, Buffer)".
336
ByteList = Arg->
Named
.Next;
385
memcpy (ObjDesc->Buffer.Pointer, ByteList->
Named
.Data,
425
* the
named
object node the first time through
514
ObjDesc->Buffer.AmlStart = Op->
Named
.Data;
515
ObjDesc->Buffer.AmlLength = Op->
Named
.Length;
529
if (!Op->
Named
.Data
[
all
...]
dsfield.c
394
SecondDesc->Extra.AmlStart = Op->
Named
.Data;
395
SecondDesc->Extra.AmlLength = Op->
Named
.Length;
426
* DESCRIPTION: Process all
named
fields in a field declaration. Names are
461
* 1) Name - Enters a new
named
field into the namespace
524
* or a
named
reference to a resource template
529
Info->ResourceBuffer = Child->
Named
.Data;
530
Info->ResourceLength = (UINT16) Child->
Named
.Value.Integer;
554
(char *) &Arg->
Named
.Name, Info->FieldType,
560
(char *) &Arg->
Named
.Name, Status);
684
/* Each remaining arg is a
Named
Field *
[
all
...]
dswexec.c
438
* Found a
named
object declaration during method execution;
455
Op->
Named
.Node, Op->
Named
.Node->Type, WalkState);
757
Op, Op->
Named
.Value.Arg, Op->Common.Parent->Common.AmlOpcode));
/src/sys/external/bsd/acpica/dist/parser/
psutils.c
187
ScopeOp->
Named
.Name = ACPI_ROOT_NAME;
381
return (Op->
Named
.Name);
401
Op->
Named
.Name = name;
pswalk.c
204
if (Op->
Named
.AmlOpcode == AML_INT_NAMEPATH_OP)
208
if (Op->
Named
.AmlOpcode == AML_STRING_OP)
psloop.c
293
Op->
Named
.Data = WalkState->ParserState.Aml;
294
Op->
Named
.Length = (UINT32)
319
Op->
Named
.Data = AmlOpStart;
320
Op->
Named
.Length = (UINT32)
630
Op->
Named
.Length = (UINT32) (ParserState->Aml - Op->
Named
.Data);
642
Op->
Named
.Length = (UINT32) (ParserState->Aml - Op->
Named
.Data);
652
Op->
Named
.Length = (UINT32) (ParserState->Aml - Op->
Named
.Data)
[
all
...]
psobject.c
290
* AmlOpStart - Begin of
named
Op in AML
291
* UnnamedOp - Early Op (not a
named
Op)
296
* DESCRIPTION: Parse a
named
Op
406
(*Op)->
Named
.Aml = UnnamedOp->Common.Aml;
429
(*Op)->
Named
.Data = AmlOpStart;
430
(*Op)->
Named
.Length = 0;
520
/* Not a
named
opcode, just allocate Op and append to parent */
528
Op->
Named
.Data = AmlOpStart;
529
Op->
Named
.Length = 0;
538
Op->
Named
.Data = AmlOpStart
[
all
...]
psparse.c
354
ReplacementOp->
Named
.Data = Op->
Named
.Data;
355
ReplacementOp->
Named
.Length = Op->
Named
.Length;
psargs.c
842
Arg->
Named
.Value.Size = BufferLength;
843
Arg->
Named
.Data = ParserState->Aml;
1034
Arg->
Named
.Data = ParserState->Aml;
/src/sys/external/bsd/acpica/dist/disassembler/
dmdeferred.c
217
Op, Op->
Named
.Data, Op->
Named
.Length);
290
Op->Common.AmlOpName, (char *) &Op->
Named
.Name));
dmbuffer.c
314
ByteData = Op->
Named
.Data;
418
ByteData = NextOp->
Named
.Data;
474
Data = ACPI_CAST_PTR (UINT8, Op->
Named
.Data);
546
ByteData = NextOp->
Named
.Data;
626
ByteData = NextOp->
Named
.Data;
988
WordData = ACPI_CAST_PTR (UINT16, Op->
Named
.Data);
dmresrc.c
539
Aml = NextOp->
Named
.Data;
dmopcode.c
372
NameString = ACPI_CAST_PTR (char, &Op->
Named
.Name);
993
Length = AcpiDmDumpName (Op->
Named
.Name);
1055
Aml = Child->
Named
.Data;
dmwalk.c
762
/* If this is a
named
opcode, print the associated name value */
780
if (Op->
Named
.Path)
782
AcpiDmNamestring (Op->
Named
.Path);
872
AcpiOsPrintf ("*** Unhandled
named
opcode %X\n",
/src/sys/external/bsd/acpica/dist/debugger/
dbutils.c
552
WalkState->ParserState.AmlStart = Method->
Named
.Data;
554
WalkState->ParserState.PkgEnd = Method->
Named
.Data +
555
Method->
Named
.Length;
/src/sys/external/bsd/acpica/dist/common/
dmswitch.c
205
Temp = (char *) (&Op->
Named
.Name);
249
if (!strncmp(Temp, (char *) (&Current->Op->
Named
.Name), 4))
adwalk.c
550
ACPI_CAST_PTR (char, &Op->
Named
.Name));
556
ACPI_CAST_PTR (char, &Op->
Named
.Name),
784
/* For all
named
operators, get the new name */
786
Path = Op->
Named
.Path;
790
*ACPI_CAST_PTR (UINT32, &FieldPath[0]) = Op->
Named
.Name;
939
Path = Op->
Named
.Path;
dmrestag.c
623
/* Must be a
named
buffer, not an arg or local or method call */
788
AML_RESOURCE, &Op->
Named
.Data[ResourceNode->Value]);
1167
AcpiUtWalkAmlResources (NULL, (UINT8 *) NextOp->
Named
.Data,
dmextern.c
1578
* parse object. Note: External Ops are
named
types so the
1589
AcpiDmNamestring (NameOp->
Named
.Path);
1592
AcpiDmCheckForExternalConflict (NameOp->
Named
.Path);
1688
that invoke ABCD and EFGH,
named
T1 and T2:
/src/sys/external/bsd/acpica/dist/executer/
exprep.c
694
Info->DataRegisterNode)->
Named
.Data;
696
Info->DataRegisterNode)->
Named
.Length;
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
283
* The Namespace Node describes a
named
object that appears in the AML.
1143
* Extended Op for
named
ops (Scope, Method, etc.), deferred ops (Methods and OpRegions),
1196
ACPI_PARSE_OBJ_NAMED
Named
;
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sc7180-trogdor.dtsi
1475
/*
Named
trackpad_int_1v8_odl on earlier revision schematics */
Completed in 67 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025