| /src/sys/external/bsd/acpica/dist/namespace/ |
| nseval.c | 59 * PARAMETERS: Info - Evaluation info block, contains these fields 83 ACPI_EVALUATE_INFO *Info) 91 if (!Info) 96 if (!Info->Node) 106 Status = AcpiNsGetNode (Info->PrefixNode, Info->RelativePathname, 107 ACPI_NS_NO_UPSEARCH, &Info->Node); 118 if (AcpiNsGetType (Info->Node) == ACPI_TYPE_LOCAL_METHOD_ALIAS) 120 Info->Node = ACPI_CAST_PTR [all...] |
| nspredef.c | 82 ACPI_EVALUATE_INFO *Info, 95 * Info - Method execution information block 110 ACPI_EVALUATE_INFO *Info, 122 Predefined = Info->Predefined; 152 (!Predefined->Info.ExpectedBtypes) || 153 (Predefined->Info.ExpectedBtypes == ACPI_RTYPE_ALL)) 162 Status = AcpiNsCheckObjectType (Info, ReturnObjectPtr, 163 Predefined->Info.ExpectedBtypes, ACPI_NOT_PACKAGE_ELEMENT); 185 Info->ParentPackage = *ReturnObjectPtr; 186 Status = AcpiNsCheckPackage (Info, ReturnObjectPtr) [all...] |
| nsxfeval.c | 60 ACPI_EVALUATE_INFO *Info); 224 ACPI_EVALUATE_INFO *Info; 234 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO)); 235 if (!Info) 242 Info->PrefixNode = AcpiNsValidateHandle (Handle); 243 if (!Info->PrefixNode) 262 Info->PrefixNode = NULL; 286 Info->RelativePathname = __UNCONST(Pathname); 294 Info->ParamCount = (UINT16) ExternalParams->Count; 298 if (Info->ParamCount > ACPI_METHOD_NUM_ARGS [all...] |
| nsinit.c | 96 ACPI_INIT_WALK_INFO Info; 109 /* Clear the info block */ 111 memset (&Info, 0, sizeof (ACPI_INIT_WALK_INFO)); 121 ACPI_UINT32_MAX, AcpiNsInitOneObject, NULL, &Info, NULL); 129 Info.ObjectCount, 130 Info.ObjectCount)); 134 Info.MethodCount, Info.OpRegionCount)); 161 ACPI_DEVICE_WALK_INFO Info; 175 Info.DeviceCount = 0 [all...] |
| nsarguments.c | 58 * PARAMETERS: Info - Method execution information block 69 ACPI_EVALUATE_INFO *Info) 85 if (!Info->Predefined || (Info->Node->Flags & ANOBJ_EVALUATED)) 90 ArgTypeList = Info->Predefined->Info.ArgumentList; 95 for (i = 0; ((i < ArgCount) && (i < Info->ParamCount)); i++) 98 UserArgType = Info->Parameters[i]->Common.Type; 104 ACPI_WARN_PREDEFINED ((AE_INFO, Info->FullPathname, ACPI_WARN_ALWAYS, 112 Info->Node->Flags |= ANOBJ_EVALUATED [all...] |
| /src/sys/external/bsd/acpica/dist/common/ |
| ahids.c | 228 * RETURN: ID info struct. NULL if HardwareId is not found 238 const AH_DEVICE_ID *Info; 241 for (Info = AslDeviceIds; Info->Name; Info++) 243 if (!strcmp (HardwareId, Info->Name)) 245 return (Info);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Option/ |
| Option.h | 77 const OptTable::Info *Info; 81 Option(const OptTable::Info *Info, const OptTable *Owner); 84 return Info != nullptr; 88 assert(Info && "Must have a valid info!"); 89 return Info->ID; 93 assert(Info && "Must have a valid info!"); [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| DWPError.h | 11 DWPError(std::string Info) : Info(std::move(Info)) {} 12 void log(raw_ostream &OS) const override { OS << Info; } 19 std::string Info;
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslmapenter.c | 80 * Creates new GPIO info blocks, one for each pin defined by the 93 ACPI_GPIO_INFO *Info; 104 /* Create an info block for each pin defined in the descriptor */ 108 Info = MpCreateGpioInfo (PinList[i], DeviceName); 110 Info->Op = Op; 111 Info->DeviceName = DeviceName; 112 Info->PinCount = PinCount; 113 Info->PinIndex = i; 114 Info->PinNumber = PinList[i]; 115 Info->Type = Resource->Gpio.ConnectionType [all...] |
| aslmapoutput.c | 82 ACPI_GPIO_INFO *Info); 180 * DESCRIPTION: Emit the info about all GPIO devices found during the 189 ACPI_GPIO_INFO *Info; 202 Info = AslGbl_GpioList; 203 while (Info) 205 HidString = MpGetHidViaNamestring (Info->DeviceName); 207 /* Print header info for the controller itself */ 210 strcmp (PrevDeviceName, Info->DeviceName)) 214 HidString, Info->DeviceName); 228 PrevDeviceName = Info->DeviceName [all...] |
| aslresource.c | 647 ASL_RESOURCE_INFO *Info, 655 switch (Info->DescriptorTypeOp->Asl.ParseOpcode) 660 Rnode = RsDoClockInputDescriptor(Info); 665 Rnode = RsDoDmaDescriptor (Info); 670 Rnode = RsDoFixedDmaDescriptor (Info); 675 Rnode = RsDoDwordIoDescriptor (Info); 680 Rnode = RsDoDwordMemoryDescriptor (Info); 685 Rnode = RsDoDwordPccDescriptor (Info); 690 Rnode = RsDoDwordSpaceDescriptor (Info); 700 Info->DescriptorTypeOp, NULL) [all...] |
| /src/sys/external/bsd/acpica/dist/dispatcher/ |
| dsinit.c | 71 * Context - Points to a init info struct 92 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context; 105 if (Node->OwnerId != Info->OwnerId) 110 Info->ObjectCount++; 126 Info->OpRegionCount++; 138 Info->MethodCount++; 149 Info->SerialMethodCount++; 162 Info->SerialMethodCount++; 163 Info->SerializedMethodCount++; 168 Info->NonSerialMethodCount++ [all...] |
| dsfield.c | 76 ACPI_CREATE_FIELD_INFO *Info, 312 * PARAMETERS: Info - CreateField info structure 325 ACPI_CREATE_FIELD_INFO *Info, 340 ACPI_FUNCTION_TRACE_PTR (DsGetFieldNames, Info); 345 Info->FieldBitPosition = 0; 362 Position = (UINT64) Info->FieldBitPosition + 372 Info->FieldBitPosition = (UINT32) Position; 390 Info->FieldFlags = (UINT8) 391 ((Info->FieldFlags & ~(AML_FIELD_ACCESS_TYPE_MASK)) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Index/ |
| IndexSymbol.cpp | 87 SymbolInfo Info; 88 Info.Kind = SymbolKind::Unknown; 89 Info.SubKind = SymbolSubKind::None; 90 Info.Properties = SymbolPropertySet(); 91 Info.Lang = SymbolLanguage::C; 94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; 97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; 101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; 102 Info.Lang = SymbolLanguage::CXX; 110 Info.Kind = SymbolKind::Struct; break [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCInstrInfo.cpp | 1 //===- lib/MC/MCInstrInfo.cpp - Target Instruction Info -------------------===// 16 std::string &Info) const { 19 return ComplexDeprecationInfos[Opcode](MI, STI, Info); 23 Info = "deprecated";
|
| /src/sys/external/bsd/acpica/dist/tools/acpihelp/ |
| ahdecode.c | 160 const AH_DIRECTIVE_INFO *Info; 165 for (Info = Gbl_PreprocessorDirectives; Info->Name; Info++) 167 printf (" %-36s : %s\n", Info->Name, Info->Description); 342 const AH_PREDEFINED_NAME *Info; 350 for (Info = AslPredefinedInfo; Info->Name; Info++ [all...] |
| /src/sys/external/bsd/acpica/dist/parser/ |
| psxface.c | 60 ACPI_EVALUATE_INFO *Info, 111 * PARAMETERS: Info - Method info block, contains: 132 ACPI_EVALUATE_INFO *Info) 146 /* Validate the Info and method Node */ 148 if (!Info || !Info->Node) 155 Status = AcpiDsBeginMethodExecution (Info->Node, Info->ObjDesc, NULL); 164 AcpiPsUpdateParameterList (Info, REF_INCREMENT) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| TextDiagnosticPrinter.cpp | 53 const Diagnostic &Info, 58 if (Info.getID() == diag::fatal_too_many_errors) { 73 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) && 74 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) { 79 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID()); 83 StringRef OptValue = Info.getDiags()->getFlagValue(); 93 DiagnosticIDs::getCategoryNumberForDiag(Info.getID()); 110 const Diagnostic &Info) { 112 DiagnosticConsumer::HandleDiagnostic(Level, Info); 117 Info.FormatDiagnostic(OutStr) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| PassPlugin.h | 73 StringRef getPluginName() const { return Info.PluginName; } 76 StringRef getPluginVersion() const { return Info.PluginVersion; } 79 uint32_t getAPIVersion() const { return Info.APIVersion; } 83 Info.RegisterPassBuilderCallbacks(PB); 88 : Filename(Filename), Library(Library), Info() {} 92 PassPluginLibraryInfo Info;
|
| /src/sys/external/bsd/acpica/dist/events/ |
| evmisc.c | 117 ACPI_GENERIC_STATE *Info; 166 /* Setup notify info and schedule the notify dispatcher */ 168 Info = AcpiUtCreateGenericState (); 169 if (!Info) 174 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; 176 Info->Notify.Node = Node; 177 Info->Notify.Value = (UINT16) NotifyValue; 178 Info->Notify.HandlerListId = HandlerListId; 179 Info->Notify.HandlerListHead = HandlerListHead; 180 Info->Notify.Global = &AcpiGbl_GlobalNotify[HandlerListId] [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| CommentCommandTraits.cpp | 35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) 36 return Info; 41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) 42 return Info; 90 CommandInfo *Info = new (Allocator) CommandInfo(); 91 Info->Name = Name; 96 Info->ID = NextID++; 98 RegisteredCommands.push_back(Info); 100 return Info; 105 CommandInfo *Info = createCommandInfoWithName(CommandName) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCInstrAnalysis.h | 31 const MCInstrInfo *Info; 34 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} 38 return Info->get(Inst.getOpcode()).isBranch(); 42 return Info->get(Inst.getOpcode()).isConditionalBranch(); 46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); 50 return Info->get(Inst.getOpcode()).isIndirectBranch(); 54 return Info->get(Inst.getOpcode()).isCall(); 58 return Info->get(Inst.getOpcode()).isReturn() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CollectLOH.cpp | 290 /// Update state \p Info given \p MI uses the tracked register. 292 LOHInfo &Info) { 294 if (Info.MultiUsers || Info.OneUser) { 295 Info.IsCandidate = false; 296 Info.MultiUsers = true; 299 Info.OneUser = true; 303 Info.Type = MCLOH_AdrpLdr; 304 Info.IsCandidate = true; 305 Info.MI0 = &MI [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| SSAUpdaterImpl.h | 119 BBInfo *Info = new (Allocator) BBInfo(BB, 0); 120 BBMap[BB] = Info; 121 WorkList.push_back(Info); 128 Info = WorkList.pop_back_val(); 130 Traits::FindPredecessorBlocks(Info->BB, &Preds); 131 Info->NumPreds = Preds.size(); 132 if (Info->NumPreds == 0) 133 Info->Preds = nullptr; 135 Info->Preds = static_cast<BBInfo **>(Allocator.Allocate( 136 Info->NumPreds * sizeof(BBInfo *), alignof(BBInfo *))) [all...] |
| /src/sys/external/bsd/acpica/dist/resources/ |
| rsmisc.c | 67 * Info - Pointer to appropriate conversion table 80 ACPI_RSCONVERT_INFO *Info) 95 if (!Info) 117 Count = INIT_TABLE_LENGTH (Info); 126 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset); 127 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset); 129 switch (Info->Opcode) 135 memset (Resource, 0, INIT_RESOURCE_LENGTH (Info)); 136 Resource->Type = INIT_RESOURCE_TYPE (Info); 137 Resource->Length = INIT_RESOURCE_LENGTH (Info); [all...] |