Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 25 of 147) sorted by relevance

123456

/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnseval.c200 if (!Info) in AcpiNsEvaluate()
205 if (!Info->Node) in AcpiNsEvaluate()
236 Info->NodeFlags = Info->Node->Flags; in AcpiNsEvaluate()
237 Info->ObjDesc = AcpiNsGetAttachedObject (Info->Node); in AcpiNsEvaluate()
240 Info->RelativePathname, Info->Node, in AcpiNsEvaluate()
259 &Info->FullPathname[1], AcpiUtGetTypeName (Info->Node->Type))); in AcpiNsEvaluate()
266 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
287 AcpiNsCheckAcpiCompliance (Info->FullPathname, Info->Node, in AcpiNsEvaluate()
294 AcpiNsCheckArgumentCount (Info->FullPathname, Info->Node, in AcpiNsEvaluate()
295 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate()
[all …]
H A Dnsxfeval.c343 if (!Info) in ACPI_EXPORT_SYMBOL()
351 if (!Info->PrefixNode) in ACPI_EXPORT_SYMBOL()
439 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL()
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL()
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
508 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
623 if (Info->Parameters) in ACPI_EXPORT_SYMBOL()
630 ACPI_FREE (Info); in ACPI_EXPORT_SYMBOL()
888 if (Info->Hid != NULL) in ACPI_EXPORT_SYMBOL()
[all …]
H A Dnsinit.c237 Info.ObjectCount, in AcpiNsInitializeObjects()
238 Info.ObjectCount)); in AcpiNsInitializeObjects()
242 Info.MethodCount, Info.OpRegionCount)); in AcpiNsInitializeObjects()
284 Info.Num_STA = 0; in AcpiNsInitializeDevices()
285 Info.Num_INI = 0; in AcpiNsInitializeDevices()
322 Info.Num_INI++; in AcpiNsInitializeDevices()
398 Info.Num_INI, Info.Num_STA, Info.DeviceCount)); in AcpiNsInitializeDevices()
506 Info->ObjectCount++; in AcpiNsInitOneObject()
528 Info->FieldCount++; in AcpiNsInitOneObject()
533 Info->FieldCount++; in AcpiNsInitOneObject()
[all …]
H A Dnsprepkg.c166 ACPI_EVALUATE_INFO *Info,
173 ACPI_EVALUATE_INFO *Info,
183 ACPI_EVALUATE_INFO *Info,
205 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckPackage() argument
222 Package = Info->Predefined + 1; in AcpiNsCheckPackage()
251 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
497 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
511 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
740 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackageList()
784 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCustomPackage()
[all …]
H A Dnspredef.c190 ACPI_EVALUATE_INFO *Info,
218 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckReturnValue() argument
230 Predefined = Info->Predefined; in AcpiNsCheckReturnValue()
354 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckObjectType() argument
369 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
385 if (Info->ReturnBtype == ACPI_RTYPE_ANY) in AcpiNsCheckObjectType()
417 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
423 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
429 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
457 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckReference() argument
[all …]
H A Dnsrepair2.c167 ACPI_EVALUATE_INFO *Info,
186 ACPI_EVALUATE_INFO *Info,
191 ACPI_EVALUATE_INFO *Info,
196 ACPI_EVALUATE_INFO *Info,
201 ACPI_EVALUATE_INFO *Info,
454 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_FDE()
632 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_CST()
642 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_CST()
718 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_HID()
832 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_PRT()
[all …]
H A Dnsrepair.c262 ACPI_EVALUATE_INFO *Info, in AcpiNsSimpleRepair() argument
280 Predefined = AcpiNsMatchSimpleRepair (Info->Node, in AcpiNsSimpleRepair()
281 Info->ReturnBtype, PackageIndex); in AcpiNsSimpleRepair()
310 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
438 Info->ReturnFlags |= ACPI_OBJECT_REPAIRED; in AcpiNsSimpleRepair()
514 ACPI_EVALUATE_INFO *Info, in AcpiNsRepairNullElement() argument
572 Info->ParentPackage->Common.ReferenceCount; in AcpiNsRepairNullElement()
580 Info->ReturnFlags |= ACPI_OBJECT_REPAIRED; in AcpiNsRepairNullElement()
603 ACPI_EVALUATE_INFO *Info, in AcpiNsRemoveNullElements() argument
670 Info->FullPathname, (Count - NewCount))); in AcpiNsRemoveNullElements()
[all …]
H A Dnsutils.c302 Info->NumCarats = 0; in AcpiNsGetInternalNameLength()
303 Info->NumSegments = 0; in AcpiNsGetInternalNameLength()
304 Info->FullyQualified = FALSE; in AcpiNsGetInternalNameLength()
332 Info->NumCarats++; in AcpiNsGetInternalNameLength()
344 Info->NumSegments = 1; in AcpiNsGetInternalNameLength()
354 Info->Length = (ACPI_NAMESEG_SIZE * Info->NumSegments) + in AcpiNsGetInternalNameLength()
355 4 + Info->NumCarats; in AcpiNsGetInternalNameLength()
390 if (Info->FullyQualified) in AcpiNsBuildInternalName()
417 if (Info->NumCarats) in AcpiNsBuildInternalName()
482 if (Info->FullyQualified) in AcpiNsBuildInternalName()
[all …]
H A Dnsparse.c238 if (!Info) in AcpiNsExecuteTable()
254 Info->Node = StartNode; in AcpiNsExecuteTable()
255 Info->ObjDesc = MethodObj; in AcpiNsExecuteTable()
256 Info->NodeFlags = Info->Node->Flags; in AcpiNsExecuteTable()
257 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE); in AcpiNsExecuteTable()
258 if (!Info->FullPathname) in AcpiNsExecuteTable()
269 Status = AcpiPsExecuteTable (Info); in AcpiNsExecuteTable()
277 if (Info) in AcpiNsExecuteTable()
279 ACPI_FREE (Info->FullPathname); in AcpiNsExecuteTable()
280 Info->FullPathname = NULL; in AcpiNsExecuteTable()
[all …]
H A Dnsarguments.c177 ACPI_EVALUATE_INFO *Info) in AcpiNsCheckArgumentTypes() argument
193 if (!Info->Predefined || (Info->Node->Flags & ANOBJ_EVALUATED)) in AcpiNsCheckArgumentTypes()
198 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
203 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) in AcpiNsCheckArgumentTypes()
206 UserArgType = Info->Parameters[i]->Common.Type; in AcpiNsCheckArgumentTypes()
220 Info->Node->Flags |= ANOBJ_EVALUATED; in AcpiNsCheckArgumentTypes()
260 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
276 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
309 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
412 METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsxface.c168 ACPI_EVALUATE_INFO *Info,
240 ACPI_EVALUATE_INFO *Info) in AcpiPsExecuteMethod() argument
256 if (!Info || !Info->Node) in AcpiPsExecuteMethod()
263 Status = AcpiDsBeginMethodExecution (Info->Node, Info->ObjDesc, NULL); in AcpiPsExecuteMethod()
279 Info->Node->Name.Ascii, Info->Node, Info->ObjDesc)); in AcpiPsExecuteMethod()
303 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod()
374 if (Info->ReturnObject) in AcpiPsExecuteMethod()
377 Info->ReturnObject)); in AcpiPsExecuteMethod()
437 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteTable()
453 if (Info->Node && Info->Node != AcpiGbl_RootNode) in AcpiPsExecuteTable()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/tools/acpihelp/
H A Dahdecode.c273 for (Info = Gbl_PreprocessorDirectives; Info->Name; Info++) in AhDisplayDirectives()
275 printf (" %-36s : %s\n", Info->Name, Info->Description); in AhDisplayDirectives()
458 for (Info = AslPredefinedInfo; Info->Name; Info++) in AhDisplayPredefinedName()
463 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
484 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
600 for (Info = AslDeviceIds; Info->Name; Info++) in AhDisplayDeviceIds()
602 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
618 for (Info = AslDeviceIds; Info->Name; Info++) in AhDisplayDeviceIds()
633 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
667 for (Info = Gbl_AcpiUuids; Info->Description; Info++) in AhDisplayUuids()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/resources/
H A Drsmisc.c203 if (!Info) in AcpiRsConvertAmlToResource()
237 switch (Info->Opcode) in AcpiRsConvertAmlToResource()
381 if (Info->Value) in AcpiRsConvertAmlToResource()
447 memset (Destination, Info->AmlOffset, Info->Value); in AcpiRsConvertAmlToResource()
555 Info++; in AcpiRsConvertAmlToResource()
603 if (!Info) in AcpiRsConvertResourceToAml()
623 switch (Info->Opcode) in AcpiRsConvertResourceToAml()
756 if (Info->Value) in AcpiRsConvertResourceToAml()
859 COMPARE_TARGET (Info)) != COMPARE_VALUE (Info)) in AcpiRsConvertResourceToAml()
877 COMPARE_TARGET (Info)) == COMPARE_VALUE (Info)) in AcpiRsConvertResourceToAml()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslmapenter.c218 Info->Op = Op; in MpSaveGpioInfo()
221 Info->PinIndex = i; in MpSaveGpioInfo()
296 Info->Op = Op; in MpSaveSerialInfo()
300 Info->Speed = Speed; in MpSaveSerialInfo()
343 Info->Next = NULL; in MpCreateGpioInfo()
344 return (Info); in MpCreateGpioInfo()
377 Info->Next = NextGpio; in MpCreateGpioInfo()
378 return (Info); in MpCreateGpioInfo()
420 Info->Next = NULL; in MpCreateSerialInfo()
421 return (Info); in MpCreateSerialInfo()
[all …]
H A Daslmapoutput.c310 Info = AslGbl_GpioList; in MpEmitGpioInfo()
311 while (Info) in MpEmitGpioInfo()
366 HidString = MpGetConnectionInfo (Info->Op, Info->PinIndex, in MpEmitGpioInfo()
386 HidString = MpGetParentDeviceHid (Info->Op, &Info->TargetNode, in MpEmitGpioInfo()
409 Info = Info->Next; in MpEmitGpioInfo()
444 while (Info) in MpEmitSerialInfo()
493 Type, Info->Address, Info->Speed); in MpEmitSerialInfo()
496 HidString = MpGetConnectionInfo (Info->Op, 0, &Info->TargetNode, in MpEmitSerialInfo()
511 HidString = MpGetParentDeviceHid (Info->Op, &Info->TargetNode, in MpEmitSerialInfo()
533 Info = Info->Next; in MpEmitSerialInfo()
[all …]
H A Daslresource.c755 ASL_RESOURCE_INFO *Info, in RsDoOneResourceDescriptor() argument
767 Rnode = RsDoDmaDescriptor (Info); in RsDoOneResourceDescriptor()
818 Rnode = RsDoEndTagDescriptor (Info); in RsDoOneResourceDescriptor()
848 Rnode = RsDoIoDescriptor (Info); in RsDoOneResourceDescriptor()
853 Rnode = RsDoIrqDescriptor (Info); in RsDoOneResourceDescriptor()
957 Rnode = RsDoWordIoDescriptor (Info); in RsDoOneResourceDescriptor()
972 Rnode = RsDoGpioIoDescriptor (Info); in RsDoOneResourceDescriptor()
1042 Info->DescriptorTypeOp->Asl.Value.Integer = Info->CurrentByteOffset; in RsDoOneResourceDescriptor()
1047 Info->DescriptorTypeOp->Asl.Extra = in RsDoOneResourceDescriptor()
1132 ASL_RESOURCE_INFO Info; in RsDoResourceTemplate() local
[all …]
H A Daslpredef.c268 ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedMethod()
271 ThisName->Info.ExpectedBtypes); in ApCheckForPredefinedMethod()
392 if (!ThisName->Info.ExpectedBtypes) in ApCheckPredefinedReturnValue()
519 if (!ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedObject()
579 for (i = 0; ThisName->Info.Name[0]; i++) in ApCheckForPredefinedName()
593 while (ThisName->Info.Name[0]) in ApCheckForPredefinedName()
604 while (ThisName->Info.Name[0]) in ApCheckForPredefinedName()
854 while (ThisName->Info.Name[0]) in ApDisplayReservedNames()
870 while (ThisName->Info.Name[0]) in ApDisplayReservedNames()
873 ThisName->Info.ArgumentList); in ApDisplayReservedNames()
[all …]
H A Daslcompiler.h1427 ASL_RESOURCE_INFO *Info,
1451 ASL_RESOURCE_INFO *Info);
1455 ASL_RESOURCE_INFO *Info);
1459 ASL_RESOURCE_INFO *Info);
1463 ASL_RESOURCE_INFO *Info);
1467 ASL_RESOURCE_INFO *Info);
1471 ASL_RESOURCE_INFO *Info);
1475 ASL_RESOURCE_INFO *Info);
1479 ASL_RESOURCE_INFO *Info);
1487 ASL_RESOURCE_INFO *Info);
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsinit.c218 Info->ObjectCount++; in AcpiDsInitOneObject()
234 Info->OpRegionCount++; in AcpiDsInitOneObject()
246 Info->MethodCount++; in AcpiDsInitOneObject()
276 Info->NonSerialMethodCount++; in AcpiDsInitOneObject()
281 Info->DeviceCount++; in AcpiDsInitOneObject()
317 ACPI_INIT_WALK_INFO Info; in AcpiDsInitializeObjects() local
338 Info.OwnerId = OwnerId; in AcpiDsInitializeObjects()
339 Info.TableIndex = TableIndex; in AcpiDsInitializeObjects()
374 Info.DeviceCount,Info.OpRegionCount, Info.MethodCount, in AcpiDsInitializeObjects()
375 Info.SerialMethodCount, Info.NonSerialMethodCount, in AcpiDsInitializeObjects()
[all …]
H A Ddsfield.c184 ACPI_CREATE_FIELD_INFO *Info,
433 ACPI_CREATE_FIELD_INFO *Info, in AcpiDsGetFieldNames() argument
453 Info->FieldBitPosition = 0; in AcpiDsGetFieldNames()
608 Info->FieldBitPosition += Info->FieldBitLength; in AcpiDsGetFieldNames()
649 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateField() local
682 Info.Attribute = 0; in AcpiDsCreateField()
687 Info.RegionNode = RegionNode; in AcpiDsCreateField()
863 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateBankField() local
917 Info.RegionNode = RegionNode; in AcpiDsCreateBankField()
957 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateIndexField() local
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbnames.c528 Info.Count = 0; in AcpiDbWalkAndMatchName()
763 Info->Count++; in AcpiDbWalkForFields()
836 Info->Count++; in AcpiDbWalkForSpecificObjects()
928 Info.Count = 0; in AcpiDbDisplayObjects()
964 ACPI_REGION_WALK_INFO Info; in AcpiDbDisplayFields() local
967 Info.Count = 0; in AcpiDbDisplayFields()
977 (void *) &Info, NULL); in AcpiDbDisplayFields()
1008 Info->Nodes++; in AcpiDbIntegrityWalk()
1051 Info->Objects++; in AcpiDbIntegrityWalk()
1087 Info.Nodes, Info.Objects); in AcpiDbCheckIntegrity()
[all …]
H A Ddbexec.c285 if (Info->Args && Info->Args[0]) in AcpiDbExecuteMethod()
289 for (i = 0; (Info->Args[i] && *(Info->Args[i])); i++) in AcpiDbExecuteMethod()
381 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
389 if (AcpiUtSafeStrcat (Info->Pathname, sizeof (Info->Pathname), in AcpiDbExecuteSetup()
390 Info->Name)) in AcpiDbExecuteSetup()
739 if (Info->InitArgs) in AcpiDbMethodThread()
747 if (Info->Threads && (Info->NumCreated < Info->NumThreads)) in AcpiDbMethodThread()
749 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId(); in AcpiDbMethodThread()
752 LocalInfo = *Info; in AcpiDbMethodThread()
798 Info->NumCompleted++; in AcpiDbMethodThread()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/events/
H A Devmisc.c225 ACPI_GENERIC_STATE *Info; in AcpiEvQueueNotifyRequest() local
276 Info = AcpiUtCreateGenericState (); in AcpiEvQueueNotifyRequest()
277 if (!Info) in AcpiEvQueueNotifyRequest()
284 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
296 AcpiEvNotifyDispatch, Info); in AcpiEvQueueNotifyRequest()
299 AcpiUtDeleteGenericState (Info); in AcpiEvQueueNotifyRequest()
332 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
334 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
335 Info->Notify.Value, in AcpiEvNotifyDispatch()
345 Info->Notify.Value, in AcpiEvNotifyDispatch()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexprep.c547 ACPI_CREATE_FIELD_INFO *Info) in AcpiExPrepFieldValue() argument
563 if (!Info->RegionNode) in AcpiExPrepFieldValue()
569 Type = AcpiNsGetType (Info->RegionNode); in AcpiExPrepFieldValue()
589 ObjDesc->CommonField.Node = Info->FieldNode; in AcpiExPrepFieldValue()
591 Info->FieldFlags, Info->Attribute, in AcpiExPrepFieldValue()
592 Info->FieldBitPosition, Info->FieldBitLength); in AcpiExPrepFieldValue()
601 switch (Info->FieldType) in AcpiExPrepFieldValue()
611 if (Info->ConnectionNode) in AcpiExPrepFieldValue()
629 else if (Info->ResourceBuffer) in AcpiExPrepFieldValue()
761 Info->FieldNode, ObjDesc, AcpiNsGetType (Info->FieldNode)); in AcpiExPrepFieldValue()
[all …]
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmwalk.c233 Info.AmlOffset = Op->Common.Aml - Info.StartAml; in AcpiDmDisassemble()
269 Info->Level = 0; in AcpiDmWalkParseTree()
338 Info->Level--; in AcpiDmWalkParseTree()
567 (Info->StartAml + Info->AmlOffset), in AcpiDmDescendingOp()
573 Info->AmlOffset = (Op->Common.Aml - Info->StartAml); in AcpiDmDescendingOp()
632 if (Info->WalkState) in AcpiDmDescendingOp()
702 Info->Count = 0; in AcpiDmDescendingOp()
711 Info->Count++; in AcpiDmDescendingOp()
714 Info->Count = 0; in AcpiDmDescendingOp()
739 Info->Level--; in AcpiDmDescendingOp()
[all …]

123456