Searched refs:Info (Results 1 - 25 of 258) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/contrib/dev/acpica/parser/
H A Dpsxface.c61 ACPI_EVALUATE_INFO *Info);
65 ACPI_EVALUATE_INFO *Info);
69 ACPI_EVALUATE_INFO *Info,
128 * PARAMETERS: Info - Method info struct
138 ACPI_EVALUATE_INFO *Info)
153 (AcpiGbl_TraceMethodName != Info->ResolvedNode->Name.Integer))
183 * PARAMETERS: Info - Method info struct
193 ACPI_EVALUATE_INFO *Info)
208 (AcpiGbl_TraceMethodName != Info->ResolvedNode->Name.Integer))
234 * PARAMETERS: Info
137 AcpiPsStartTrace( ACPI_EVALUATE_INFO *Info) argument
192 AcpiPsStopTrace( ACPI_EVALUATE_INFO *Info) argument
254 AcpiPsExecuteMethod( ACPI_EVALUATE_INFO *Info) argument
422 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Option/
H A DOption.h68 const OptTable::Info *Info; member in class:llvm::opt::Option
72 Option(const OptTable::Info *Info, const OptTable *Owner);
76 return Info != 0;
80 assert(Info && "Must have a valid info!");
81 return Info->ID;
85 assert(Info && "Must have a valid info!");
86 return OptionClass(Info->Kind);
91 assert(Info
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/namespace/
H A Dnseval.c61 ACPI_EVALUATE_INFO *Info);
68 * PARAMETERS: Info - Evaluation info block, contains:
93 ACPI_EVALUATE_INFO *Info)
102 if (!Info)
109 Info->ReturnObject = NULL;
110 Info->ParamCount = 0;
119 Status = AcpiNsGetNode (Info->PrefixNode, Info->Pathname,
120 ACPI_NS_NO_UPSEARCH, &Info->ResolvedNode);
130 if (AcpiNsGetType (Info
92 AcpiNsEvaluate( ACPI_EVALUATE_INFO *Info) argument
318 ACPI_EVALUATE_INFO *Info; local
386 AcpiNsExecModuleCode( ACPI_OPERAND_OBJECT *MethodObj, ACPI_EVALUATE_INFO *Info) argument
[all...]
H A Dnsinit.c98 ACPI_INIT_WALK_INFO Info; local
111 ACPI_MEMSET (&Info, 0, sizeof (ACPI_INIT_WALK_INFO));
117 &Info, NULL);
126 Info.OpRegionInit, Info.OpRegionCount,
127 Info.FieldInit, Info.FieldCount,
128 Info.BufferInit, Info.BufferCount,
129 Info
161 ACPI_DEVICE_WALK_INFO Info; local
275 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context; local
424 ACPI_DEVICE_WALK_INFO *Info = ACPI_CAST_PTR (ACPI_DEVICE_WALK_INFO, Context); local
497 ACPI_EVALUATE_INFO *Info = WalkInfo->EvaluateInfo; local
[all...]
H A Dnsxfeval.c61 ACPI_EVALUATE_INFO *Info);
192 ACPI_EVALUATE_INFO *Info; local
202 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
203 if (!Info)
208 Info->Pathname = Pathname;
212 Info->PrefixNode = AcpiNsValidateHandle (Handle);
213 if (!Info->PrefixNode)
229 Info->Parameters = ACPI_ALLOCATE_ZEROED (
231 if (!Info->Parameters)
242 &ExternalParams->Pointer[i], &Info
414 AcpiNsResolveReferences( ACPI_EVALUATE_INFO *Info) argument
590 ACPI_GET_DEVICES_INFO *Info = Context; local
746 ACPI_GET_DEVICES_INFO Info; local
[all...]
H A Dnsdumpdv.c83 ACPI_DEVICE_INFO *Info; local
97 Info = Buffer.Pointer;
105 Info->HardwareId.Value, ACPI_FORMAT_UINT64 (Info->Address),
106 Info->CurrentStatus));
107 ACPI_FREE (Info);
H A Dnsutils.c220 * PARAMETERS: Info - Info struct initialized with the
232 ACPI_NAMESTRING_INFO *Info)
241 NextExternalChar = Info->ExternalName;
242 Info->NumCarats = 0;
243 Info->NumSegments = 0;
244 Info->FullyQualified = FALSE;
255 Info->FullyQualified = TRUE;
271 Info->NumCarats++;
283 Info
231 AcpiNsGetInternalNameLength( ACPI_NAMESTRING_INFO *Info) argument
314 AcpiNsBuildInternalName( ACPI_NAMESTRING_INFO *Info) argument
457 ACPI_NAMESTRING_INFO Info; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h24 const MCInstrInfo *Info; member in class:llvm::MCInstrAnalysis
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} argument
32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isConditionalBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/resources/
H A Drsmisc.c69 * Info - Pointer to appropriate conversion table
82 ACPI_RSCONVERT_INFO *Info)
114 Count = INIT_TABLE_LENGTH (Info);
122 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
123 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
125 switch (Info->Opcode)
131 ACPI_MEMSET (Resource, 0, INIT_RESOURCE_LENGTH (Info));
132 Resource->Type = INIT_RESOURCE_TYPE (Info);
133 Resource->Length = INIT_RESOURCE_LENGTH (Info);
152 ((ACPI_GET8 (Source) >> Info
79 AcpiRsConvertAmlToResource( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
352 AcpiRsConvertResourceToAml( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp56 const Diagnostic &Info,
61 if (Info.getID() == diag::fatal_too_many_errors) {
76 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) &&
77 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) {
82 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID());
92 DiagnosticIDs::getCategoryNumberForDiag(Info.getID());
109 const Diagnostic &Info) {
111 DiagnosticConsumer::HandleDiagnostic(Level, Info);
116 Info.FormatDiagnostic(OutStr);
119 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpt
54 printDiagnosticOptions(raw_ostream &OS, DiagnosticsEngine::Level Level, const Diagnostic &Info, const DiagnosticOptions &DiagOpts) argument
108 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
[all...]
H A DTextDiagnosticBuffer.cpp23 const Diagnostic &Info) {
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
28 Info.FormatDiagnostic(Buf);
33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
40 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
22 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/dispatcher/
H A Ddsinit.c92 ACPI_INIT_WALK_INFO *Info = (ACPI_INIT_WALK_INFO *) Context; local
105 if (Node->OwnerId != Info->OwnerId)
110 Info->ObjectCount++;
128 Info->OpRegionCount++;
134 Info->MethodCount++;
140 Info->DeviceCount++;
176 ACPI_INIT_WALK_INFO Info; local
196 ACPI_MEMSET (&Info, 0, sizeof (ACPI_INIT_WALK_INFO));
198 Info.OwnerId = OwnerId;
199 Info
[all...]
H A Ddsfield.c62 ACPI_CREATE_FIELD_INFO *Info,
227 * PARAMETERS: Info - CreateField info structure
240 ACPI_CREATE_FIELD_INFO *Info,
248 ACPI_FUNCTION_TRACE_PTR (DsGetFieldNames, Info);
253 Info->FieldBitPosition = 0;
269 Position = (UINT64) Info->FieldBitPosition
279 Info->FieldBitPosition = (UINT32) Position;
293 Info->FieldFlags = (UINT8)
294 ((Info->FieldFlags & ~(AML_FIELD_ACCESS_TYPE_MASK)) |
297 Info
239 AcpiDsGetFieldNames( ACPI_CREATE_FIELD_INFO *Info, ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Arg) argument
388 ACPI_CREATE_FIELD_INFO Info; local
572 ACPI_CREATE_FIELD_INFO Info; local
659 ACPI_CREATE_FIELD_INFO Info; local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h104 BBInfo *Info = new (Allocator) BBInfo(BB, 0); local
105 BBMap[BB] = Info;
106 WorkList.push_back(Info);
113 Info = WorkList.pop_back_val();
115 Traits::FindPredecessorBlocks(Info->BB, &Preds);
116 Info->NumPreds = Preds.size();
117 if (Info->NumPreds == 0)
118 Info->Preds = 0;
120 Info->Preds = static_cast<BBInfo**>
121 (Allocator.Allocate(Info
233 BBInfo *Info = *I; local
287 BBInfo *Info = *I; local
323 BBInfo *Info = *I; local
342 BBInfo *Info = *I; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DMemory.inc51 SYSTEM_INFO Info;
52 ::GetSystemInfo(&Info);
53 if (Info.dwPageSize > Info.dwAllocationGranularity)
54 return Info.dwPageSize;
56 return Info.dwAllocationGranularity;
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslpredef.c202 RequiredArgsCurrent = PredefinedNames[Index].Info.ParamCount & 0x0F;
203 RequiredArgsOld = PredefinedNames[Index].Info.ParamCount >> 4;
209 PredefinedNames[Index].Info.Name, RequiredArgsCurrent);
228 PredefinedNames[Index].Info.ExpectedBtypes)
231 PredefinedNames[Index].Info.ExpectedBtypes);
234 StringBuffer, PredefinedNames[Index].Info.Name);
344 if (!PredefinedNames[Index].Info.ExpectedBtypes)
368 PredefinedNames[Index].Info.ExpectedBtypes);
444 if (PredefinedNames[Index].Info.ParamCount > 0)
457 if (!PredefinedNames[Index].Info
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h56 const Diagnostic &Info) {
58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
60 Primary->HandleDiagnostic(DiagLevel, Info);
61 Secondary->HandleDiagnostic(DiagLevel, Info);
55 HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentCommandTraits.cpp35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name))
36 return Info;
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
42 return Info;
95 CommandInfo *Info = new (Allocator) CommandInfo(); local
96 Info->Name = Name;
97 Info->ID = NextID++;
99 RegisteredCommands.push_back(Info);
101 return Info;
106 CommandInfo *Info local
112 CommandInfo *Info = createCommandInfoWithName(CommandName); local
[all...]
H A DExprConstant.cpp220 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
260 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N);
262 void adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) { argument
267 diagnosePointerArithmetic(Info, E, Entries.back().ArrayIndex);
280 diagnosePointerArithmetic(Info, E, uint64_t(IsOnePastTheEnd) + N);
288 EvalInfo &Info; member in struct:__anon3000::CallStackFrame
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
687 EvalInfo &Info; member in struct:__anon3000::FoldConstant
692 explicit FoldConstant(EvalInfo &Info, bool Enabled) argument
693 : Info(Inf
714 EvalInfo &Info; member in class:__anon3000::SpeculativeEvaluationRAII
718 SpeculativeEvaluationRAII(EvalInfo &Info, SmallVectorImpl<PartialDiagnosticAt> *NewDiag = 0) argument
735 EvalInfo &Info; member in class:__anon3000::ScopeRAII
738 ScopeRAII(EvalInfo &Info) argument
746 cleanup(EvalInfo &Info, unsigned OldStackSize) argument
768 checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) argument
781 diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N) argument
793 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc, const FunctionDecl *Callee, const LValue *This, APValue *Arguments) argument
926 checkNullPointer(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) argument
941 checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) argument
950 addDecl(EvalInfo &Info, const Expr *E, const Decl *D, bool Virtual = false) argument
955 addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) argument
959 addComplex(EvalInfo &Info, const Expr *E, QualType EltTy, bool Imag) argument
963 adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) argument
1127 EvaluateIgnoredValue(EvalInfo &Info, const Expr *E) argument
1205 NoteLValueLocation(EvalInfo &Info, APValue::LValueBase Base) argument
1218 CheckLValueConstantExpression(EvalInfo &Info, SourceLocation Loc, QualType Type, const LValue &LVal) argument
1278 CheckLiteralType(EvalInfo &Info, const Expr *E, const LValue *This = 0) argument
1302 CheckConstantExpression(EvalInfo &Info, SourceLocation DiagLoc, QualType Type, const APValue &Value) argument
1424 EvaluateAsBooleanCondition(const Expr *E, bool &Result, EvalInfo &Info) argument
1434 HandleOverflow(EvalInfo &Info, const Expr *E, const T &SrcValue, QualType DestType) argument
1440 HandleFloatToIntCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APFloat &Value, QualType DestType, APSInt &Result) argument
1455 HandleFloatToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, QualType DestType, APFloat &Result) argument
1467 HandleIntToIntCast(EvalInfo &Info, const Expr *E, QualType DestType, QualType SrcType, APSInt &Value) argument
1479 HandleIntToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APSInt &Value, QualType DestType, APFloat &Result) argument
1490 truncateBitfieldValue(EvalInfo &Info, const Expr *E, APValue &Value, const FieldDecl *FD) argument
1511 EvalAndBitcastToAPInt(EvalInfo &Info, const Expr *E, llvm::APInt &Res) argument
1562 CheckedIntArithmetic(EvalInfo &Info, const Expr *E, const APSInt &LHS, const APSInt &RHS, unsigned BitWidth, Operation Op) argument
1582 handleIntIntBinOp(EvalInfo &Info, const Expr *E, const APSInt &LHS, BinaryOperatorKind Opcode, APSInt RHS, APSInt &Result) argument
1681 handleFloatFloatBinOp(EvalInfo &Info, const Expr *E, APFloat &LHS, BinaryOperatorKind Opcode, const APFloat &RHS) argument
1709 CastToDerivedClass(EvalInfo &Info, const Expr *E, LValue &Result, const RecordDecl *TruncatedType, unsigned TruncatedElements) argument
1738 HandleLValueDirectBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *Derived, const CXXRecordDecl *Base, const ASTRecordLayout *RL = 0) argument
1752 HandleLValueBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *DerivedDecl, const CXXBaseSpecifier *Base) argument
1777 HandleLValueBasePath(EvalInfo &Info, const CastExpr *E, QualType Type, LValue &Result) argument
1792 HandleLValueMember(EvalInfo &Info, const Expr *E, LValue &LVal, const FieldDecl *FD, const ASTRecordLayout *RL = 0) argument
1807 HandleLValueIndirectMember(EvalInfo &Info, const Expr *E, LValue &LVal, const IndirectFieldDecl *IFD) argument
1818 HandleSizeof(EvalInfo &Info, SourceLocation Loc, QualType Type, CharUnits &Size) argument
1844 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
1862 HandleLValueComplexElement(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, bool Imag) argument
1883 evaluateVarDeclInit(EvalInfo &Info, const Expr *E, const VarDecl *VD, CallStackFrame *Frame, APValue *&Result) argument
1973 extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, uint64_t Index) argument
1991 expandStringLiteral(EvalInfo &Info, const Expr *Lit, APValue &Result) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbnames.c324 ACPI_WALK_INFO Info; local
352 Info.OwnerId = ACPI_OWNER_ID_MAX;
353 Info.DebugLevel = ACPI_UINT32_MAX;
354 Info.DisplayType = ACPI_DISPLAY_SUMMARY | ACPI_DISPLAY_SHORT;
357 (void) AcpiNsDumpOneObject (ObjHandle, NestingLevel, &Info, NULL);
453 if (Predefined->Info.ExpectedBtypes & ACPI_BTYPE_PACKAGE)
459 Predefined->Info.ParamCount, Predefined->Info.ExpectedBtypes);
525 ACPI_WALK_INFO *Info = (ACPI_WALK_INFO *) Context; local
530 Info
570 ACPI_WALK_INFO Info; local
628 ACPI_INTEGRITY_INFO *Info = (ACPI_INTEGRITY_INFO *) Context; local
703 ACPI_INTEGRITY_INFO Info = {0,0}; local
815 ACPI_DEVICE_INFO *Info; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/hardware/
H A Dhwxface.c531 ACPI_EVALUATE_INFO *Info; local
548 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
549 if (!Info)
554 Info->Pathname = ACPI_CAST_PTR (char, AcpiGbl_SleepStateNames[SleepState]);
558 Status = AcpiNsEvaluate (Info);
563 AcpiFormatException (Status), Info->Pathname));
570 if (!Info->ReturnObject)
573 Info->Pathname));
579 else if (Info->ReturnObject->Common.Type != ACPI_TYPE_PACKAGE)
592 else if (Info
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h114 template<typename Info>
122 typename Info::key_type key;
123 typename Info::data_type data;
127 Item(typename Info::key_type_ref k, typename Info::data_type_ref d,
128 Info &InfoObj)
170 void insert(typename Info::key_type_ref key,
171 typename Info::data_type_ref data) {
172 Info InfoObj;
176 void insert(typename Info
252 OnDiskChainedHashTable(unsigned numBuckets, unsigned numEntries, const unsigned char* buckets, const unsigned char* base, const Info &InfoObj = Info()) argument
468 Create(const unsigned char* buckets, const unsigned char* const base, const Info &InfoObj = Info()) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Duteval.c81 ACPI_EVALUATE_INFO *Info; local
91 Info = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_EVALUATE_INFO));
92 if (!Info)
97 Info->PrefixNode = PrefixNode;
98 Info->Pathname = Path;
102 Status = AcpiNsEvaluate (Info);
121 if (!Info->ReturnObject)
136 switch ((Info->ReturnObject)->Common.Type)
167 AcpiUtRemoveReference (Info->ReturnObject);
180 Path, AcpiUtGetObjectTypeName (Info
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/disassembler/
H A Ddmwalk.c113 ACPI_OP_WALK_INFO Info; local
121 Info.Flags = 0;
122 Info.Level = 0;
123 Info.Count = 0;
124 Info.WalkState = WalkState;
125 AcpiDmWalkParseTree (Op, AcpiDmDescendingOp, AcpiDmAscendingOp, &Info);
156 ACPI_OP_WALK_INFO *Info = Context; local
159 Info->Level = 0;
168 Status = AscendingCallback (Op, Info->Level, Context);
179 Status = DescendingCallback (Op, Info
397 ACPI_OP_WALK_INFO *Info = Context; local
773 ACPI_OP_WALK_INFO *Info = Context; local
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexprep.c416 * PARAMETERS: Info - Contains all field creation info
427 ACPI_CREATE_FIELD_INFO *Info)
441 if (Info->FieldType != ACPI_TYPE_LOCAL_INDEX_FIELD)
443 if (!Info->RegionNode)
449 Type = AcpiNsGetType (Info->RegionNode);
461 ObjDesc = AcpiUtCreateInternalObject (Info->FieldType);
469 ObjDesc->CommonField.Node = Info->FieldNode;
471 Info->FieldFlags, Info->Attribute,
472 Info
426 AcpiExPrepFieldValue( ACPI_CREATE_FIELD_INFO *Info) argument
[all...]

Completed in 152 milliseconds

1234567891011