Home
last modified time | relevance | path

Searched refs:NewOp (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Dasltransform.c397 ACPI_PARSE_OBJECT *NewOp; in TrDoSwitch() local
454 TrAmlInitLineNumbers (NewOp, NewOp->Asl.Parent); in TrDoSwitch()
656 NewOp->Asl.Parent = Next; in TrDoSwitch()
681 TrAmlInsertPeer (Next, NewOp); in TrDoSwitch()
682 TrAmlInitLineNumbers (NewOp, Next); in TrDoSwitch()
690 NewOp->Asl.Child = NewOp2; in TrDoSwitch()
744 NewOp->Asl.Parent = StartNode; in TrDoSwitch()
745 StartNode->Asl.Child = NewOp; in TrDoSwitch()
752 TrAmlInsertPeer (NewOp, StoreOp); in TrDoSwitch()
762 NewOp->Asl.Parent = StoreOp; in TrDoSwitch()
[all …]
A Daslprintf.c154 ACPI_PARSE_OBJECT *NewOp; in OpcParsePrintf() local
192 NewOp->Asl.Value.String = NewString; in OpcParsePrintf()
193 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
194 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
197 OpcCreateConcatenateNode(Op, NewOp); in OpcParsePrintf()
253 NewOp->Asl.Value.String = ""; in OpcParsePrintf()
258 OpcCreateConcatenateNode(Op, NewOp); in OpcParsePrintf()
281 NewOp->Asl.Value.String = NewString; in OpcParsePrintf()
282 NewOp->Asl.AcpiBtype = ACPI_BTYPE_STRING; in OpcParsePrintf()
283 NewOp->Asl.AmlOpcode = AML_STRING_OP; in OpcParsePrintf()
[all …]
A Daslopcodes.c1337 NewOp->Asl.Value.Integer = 20; in OpcDoPld()
1338 NewOp->Asl.Parent = Op; in OpcDoPld()
1340 Op->Asl.Child = NewOp; in OpcDoPld()
1341 Op = NewOp; in OpcDoPld()
1347 NewOp->Asl.AmlLength = 20; in OpcDoPld()
1351 Op->Asl.Next = NewOp; in OpcDoPld()
1406 NewOp->Asl.Parent = Op; in OpcDoUuId()
1408 Op->Asl.Child = NewOp; in OpcDoUuId()
1409 Op = NewOp; in OpcDoUuId()
1415 NewOp->Asl.AmlLength = 16; in OpcDoUuId()
[all …]
/third_party/lib/acpica/source/components/parser/
A Dpsobject.c299 ACPI_PARSE_OBJECT **NewOp) in AcpiPsCreateOp() argument
336 *NewOp = NamedOp; in AcpiPsCreateOp()
388 WalkState->Op = *NewOp = Op; in AcpiPsCreateOp()
/third_party/lib/acpica/source/include/acpica/
A Dacparser.h152 ACPI_PARSE_OBJECT **NewOp);

Completed in 11 milliseconds