Home
last modified time | relevance | path

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

12345678910>>...29

/minix/minix/drivers/power/acpi/namespace/
H A Dnseval.c99 if (!Info) in AcpiNsEvaluate()
135 Info->NodeFlags = Info->Node->Flags; in AcpiNsEvaluate()
136 Info->ObjDesc = AcpiNsGetAttachedObject (Info->Node); in AcpiNsEvaluate()
139 Info->RelativePathname, Info->Node, in AcpiNsEvaluate()
148 Info->FullPathname = AcpiNsGetExternalPathname (Info->Node); in AcpiNsEvaluate()
159 while (Info->Parameters[Info->ParamCount]) in AcpiNsEvaluate()
180 AcpiNsCheckAcpiCompliance (Info->FullPathname, Info->Node, in AcpiNsEvaluate()
187 AcpiNsCheckArgumentCount (Info->FullPathname, Info->Node, in AcpiNsEvaluate()
188 Info->ParamCount, Info->Predefined); in AcpiNsEvaluate()
303 (void) AcpiNsCheckReturnValue (Info->Node, Info, Info->ParamCount, in AcpiNsEvaluate()
[all …]
H A Dnsinit.c123 Info.OpRegionInit, Info.OpRegionCount, in AcpiNsInitializeObjects()
124 Info.FieldInit, Info.FieldCount, in AcpiNsInitializeObjects()
125 Info.BufferInit, Info.BufferCount, in AcpiNsInitializeObjects()
126 Info.PackageInit, Info.PackageCount, Info.ObjectCount)); in AcpiNsInitializeObjects()
130 Info.MethodCount, Info.OpRegionCount)); in AcpiNsInitializeObjects()
165 Info.DeviceCount = 0; in AcpiNsInitializeDevices()
166 Info.Num_STA = 0; in AcpiNsInitializeDevices()
167 Info.Num_INI = 0; in AcpiNsInitializeDevices()
204 Info.Num_INI++; in AcpiNsInitializeDevices()
231 Info.Num_INI, Info.Num_STA, Info.DeviceCount)); in AcpiNsInitializeDevices()
[all …]
H A Dnsxfeval.c208 if (!Info) in ACPI_EXPORT_SYMBOL()
216 if (!Info->PrefixNode) in ACPI_EXPORT_SYMBOL()
304 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
321 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount) in ACPI_EXPORT_SYMBOL()
332 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount) in ACPI_EXPORT_SYMBOL()
341 Info->ParamCount = Info->ObjDesc->Method.ParamCount; in ACPI_EXPORT_SYMBOL()
374 Info->Parameters[Info->ParamCount] = NULL; in ACPI_EXPORT_SYMBOL()
484 if (Info->Parameters) in ACPI_EXPORT_SYMBOL()
491 ACPI_FREE (Info); in ACPI_EXPORT_SYMBOL()
749 if (Info->Hid != NULL) in ACPI_EXPORT_SYMBOL()
[all …]
H A Dnspredef.c82 ACPI_EVALUATE_INFO *Info,
110 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckReturnValue() argument
121 Predefined = Info->Predefined; in AcpiNsCheckReturnValue()
151 (!Predefined->Info.ExpectedBtypes) || in AcpiNsCheckReturnValue()
245 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckObjectType() argument
260 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
308 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
314 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
320 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckObjectType()
348 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckReference() argument
[all …]
H A Dnsprepkg.c58 ACPI_EVALUATE_INFO *Info,
65 ACPI_EVALUATE_INFO *Info,
91 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckPackage() argument
108 Package = Info->Predefined + 1; in AcpiNsCheckPackage()
137 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
368 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
382 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackage()
408 ACPI_EVALUATE_INFO *Info, in AcpiNsCheckPackageList() argument
432 Info->ParentPackage = SubPackage; in AcpiNsCheckPackageList()
601 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsCheckPackageList()
[all …]
H A Dnsrepair2.c59 ACPI_EVALUATE_INFO *Info,
78 ACPI_EVALUATE_INFO *Info,
83 ACPI_EVALUATE_INFO *Info,
88 ACPI_EVALUATE_INFO *Info,
93 ACPI_EVALUATE_INFO *Info,
342 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_FDE()
513 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_CST()
522 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_CST()
597 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_HID()
711 Info->FullPathname, Info->NodeFlags, in AcpiNsRepair_PRT()
[all …]
H A Dnsrepair.c149 ACPI_EVALUATE_INFO *Info, in AcpiNsSimpleRepair() argument
167 Predefined = AcpiNsMatchSimpleRepair (Info->Node, in AcpiNsSimpleRepair()
168 Info->ReturnBtype, PackageIndex); in AcpiNsSimpleRepair()
196 if (Info->ReturnBtype & ExpectedBtypes) in AcpiNsSimpleRepair()
283 Info->ReturnFlags |= ACPI_OBJECT_REPAIRED; in AcpiNsSimpleRepair()
336 Info->ReturnFlags |= ACPI_OBJECT_REPAIRED; in AcpiNsSimpleRepair()
410 ACPI_EVALUATE_INFO *Info, in AcpiNsRepairNullElement() argument
474 Info->ReturnFlags |= ACPI_OBJECT_REPAIRED; in AcpiNsRepairNullElement()
497 ACPI_EVALUATE_INFO *Info, in AcpiNsRemoveNullElements() argument
563 Info->FullPathname, (Count - NewCount))); in AcpiNsRemoveNullElements()
[all …]
H A Dnsutils.c184 ACPI_NAMESTRING_INFO *Info) in AcpiNsGetInternalNameLength() argument
194 Info->NumCarats = 0; in AcpiNsGetInternalNameLength()
195 Info->NumSegments = 0; in AcpiNsGetInternalNameLength()
196 Info->FullyQualified = FALSE; in AcpiNsGetInternalNameLength()
223 Info->NumCarats++; in AcpiNsGetInternalNameLength()
235 Info->NumSegments = 1; in AcpiNsGetInternalNameLength()
245 Info->Length = (ACPI_NAME_SIZE * Info->NumSegments) + in AcpiNsGetInternalNameLength()
281 if (Info->FullyQualified) in AcpiNsBuildInternalName()
308 if (Info->NumCarats) in AcpiNsBuildInternalName()
373 if (Info->FullyQualified) in AcpiNsBuildInternalName()
[all …]
H A Dnsarguments.c69 ACPI_EVALUATE_INFO *Info) in AcpiNsCheckArgumentTypes() argument
80 if (!Info->Predefined) in AcpiNsCheckArgumentTypes()
85 ArgTypeList = Info->Predefined->Info.ArgumentList; in AcpiNsCheckArgumentTypes()
90 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) in AcpiNsCheckArgumentTypes()
93 UserArgType = Info->Parameters[i]->Common.Type; in AcpiNsCheckArgumentTypes()
97 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, ACPI_WARN_ALWAYS, in AcpiNsCheckArgumentTypes()
140 RequiredParamCount = METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckAcpiCompliance()
156 else if (!RequiredParamCount && !Predefined->Info.ExpectedBtypes) in AcpiNsCheckAcpiCompliance()
189 !(Predefined->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in AcpiNsCheckAcpiCompliance()
286 RequiredParamCount = METHOD_GET_ARG_COUNT (Predefined->Info.ArgumentList); in AcpiNsCheckArgumentCount()
[all …]
H A Dnsxfname.c305 ACPI_DEVICE_INFO *Info; in AcpiGetObjectInfo() local
413 if (!Info) in AcpiGetObjectInfo()
449 &Info->Address); in AcpiGetObjectInfo()
459 Info->LowestDstates); in AcpiGetObjectInfo()
469 Info->HighestDstates); in AcpiGetObjectInfo()
539 Info->InfoSize = InfoSize; in AcpiGetObjectInfo()
540 Info->Type = Type; in AcpiGetObjectInfo()
541 Info->Name = Name; in AcpiGetObjectInfo()
542 Info->ParamCount = ParamCount; in AcpiGetObjectInfo()
543 Info->Valid = Valid; in AcpiGetObjectInfo()
[all …]
/minix/minix/drivers/power/acpi/parser/
H A Dpsxface.c59 ACPI_EVALUATE_INFO *Info);
63 ACPI_EVALUATE_INFO *Info);
67 ACPI_EVALUATE_INFO *Info,
269 if (!Info || !Info->Node) in AcpiPsExecuteMethod()
276 Status = AcpiDsBeginMethodExecution (Info->Node, Info->ObjDesc, NULL); in AcpiPsExecuteMethod()
289 AcpiPsStartTrace (Info); in AcpiPsExecuteMethod()
296 Info->Node->Name.Ascii, Info->Node, Info->ObjDesc)); in AcpiPsExecuteMethod()
320 Info->ObjDesc->Method.AmlLength, Info, Info->PassNumber); in AcpiPsExecuteMethod()
375 AcpiPsStopTrace (Info); in AcpiPsExecuteMethod()
392 if (Info->ReturnObject) in AcpiPsExecuteMethod()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Option/
H A DOption.h68 const OptTable::Info *Info;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
76 return Info != nullptr; in isValid()
81 return Info->ID; in getID()
86 return OptionClass(Info->Kind); in getKind()
92 return Info->Name; in getName()
111 assert((!Info->AliasArgs || Info->AliasArgs[0] != 0) && in getAliasArgs()
114 return Info->AliasArgs; in getAliasArgs()
135 if (Info->Flags & RenderJoined) in getRenderStyle()
137 if (Info->Flags & RenderSeparate) in getRenderStyle()
[all …]
/minix/minix/drivers/power/acpi/resources/
H A Drsmisc.c95 if (!Info) in AcpiRsConvertAmlToResource()
127 switch (Info->Opcode) in AcpiRsConvertAmlToResource()
264 if (Info->Value) in AcpiRsConvertAmlToResource()
329 ACPI_MEMSET (Destination, Info->AmlOffset, Info->Value); in AcpiRsConvertAmlToResource()
437 Info++; in AcpiRsConvertAmlToResource()
484 if (!Info) in AcpiRsConvertResourceToAml()
504 switch (Info->Opcode) in AcpiRsConvertResourceToAml()
629 if (Info->Value) in AcpiRsConvertResourceToAml()
732 COMPARE_TARGET (Info)) != COMPARE_VALUE (Info)) in AcpiRsConvertResourceToAml()
750 COMPARE_TARGET (Info)) == COMPARE_VALUE (Info)) in AcpiRsConvertResourceToAml()
[all …]
/minix/minix/drivers/power/acpi/dispatcher/
H A Ddsinit.c109 Info->ObjectCount++; in AcpiDsInitOneObject()
125 Info->OpRegionCount++; in AcpiDsInitOneObject()
137 Info->MethodCount++; in AcpiDsInitOneObject()
172 Info->DeviceCount++; in AcpiDsInitOneObject()
208 ACPI_INIT_WALK_INFO Info; in AcpiDsInitializeObjects() local
229 Info.OwnerId = OwnerId; in AcpiDsInitializeObjects()
230 Info.TableIndex = TableIndex; in AcpiDsInitializeObjects()
261 Table->Signature, OwnerId, Info.ObjectCount, Info.DeviceCount, in AcpiDsInitializeObjects()
262 Info.OpRegionCount, Info.MethodCount, Info.SerialMethodCount, in AcpiDsInitializeObjects()
263 Info.NonSerialMethodCount, Info.SerializedMethodCount)); in AcpiDsInitializeObjects()
[all …]
H A Ddsfield.c72 ACPI_CREATE_FIELD_INFO *Info,
313 ACPI_CREATE_FIELD_INFO *Info, in AcpiDsGetFieldNames() argument
327 Info->FieldBitPosition = 0; in AcpiDsGetFieldNames()
467 Info->FieldBitPosition += Info->FieldBitLength; in AcpiDsGetFieldNames()
507 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateField() local
539 Info.Attribute = 0; in AcpiDsCreateField()
544 Info.RegionNode = RegionNode; in AcpiDsCreateField()
701 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateBankField() local
753 Info.RegionNode = RegionNode; in AcpiDsCreateBankField()
792 ACPI_CREATE_FIELD_INFO Info; in AcpiDsCreateIndexField() local
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h107 BBMap[BB] = Info; in BuildBlockList()
160 Info->BlkNum = -1; in BuildBlockList()
181 Info->BlkNum = -2; in BuildBlockList()
292 if (Info->DefBB == Info) in FindPHIPlacement()
298 if (IsDefInDomFrontier(Info->Preds[p], Info->IDom)) { in FindPHIPlacement()
325 BBInfo *Info = *I; in FindAvailableVals() local
327 if (Info->DefBB != Info) in FindAvailableVals()
335 ValT PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater); in FindAvailableVals()
344 BBInfo *Info = *I; in FindAvailableVals() local
346 if (Info->DefBB != Info) { in FindAvailableVals()
[all …]
/minix/minix/drivers/power/acpi/events/
H A Devmisc.c116 ACPI_GENERIC_STATE *Info; in AcpiEvQueueNotifyRequest() local
167 Info = AcpiUtCreateGenericState (); in AcpiEvQueueNotifyRequest()
168 if (!Info) in AcpiEvQueueNotifyRequest()
175 Info->Notify.Node = Node; in AcpiEvQueueNotifyRequest()
187 Info); in AcpiEvQueueNotifyRequest()
190 AcpiUtDeleteGenericState (Info); in AcpiEvQueueNotifyRequest()
223 if (Info->Notify.Global->Handler) in AcpiEvNotifyDispatch()
225 Info->Notify.Global->Handler (Info->Notify.Node, in AcpiEvNotifyDispatch()
226 Info->Notify.Value, in AcpiEvNotifyDispatch()
236 Info->Notify.Value, in AcpiEvNotifyDispatch()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp289 EvalInfo &Info; member
719 : Info(Info), in FoldConstant()
748 : Info(Info), Old(Info.EvalStatus) { in SpeculativeEvaluationRAII()
767 : Info(Info), OldStackSize(Info.CleanupStack.size()) {} in ScopeRAII()
788 Info.CleanupStack.erase(Info.CleanupStack.begin() + NewEnd, in cleanup()
824 : Info(Info), Caller(Info.CurrentCall), CallLoc(CallLoc), Callee(Callee), in CallStackFrame()
1560 Info.Diag(E); in truncateBitfieldValue()
1648 Info.Diag(E); in handleIntIntBinOp()
1747 Info.Diag(E); in handleFloatFloatBinOp()
2349 EvalInfo &Info; member
[all …]
H A DCommentCommandTraits.cpp36 return Info; in getCommandInfoOrNULL()
42 return Info; in getCommandInfo()
90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName() local
91 Info->Name = Name; in createCommandInfoWithName()
96 Info->ID = NextID++; in createCommandInfoWithName()
98 RegisteredCommands.push_back(Info); in createCommandInfoWithName()
100 return Info; in createCommandInfoWithName()
106 Info->IsUnknownCommand = true; in registerUnknownCommand()
107 return Info; in registerUnknownCommand()
112 Info->IsBlockCommand = true; in registerBlockCommand()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp56 const Diagnostic &Info, in printDiagnosticOptions() argument
61 if (Info.getID() == diag::fatal_too_many_errors) { in printDiagnosticOptions()
86 StringRef OptValue = Info.getDiags()->getFlagValue(); in printDiagnosticOptions()
96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID()); in printDiagnosticOptions()
115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
120 Info.FormatDiagnostic(OutStr); in HandleDiagnostic()
138 if (!Info.getLocation().isValid()) { in HandleDiagnostic()
151 assert(Info.hasSourceManager() && in HandleDiagnostic()
156 Info.getRanges(), in HandleDiagnostic()
157 Info.getFixItHints(), in HandleDiagnostic()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, in Item()
68 Info &InfoObj) in Item()
119 Info InfoObj; in insert()
127 typename Info::data_type_ref Data, Info &InfoObj) { in insert()
137 Info InfoObj; in Emit()
242 Info InfoObj;
254 const Info &InfoObj = Info())
272 Info *InfoObj;
389 const Info &InfoObj = Info())
398 Info *InfoObj;
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h27 const MCInstrInfo *Info; variable
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} in MCInstrAnalysis() argument
35 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
39 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch()
43 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
47 return Info->get(Inst.getOpcode()).isIndirectBranch(); in isIndirectBranch()
51 return Info->get(Inst.getOpcode()).isCall(); in isCall()
55 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
59 return Info->get(Inst.getOpcode()).isTerminator(); in isTerminator()
/minix/minix/drivers/power/acpi/executer/
H A Dexprep.c430 ACPI_CREATE_FIELD_INFO *Info) in AcpiExPrepFieldValue() argument
446 if (!Info->RegionNode) in AcpiExPrepFieldValue()
452 Type = AcpiNsGetType (Info->RegionNode); in AcpiExPrepFieldValue()
472 ObjDesc->CommonField.Node = Info->FieldNode; in AcpiExPrepFieldValue()
474 Info->FieldFlags, Info->Attribute, in AcpiExPrepFieldValue()
475 Info->FieldBitPosition, Info->FieldBitLength); in AcpiExPrepFieldValue()
484 switch (Info->FieldType) in AcpiExPrepFieldValue()
494 if (Info->ConnectionNode) in AcpiExPrepFieldValue()
510 else if (Info->ResourceBuffer) in AcpiExPrepFieldValue()
572 Info->DataRegisterNode)->Named.Data; in AcpiExPrepFieldValue()
[all …]
/minix/minix/drivers/power/acpi/utilities/
H A Duteval.c79 ACPI_EVALUATE_INFO *Info; in AcpiUtEvaluateObject() local
90 if (!Info) in AcpiUtEvaluateObject()
95 Info->PrefixNode = PrefixNode; in AcpiUtEvaluateObject()
96 Info->RelativePathname = Path; in AcpiUtEvaluateObject()
100 Status = AcpiNsEvaluate (Info); in AcpiUtEvaluateObject()
119 if (!Info->ReturnObject) in AcpiUtEvaluateObject()
134 switch ((Info->ReturnObject)->Common.Type) in AcpiUtEvaluateObject()
170 AcpiUtRemoveReference (Info->ReturnObject); in AcpiUtEvaluateObject()
188 AcpiUtRemoveReference (Info->ReturnObject); in AcpiUtEvaluateObject()
195 *ReturnDesc = Info->ReturnObject; in AcpiUtEvaluateObject()
[all …]
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp450 Info.setIsReadWrite(); in validateOutputConstraint()
464 Info.setEarlyClobber(); in validateOutputConstraint()
470 Info.setAllowsRegister(); in validateOutputConstraint()
477 Info.setAllowsMemory(); in validateOutputConstraint()
482 Info.setAllowsMemory(); in validateOutputConstraint()
504 if (Info.earlyClobber() && Info.isReadWrite() && !Info.allowsRegister()) in validateOutputConstraint()
509 return Info.allowsMemory() || Info.allowsRegister(); in validateOutputConstraint()
567 if (Info.hasTiedOperand() && Info.getTiedOperand() != i) in validateInputConstraint()
587 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index) in validateInputConstraint()
622 Info.setAllowsMemory(); in validateInputConstraint()
[all …]

12345678910>>...29