Home
last modified time | relevance | path

Searched refs:Arg (Results 1 – 25 of 34) sorted by relevance

12

/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsfield.c74 ACPI_PARSE_OBJECT *Arg);
165 ACPI_PARSE_OBJECT *Arg; in AcpiDsCreateBufferField() local
183 Arg = AcpiPsGetArg (Op, 3); in AcpiDsCreateBufferField()
189 Arg = AcpiPsGetArg (Op, 2); in AcpiDsCreateBufferField()
192 if (!Arg) in AcpiDsCreateBufferField()
229 Arg->Common.Value.String, ACPI_TYPE_ANY, in AcpiDsCreateBufferField()
233 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status); in AcpiDsCreateBufferField()
316 ACPI_PARSE_OBJECT *Arg) in AcpiDsGetFieldNames() argument
332 while (Arg) in AcpiDsGetFieldNames()
341 switch (Arg->Common.AmlOpcode) in AcpiDsGetFieldNames()
[all …]
H A Ddsobject.c268 ACPI_PARSE_OBJECT *Arg; in AcpiDsBuildInternalBufferObj() local
300 Arg = Op->Common.Value.Arg; /* skip first arg */ in AcpiDsBuildInternalBufferObj()
302 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj()
398 ACPI_PARSE_OBJECT *Arg; in AcpiDsBuildInternalPackageObj() local
458 Arg = Op->Common.Value.Arg; in AcpiDsBuildInternalPackageObj()
459 Arg = Arg->Common.Next; in AcpiDsBuildInternalPackageObj()
460 for (i = 0; Arg && (i < ElementCount); i++) in AcpiDsBuildInternalPackageObj()
462 if (Arg->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP) in AcpiDsBuildInternalPackageObj()
464 if (Arg->Common.Node->Type == ACPI_TYPE_METHOD) in AcpiDsBuildInternalPackageObj()
470 Arg->Common.AmlOpcode = AML_INT_NAMEPATH_OP; in AcpiDsBuildInternalPackageObj()
[all …]
H A Ddsutils.c501 ACPI_PARSE_OBJECT *Arg, in AcpiDsCreateOperand() argument
514 ACPI_FUNCTION_TRACE_PTR (DsCreateOperand, Arg); in AcpiDsCreateOperand()
519 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
520 (Arg->Common.Value.String) && in AcpiDsCreateOperand()
521 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
523 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Getting a name: Arg=%p\n", Arg)); in AcpiDsCreateOperand()
528 Arg->Common.Value.Buffer, &NameString, &NameLength); in AcpiDsCreateOperand()
563 ParentOp = Arg->Common.Parent; in AcpiDsCreateOperand()
658 if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) && in AcpiDsCreateOperand()
659 !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK)) in AcpiDsCreateOperand()
[all …]
H A Ddswload2.c392 ACPI_PARSE_OBJECT *Arg; in AcpiDsLoad2EndOp() local
483 Arg = Op->Common.Value.Arg; in AcpiDsLoad2EndOp()
511 Op, (ACPI_HANDLE) Arg->Common.Node, WalkState); in AcpiDsLoad2EndOp()
516 Status = AcpiDsCreateBankField (Op, Arg->Common.Node, WalkState); in AcpiDsLoad2EndOp()
521 Status = AcpiDsCreateField (Op, Arg->Common.Node, WalkState); in AcpiDsLoad2EndOp()
533 Status = AcpiDsCreateOperands (WalkState, Arg); in AcpiDsLoad2EndOp()
596 ((Op->Common.Value.Arg)->Common.Value.Integer); in AcpiDsLoad2EndOp()
676 WalkState, Op->Common.Value.Arg); in AcpiDsLoad2EndOp()
716 Status = AcpiNsLookup (WalkState->ScopeInfo, Arg->Common.Value.String, in AcpiDsLoad2EndOp()
740 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status); in AcpiDsLoad2EndOp()
H A Ddsopcode.c342 NextOp = Op->Common.Value.Arg; in AcpiDsEvalBufferFieldOperands()
430 NextOp = Op->Common.Value.Arg; in AcpiDsEvalRegionOperands()
529 NextOp = Op->Common.Value.Arg; in AcpiDsEvalTableRegionOperands()
643 Status = AcpiDsCreateOperand (WalkState, Op->Common.Value.Arg, 1); in AcpiDsEvalDataObjectOperands()
739 ACPI_PARSE_OBJECT *Arg; in AcpiDsEvalBankFieldOperands() local
752 NextOp = Op->Common.Value.Arg; in AcpiDsEvalBankFieldOperands()
792 Arg = AcpiPsGetArg (Op, 4); in AcpiDsEvalBankFieldOperands()
793 while (Arg) in AcpiDsEvalBankFieldOperands()
797 if (Arg->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP) in AcpiDsEvalBankFieldOperands()
799 Node = Arg->Common.Node; in AcpiDsEvalBankFieldOperands()
[all …]
H A Ddscontrol.c258 "[RETURN_OP] Op=%p Arg=%p\n",Op, Op->Common.Value.Arg)); in AcpiDsExecEndControlOp()
265 if (Op->Common.Value.Arg) in AcpiDsExecEndControlOp()
273 Status = AcpiDsCreateOperands (WalkState, Op->Common.Value.Arg); in AcpiDsExecEndControlOp()
H A Ddswload.c500 ((Op->Common.Value.Arg)->Common.Value.Integer), in AcpiDsLoad1EndOp()
523 if (Op->Common.Value.Arg) in AcpiDsLoad1EndOp()
526 (Op->Common.Value.Arg)->Common.AmlOpcode))->ObjectType; in AcpiDsLoad1EndOp()
563 WalkState, Op->Common.Value.Arg); in AcpiDsLoad1EndOp()
H A Ddswexec.c415 FirstArg = Op->Common.Value.Arg; in AcpiDsExecEndOp()
548 Op->Asl.Value.Arg->Asl.Node; in AcpiDsExecEndOp()
549 AcpiUtAddReference (Op->Asl.Value.Arg->Asl.Node->Object); in AcpiDsExecEndOp()
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpstree.c79 ACPI_PARSE_OBJECT *Arg = NULL; in AcpiPsGetArg() local
112 Arg = Op->Common.Value.Arg; in AcpiPsGetArg()
113 while (Arg && Argn) in AcpiPsGetArg()
116 Arg = Arg->Common.Next; in AcpiPsGetArg()
119 return (Arg); in AcpiPsGetArg()
139 ACPI_PARSE_OBJECT *Arg) in AcpiPsAppendArg() argument
176 if (Op->Common.Value.Arg) in AcpiPsAppendArg()
180 PrevArg = Op->Common.Value.Arg; in AcpiPsAppendArg()
185 PrevArg->Common.Next = Arg; in AcpiPsAppendArg()
191 Op->Common.Value.Arg = Arg; in AcpiPsAppendArg()
[all …]
H A Dpsargs.c256 ACPI_PARSE_OBJECT *Arg, in AcpiPsGetNextNamepath() argument
271 AcpiPsInitOp (Arg, AML_INT_NAMEPATH_OP); in AcpiPsGetNextNamepath()
277 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
309 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
327 AcpiPsInitOp (Arg, AML_INT_METHODCALL_OP); in AcpiPsGetNextNamepath()
333 AcpiPsAppendArg (Arg, NameOp); in AcpiPsGetNextNamepath()
379 else if ((Arg->Common.Parent) && in AcpiPsGetNextNamepath()
380 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
381 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiPsGetNextNamepath()
404 Arg->Common.Value.Name = Path; in AcpiPsGetNextNamepath()
[all …]
H A Dpsparse.c178 Prev = Op->Common.Parent->Common.Value.Arg; in AcpiPsCompleteThisOp()
271 ReplacementOp->Common.Value.Arg = NULL; in AcpiPsCompleteThisOp()
273 Op->Common.Parent->Common.Value.Arg = ReplacementOp; in AcpiPsCompleteThisOp()
278 Op->Common.Parent->Common.Value.Arg = Op->Common.Next; in AcpiPsCompleteThisOp()
294 ReplacementOp->Common.Value.Arg = NULL; in AcpiPsCompleteThisOp()
417 WalkState->MethodCallNode = (Op->Common.Value.Arg)->Common.Node; in AcpiPsNextParseState()
H A Dpsloop.c100 ACPI_PARSE_OBJECT *Arg = NULL; in AcpiPsGetArguments() local
143 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), &Arg); in AcpiPsGetArguments()
149 if (Arg) in AcpiPsGetArguments()
151 AcpiPsAppendArg (Op, Arg); in AcpiPsGetArguments()
211 (!Arg)) in AcpiPsGetArguments()
H A Dpsobject.c187 ACPI_PARSE_OBJECT *Arg = NULL; in AcpiPsBuildNamedOp() local
193 UnnamedOp->Common.Value.Arg = NULL; in AcpiPsBuildNamedOp()
205 GET_CURRENT_ARG_TYPE (WalkState->ArgTypes), &Arg); in AcpiPsBuildNamedOp()
211 AcpiPsAppendArg (UnnamedOp, Arg); in AcpiPsBuildNamedOp()
258 AcpiPsAppendArg (*Op, UnnamedOp->Common.Value.Arg); in AcpiPsBuildNamedOp()
/titanic_41/usr/src/tools/scripts/
H A Dfind_elf.pl338 my $Arg = $ARGV[0];
343 if (-f $Arg) {
344 my($RelPath) = $Arg;
347 my $Prefix = $Arg;
350 $Prefix = '.' if ($Prefix eq $Arg);
355 my $IsSymLink = -l $Arg;
356 ProcFile($Arg, $RelPath, 0, $IsSymLink, $dev, $ino);
361 if (-d $Arg) {
362 $Arg =~ s/\/$//;
363 print "PREFIX $Arg\n" if $opt{r};
[all …]
H A Dinterface_check.pl490 foreach my $Arg (@ARGV) {
491 my $flag_a = (-d $Arg) ? '' : '-a';
492 ProcFindElf("find_elf -frs $flag_a $Arg|");
/titanic_41/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c205 StartOp = (Op->Common.Value.Arg)->Common.Next; in AcpiDmDeferredParse()
226 ExtraOp = Op->Common.Value.Arg; in AcpiDmDeferredParse()
235 NewRootOp = Op->Common.Value.Arg; in AcpiDmDeferredParse()
239 Op->Common.Value.Arg = NewRootOp->Common.Value.Arg; in AcpiDmDeferredParse()
H A Ddmopcode.c94 PrevOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname()
106 NextOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname()
186 NextOp = Op->Asl.Value.Arg; in AcpiDmNotifyDescription()
406 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription()
741 Child = Op->Common.Value.Arg; in AcpiDmDisassembleOneOp()
923 Child = Op->Common.Value.Arg; in AcpiDmDisassembleOneOp()
1069 IfOp = OriginalElseOp->Common.Value.Arg; in AcpiDmConvertToElseIf()
1114 OriginalElseOp->Common.Value.Arg = NULL; in AcpiDmConvertToElseIf()
H A Ddmcstyle.c751 Child = Op->Common.Value.Arg; in AcpiDmPromoteTarget()
752 Op->Common.Value.Arg = Target; in AcpiDmPromoteTarget()
793 (Target->Common.Value.Arg == NULL)) in AcpiDmIsValidTarget()
849 Same = AcpiDmIsTargetAnOperand (Target->Common.Value.Arg, in AcpiDmIsTargetAnOperand()
850 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand()
H A Ddmbuffer.c294 SizeOp = Op->Common.Value.Arg; in AcpiDmIsUuidBuffer()
416 SizeOp = Op->Common.Value.Arg; in AcpiDmIsUnicodeBuffer()
488 SizeOp = Op->Common.Value.Arg; in AcpiDmIsStringBuffer()
551 SizeOp = Op->Common.Value.Arg; in AcpiDmIsPldBuffer()
/titanic_41/usr/src/uts/intel/io/acpica/hardware/
H A Dhwesleep.c72 ACPI_OBJECT Arg; in AcpiHwExecuteSleepMethod() local
82 ArgList.Pointer = &Arg; in AcpiHwExecuteSleepMethod()
83 Arg.Type = ACPI_TYPE_INTEGER; in AcpiHwExecuteSleepMethod()
84 Arg.Integer.Value = (UINT64) IntegerArgument; in AcpiHwExecuteSleepMethod()
H A Dhwxfsleep.c339 ACPI_OBJECT Arg; in AcpiEnterSleepStatePrep() local
356 ArgList.Pointer = &Arg; in AcpiEnterSleepStatePrep()
357 Arg.Type = ACPI_TYPE_INTEGER; in AcpiEnterSleepStatePrep()
358 Arg.Integer.Value = SleepState; in AcpiEnterSleepStatePrep()
/titanic_41/usr/src/data/zoneinfo/
H A Dsouthamerica52 Rule Arg 1930 only - Dec 1 0:00 1:00 -
53 Rule Arg 1931 only - Apr 1 0:00 0 -
54 Rule Arg 1931 only - Oct 15 0:00 1:00 -
55 Rule Arg 1932 1940 - Mar 1 0:00 0 -
56 Rule Arg 1932 1939 - Nov 1 0:00 1:00 -
57 Rule Arg 1940 only - Jul 1 0:00 1:00 -
58 Rule Arg 1941 only - Jun 15 0:00 0 -
59 Rule Arg 1941 only - Oct 15 0:00 1:00 -
60 Rule Arg 1943 only - Aug 1 0:00 0 -
61 Rule Arg 1943 only - Oct 15 0:00 1:00 -
[all …]
/titanic_41/usr/src/cmd/sgs/lari/
H A Dlari.pl299 foreach my $Arg (@ARGV) {
300 if (!stat($Arg)) {
302 $Prog, $Arg;
311 "read file\n"), $Prog, $Arg;
316 if (ProcFile($Arg, $Mult, 1) == 0) {
324 print STDOUT "$Arg:\n";
326 ProcBindings($Arg, $Mult, $Arg);
333 ProcDir($Arg);
338 $Prog, $Arg;
/titanic_41/usr/src/cmd/sgs/tools/
H A Dchkmsg.sh37 while getopts "m:" Arg
39 case $Arg in
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacparser.h102 ACPI_PARSE_OBJECT *Arg);
108 ACPI_PARSE_OBJECT *Arg,

12