Searched refs:Common (Results 51 - 75 of 144) sorted by relevance

123456

/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c406 {ACPI_EXD_UINT16, ACPI_EXD_OFFSET (Common.ReferenceCount), "Reference Count"},
407 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Common.Flags), "Flags"},
408 {ACPI_EXD_LIST, ACPI_EXD_OFFSET (Common.NextObject), "Object List"}
530 ObjDesc->Common.Type,
601 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
603 while (Next->Common.NextObject)
605 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
611 Next = Next->Common.NextObject;
613 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
645 if ((Next->Common
[all...]
H A Dexconcat.c215 switch (Operand0->Common.Type)
221 Operand0Type = Operand0->Common.Type;
241 switch (Operand1->Common.Type)
247 Operand1Type = Operand1->Common.Type;
309 Operand0->Common.Type));
417 Operand0->Common.Type));
463 TypeString = AcpiUtGetTypeName (ObjDesc->Common.Type);
H A Dexresnte.c256 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
275 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER)
294 if (SourceDesc->Common.Type != ACPI_TYPE_STRING)
309 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER)
H A Dexconfig.c190 * DESCRIPTION: Common function to Install and Load an ACPI table with a
216 ObjDesc->Common.Flags |= AOPOBJ_DATA_VALID;
460 switch (ObjDesc->Common.Type)
478 if (!(ObjDesc->Common.Flags & AOPOBJ_DATA_VALID))
705 (DdbHandle->Common.Type != ACPI_TYPE_LOCAL_REFERENCE) ||
706 (!(DdbHandle->Common.Flags & AOPOBJ_DATA_VALID)))
729 DdbHandle->Common.Flags &= ~AOPOBJ_DATA_VALID;
H A Dexconvrt.c202 switch (ObjDesc->Common.Type)
238 switch (ObjDesc->Common.Type)
343 switch (ObjDesc->Common.Type)
401 ReturnDesc->Common.Flags |= AOPOBJ_DATA_VALID;
564 switch (ObjDesc->Common.Type)
800 if (DestinationType != SourceDesc->Common.Type)
H A Dexresolv.c275 switch (StackDesc->Common.Type)
422 StackDesc, StackDesc->Common.Type));
479 Type = ObjDesc->Common.Type;
536 while (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
666 Type = ObjDesc->Common.Type;
H A Dexmisc.c174 * Common code for the RefOfOp and the CondRefOfOp.
197 if (ObjDesc->Common.Type != ACPI_TYPE_LOCAL_REFERENCE)
470 switch (Operand0->Common.Type)
493 Operand0->Common.Type));
506 if (Operand0->Common.Type == ACPI_TYPE_INTEGER)
H A Dexserial.c249 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER)
256 AcpiUtGetTypeName (SourceDesc->Common.Type),
257 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value,
311 * Common buffer format:
428 * Common buffer format:
433 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER)
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c537 if (Op->Common.AmlOpcode == AML_METHOD_OP)
565 BaseAmlOffset = (Method->Common.Value.Arg)->Common.AmlOffset + 1;
566 StartOp = (Method->Common.Value.Arg)->Common.Next;
571 SearchOp->Common.AmlOffset += BaseAmlOffset;
576 if (Op->Common.AmlOpcode == AML_REGION_OP)
H A Ddbdisply.c275 Info = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
278 AcpiOsPrintf ("%20.20s : %4.4X\n", "Opcode", Op->Common.AmlOpcode);
283 AcpiOsPrintf ("%20.20s : %p\n", "Value/ArgList", Op->Common.Value.Arg);
284 AcpiOsPrintf ("%20.20s : %p\n", "Parent", Op->Common.Parent);
285 AcpiOsPrintf ("%20.20s : %p\n", "NextOp", Op->Common.Next);
559 while (RootOp->Common.Parent)
561 RootOp = RootOp->Common.Parent;
581 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsargs.c213 Op->Common.Node = ScopeNode;
247 Op->Common.Node = Node;
258 Op->Common.Node = ScopeNode;
315 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
364 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
412 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
462 if (ObjDesc->Common.Flags & AOPOBJ_DATA_VALID)
H A Ddsdebug.c320 Next = Op->Common.Next;
321 Op->Common.Next = NULL;
332 Op->Common.Next = Next;
H A Ddswstate.c370 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT;
843 while (ExtraOp && !ExtraOp->Common.Node)
845 ExtraOp = ExtraOp->Common.Parent;
854 ParserState->StartNode = ExtraOp->Common.Node;
923 WalkState->ControlState = State->Common.Next;
933 WalkState->ScopeInfo = State->Common.Next;
943 WalkState->Results = State->Common.Next;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h98 /// Common - Data with common linkage. These represent tentative
101 Common, enumerator in enum:llvm::SectionKind::Kind
163 bool isCommon() const { return K == Common; }
200 static SectionKind getCommon() { return get(Common); }
/freebsd-12-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c236 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE;
283 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE;
341 if (Scope->Common.Next)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h78 class LLVM_LIBRARY_VISIBILITY Common : public GnuTool { class in namespace:clang::driver::tools::gcc
80 Common(const char *Name, const char *ShortName, const ToolChain &TC) function in class:clang::driver::tools::gcc::Common
98 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
101 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
110 class LLVM_LIBRARY_VISIBILITY Compiler : public Common {
112 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {}
121 class LLVM_LIBRARY_VISIBILITY Linker : public Common {
123 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {}
/freebsd-12-stable/usr.sbin/lpr/filters.ru/
H A Dbjc-240.sh.sample53 ControlMode=Common
/freebsd-12-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c188 switch (OriginalObject->Common.Type)
258 switch (OriginalObject->Common.Type)
353 switch (OriginalObject->Common.Type)
400 ((*Elements)->Common.Type != ACPI_TYPE_INTEGER))
472 if (OriginalObject->Common.Type == ACPI_TYPE_BUFFER)
548 switch (OriginalObject->Common.Type)
H A Dnsrepair2.c436 switch (ReturnObject->Common.Type)
532 if (ReturnObject->Common.Type == ACPI_TYPE_STRING)
540 if (ReturnObject->Common.Type != ACPI_TYPE_PACKAGE)
551 OriginalRefCount = OriginalElement->Common.ReferenceCount;
563 (*ElementPtr)->Common.ReferenceCount =
700 if (ReturnObject->Common.Type != ACPI_TYPE_STRING)
815 if (!ObjDesc || (ObjDesc->Common.Type != ACPI_TYPE_INTEGER))
996 if (ReturnObject->Common.Type != ACPI_TYPE_PACKAGE)
1027 if ((*OuterElements)->Common.Type != ACPI_TYPE_PACKAGE)
1042 if (ObjDesc->Common
[all...]
H A Dnsrepair.c417 NewObject->Common.ReferenceCount =
418 ReturnObject->Common.ReferenceCount;
571 NewObject->Common.ReferenceCount =
572 Info->ParentPackage->Common.ReferenceCount;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp26 Flags |= JITSymbolFlags::Common;
45 Flags |= JITSymbolFlags::Common;
/freebsd-12-stable/cddl/lib/libdtrace/
H A Dpsinfo.d5 * Common Development and Distribution License, Version 1.0 only
94 #pragma D attributes Stable/Stable/Common curpsinfo
98 #pragma D attributes Stable/Stable/Common curlwpsinfo
/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwxface.c579 if (Info->ReturnObject->Common.Type != ACPI_TYPE_PACKAGE)
601 if (Elements[0]->Common.Type != ACPI_TYPE_INTEGER)
616 if ((Elements[0]->Common.Type != ACPI_TYPE_INTEGER) ||
617 (Elements[1]->Common.Type != ACPI_TYPE_INTEGER))
/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c432 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
445 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
461 switch (ObjDesc->Common.Type)
531 if (!ObjDesc || ObjDesc->Common.Type != ACPI_TYPE_INTEGER)
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp226 if (Common)
227 return Common;
234 if (Prev->Common) {
235 Common = Prev->Common;
243 if (!Common) {
247 Common = newCommon(getASTContext());
252 Prev->Common = Common;
254 return Common;
408 Base::Common = PrevCommon; member in class:Base
[all...]

Completed in 120 milliseconds

123456