/freebsd-src/cddl/usr.sbin/dtrace/tests/common/aggs/ |
H A D | Makefile | 8 err.D_AGG_FUNC.bad.d \ 9 err.D_AGG_MDIM.bad.d \ 10 err.D_AGG_NULL.bad.d \ 11 err.D_AGG_REDEF.redef.d \ 12 err.D_AGG_SCALAR.avgtoofew.d \ 13 err.D_AGG_SCALAR.maxnoarg.d \ 14 err.D_AGG_SCALAR.mintoofew.d \ 15 err.D_AGG_SCALAR.quantizetoofew.d \ 16 err.D_AGG_SCALAR.stddevtoofew.d \ 17 err.D_AGG_SCALAR.sumtoofew.d \ [all …]
|
/freebsd-src/sys/contrib/openzfs/cmd/zpool/ |
H A D | Makefile.am | 5 zpool_CPPFLAGS += -I$(srcdir)/%D% 11 %D%/zpool_iter.c \ 12 %D%/zpool_main.c \ 13 %D%/zpool_util.c \ 14 %D%/zpool_util.h \ 15 %D%/zpool_vdev.c 19 %D%/os/freebsd/zpool_vdev_os.c 24 %D%/os/linux/zpool_vdev_os.c 41 dist_noinst_DATA += %D%/zpool.d/READM [all...] |
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/dtraceUtil/ |
H A D | Makefile | 8 err.D_PDESC_ZERO.InvalidDescription1.d \ 9 man.APIVersion.d \ 10 man.AddSearchPath.d \ 11 man.CoalesceTrace.d \ 12 man.ELFGeneration.d \ 13 man.IncludedFilePath.d \ 14 man.ShowCompilerCode.d \ 15 man.VerboseStabilityReport.d \ 16 tst.AddSearchPath.d.ksh \ 17 tst.BufsizeGiga.d.ksh \ [all …]
|
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/funcs/ |
H A D | Makefile | 8 err.D_FUNC_UNDEF.progenyofbad1.d \ 9 err.D_OP_VFPTR.badop.d \ 10 err.D_PROTO_ARG.chillbadarg.d \ 11 err.D_PROTO_ARG.copyoutbadarg.d \ 12 err.D_PROTO_ARG.mobadarg.d \ 13 err.D_PROTO_ARG.raisebadarg.d \ 14 err.D_PROTO_ARG.tolower.d \ 15 err.D_PROTO_ARG.toupper.d \ 16 err.D_PROTO_LEN.allocanoarg.d \ 17 err.D_PROTO_LEN.badbreakpoint.d \ [all …]
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/ |
H A D | Makefile.am | 4 %D%/kernel/linux/blkdev_compat.h \ 5 %D%/kernel/linux/compiler_compat.h \ 6 %D%/kernel/linux/dcache_compat.h \ 7 %D%/kernel/linux/kmap_compat.h \ 8 %D%/kernel/linux/mm_compat.h \ 9 %D%/kernel/linux/mod_compat.h \ 10 %D%/kernel/linux/page_compat.h \ 11 %D%/kernel/linux/simd.h \ 12 %D%/kernel/linux/simd_aarch64.h \ 13 %D [all...] |
/freebsd-src/sys/contrib/openzfs/man/ |
H A D | Makefile.am | 2 %D%/man1/cstyle.1 5 %D%/man1/arcstat.1 \ 6 %D%/man1/raidz_test.1 \ 7 %D%/man1/test-runner.1 \ 8 %D%/man1/zhack.1 \ 9 %D%/man1/ztest.1 \ 10 %D%/man1/zvol_wait.1 \ 12 %D%/man5/vdev_id.conf.5 \ 14 %D%/man4/spl.4 \ 15 %D [all...] |
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/ |
H A D | Makefile.am | 2 %D%/linux/compiler.h \ 3 %D%/linux/types.h \ 5 %D%/spl/acl/acl_common.h \ 7 %D%/spl/sys/ia32/asm_linkage.h \ 9 %D%/spl/sys/acl.h \ 10 %D%/spl/sys/acl_impl.h \ 11 %D%/spl/sys/atomic.h \ 12 %D%/spl/sys/byteorder.h \ 13 %D%/spl/sys/callb.h \ 14 %D [all...] |
/freebsd-src/contrib/elftoolchain/libelftc/ |
H A D | libelftc_dem_gnu2.c | 69 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 98 struct demangle_data d; in cpp_demangle_gnu2() local 106 if (init_demangle_data(&d) == false) in cpp_demangle_gnu2() 112 d.p = org; in cpp_demangle_gnu2() 113 if (read_func_name(&d) == false) in cpp_demangle_gnu2() 116 switch (d.type) { in cpp_demangle_gnu2() 122 if (push_CTDT("::", 2, &d.vec) == false) in cpp_demangle_gnu2() 127 if (push_CTDT("::~", 3, &d.vec) == false) in cpp_demangle_gnu2() 130 if (VEC_PUSH_STR(&d.vec, "(void)") == false) in cpp_demangle_gnu2() 141 if (*d.p == 'F') in cpp_demangle_gnu2() [all …]
|
H A D | libelftc_dem_arm.c | 71 #define VEC_PUSH_STR(d,s) vector_str_push((d), (s), strlen((s))) argument 100 struct demangle_data d; in cpp_demangle_ARM() local 108 if (init_demangle_data(&d) == false) in cpp_demangle_ARM() 114 d.p = org; in cpp_demangle_ARM() 115 if (read_func_name(&d) == false) in cpp_demangle_ARM() 118 if (d.type == ENCODE_OP_CT) { in cpp_demangle_ARM() 119 if (push_CTDT("::", 2, &d.vec) == false) in cpp_demangle_ARM() 125 if (d.type == ENCODE_OP_DT) { in cpp_demangle_ARM() 126 if (push_CTDT("::~", 3, &d.vec) == false) in cpp_demangle_ARM() 132 if (d.type == ENCODE_OP_USER) in cpp_demangle_ARM() [all …]
|
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/speculation/ |
H A D | Makefile | 8 bug.1001148.SpecSizeVariations.d \ 9 err.BufSizeVariations1.d \ 10 err.BufSizeVariations2.d \ 11 err.D_ACT_SPEC.SpeculateWithBreakPoint.d \ 12 err.D_ACT_SPEC.SpeculateWithChill.d \ 13 err.D_ACT_SPEC.SpeculateWithCopyOut.d \ 14 err.D_ACT_SPEC.SpeculateWithCopyOutStr.d \ 15 err.D_ACT_SPEC.SpeculateWithPanic.d \ 16 err.D_ACT_SPEC.SpeculateWithRaise.d \ 17 err.D_ACT_SPEC.SpeculateWithStop.d \ [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 52 uint64_t Emit(Decl *D) { in Emit() 55 D->getDeclKindName() + "'"); 59 void Visit(Decl *D); 61 void VisitDecl(Decl *D); 62 void VisitPragmaCommentDecl(PragmaCommentDecl *D); 63 void VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl *D); 64 void VisitTranslationUnitDecl(TranslationUnitDecl *D); 65 void VisitNamedDecl(NamedDecl *D); 67 void VisitNamespaceDecl(NamespaceDecl *D); 68 void VisitUsingDirectiveDecl(UsingDirectiveDecl *D); 49 Emit(Decl * D) Emit() argument 181 AddFirstDeclFromEachModule(const Decl * D,bool IncludeLocal) AddFirstDeclFromEachModule() argument 211 AddTemplateSpecializations(DeclTy * D) AddTemplateSpecializations() argument 239 for (auto *D : Specs) { AddTemplateSpecializations() local 273 Visit(Decl * D) Visit() argument 322 VisitDecl(Decl * D) VisitDecl() argument 375 VisitPragmaCommentDecl(PragmaCommentDecl * D) VisitPragmaCommentDecl() argument 386 VisitPragmaDetectMismatchDecl(PragmaDetectMismatchDecl * D) VisitPragmaDetectMismatchDecl() argument 397 VisitTranslationUnitDecl(TranslationUnitDecl * D) VisitTranslationUnitDecl() argument 401 VisitNamedDecl(NamedDecl * D) VisitNamedDecl() argument 409 VisitTypeDecl(TypeDecl * D) VisitTypeDecl() argument 415 VisitTypedefNameDecl(TypedefNameDecl * D) VisitTypedefNameDecl() argument 425 VisitTypedefDecl(TypedefDecl * D) VisitTypedefDecl() argument 441 VisitTypeAliasDecl(TypeAliasDecl * D) VisitTypeAliasDecl() argument 447 VisitTagDecl(TagDecl * D) VisitTagDecl() argument 477 VisitEnumDecl(EnumDecl * D) VisitEnumDecl() argument 524 VisitRecordDecl(RecordDecl * D) VisitRecordDecl() argument 564 VisitValueDecl(ValueDecl * D) VisitValueDecl() argument 569 VisitEnumConstantDecl(EnumConstantDecl * D) VisitEnumConstantDecl() argument 579 VisitDeclaratorDecl(DeclaratorDecl * D) VisitDeclaratorDecl() argument 593 VisitFunctionDecl(FunctionDecl * D) VisitFunctionDecl() argument 742 VisitCXXDeductionGuideDecl(CXXDeductionGuideDecl * D) VisitCXXDeductionGuideDecl() argument 750 VisitObjCMethodDecl(ObjCMethodDecl * D) VisitObjCMethodDecl() argument 802 VisitObjCTypeParamDecl(ObjCTypeParamDecl * D) VisitObjCTypeParamDecl() argument 812 VisitObjCContainerDecl(ObjCContainerDecl * D) VisitObjCContainerDecl() argument 823 VisitObjCInterfaceDecl(ObjCInterfaceDecl * D) VisitObjCInterfaceDecl() argument 868 VisitObjCIvarDecl(ObjCIvarDecl * D) VisitObjCIvarDecl() argument 889 VisitObjCProtocolDecl(ObjCProtocolDecl * D) VisitObjCProtocolDecl() argument 906 VisitObjCAtDefsFieldDecl(ObjCAtDefsFieldDecl * D) VisitObjCAtDefsFieldDecl() argument 911 VisitObjCCategoryDecl(ObjCCategoryDecl * D) VisitObjCCategoryDecl() argument 926 VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl * D) VisitObjCCompatibleAliasDecl() argument 932 VisitObjCPropertyDecl(ObjCPropertyDecl * D) VisitObjCPropertyDecl() argument 953 VisitObjCImplDecl(ObjCImplDecl * D) VisitObjCImplDecl() argument 959 VisitObjCCategoryImplDecl(ObjCCategoryImplDecl * D) VisitObjCCategoryImplDecl() argument 965 VisitObjCImplementationDecl(ObjCImplementationDecl * D) VisitObjCImplementationDecl() argument 980 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl * D) VisitObjCPropertyImplDecl() argument 993 VisitFieldDecl(FieldDecl * D) VisitFieldDecl() argument 1026 VisitMSPropertyDecl(MSPropertyDecl * D) VisitMSPropertyDecl() argument 1033 VisitMSGuidDecl(MSGuidDecl * D) VisitMSGuidDecl() argument 1044 VisitUnnamedGlobalConstantDecl(UnnamedGlobalConstantDecl * D) VisitUnnamedGlobalConstantDecl() argument 1050 VisitTemplateParamObjectDecl(TemplateParamObjectDecl * D) VisitTemplateParamObjectDecl() argument 1056 VisitIndirectFieldDecl(IndirectFieldDecl * D) VisitIndirectFieldDecl() argument 1065 VisitVarDecl(VarDecl * D) VisitVarDecl() argument 1166 VisitImplicitParamDecl(ImplicitParamDecl * D) VisitImplicitParamDecl() argument 1171 VisitParmVarDecl(ParmVarDecl * D) VisitParmVarDecl() argument 1218 VisitDecompositionDecl(DecompositionDecl * D) VisitDecompositionDecl() argument 1228 VisitBindingDecl(BindingDecl * D) VisitBindingDecl() argument 1234 VisitFileScopeAsmDecl(FileScopeAsmDecl * D) VisitFileScopeAsmDecl() argument 1241 VisitTopLevelStmtDecl(TopLevelStmtDecl * D) VisitTopLevelStmtDecl() argument 1247 VisitEmptyDecl(EmptyDecl * D) VisitEmptyDecl() argument 1253 VisitLifetimeExtendedTemporaryDecl(LifetimeExtendedTemporaryDecl * D) VisitLifetimeExtendedTemporaryDecl() argument 1263 VisitBlockDecl(BlockDecl * D) VisitBlockDecl() argument 1303 VisitLinkageSpecDecl(LinkageSpecDecl * D) VisitLinkageSpecDecl() argument 1315 VisitExportDecl(ExportDecl * D) VisitExportDecl() argument 1321 VisitLabelDecl(LabelDecl * D) VisitLabelDecl() argument 1328 VisitNamespaceDecl(NamespaceDecl * D) VisitNamespaceDecl() argument 1359 VisitNamespaceAliasDecl(NamespaceAliasDecl * D) VisitNamespaceAliasDecl() argument 1369 VisitUsingDecl(UsingDecl * D) VisitUsingDecl() argument 1380 VisitUsingEnumDecl(UsingEnumDecl * D) VisitUsingEnumDecl() argument 1390 VisitUsingPackDecl(UsingPackDecl * D) VisitUsingPackDecl() argument 1399 VisitUsingShadowDecl(UsingShadowDecl * D) VisitUsingShadowDecl() argument 1417 VisitConstructorUsingShadowDecl(ConstructorUsingShadowDecl * D) VisitConstructorUsingShadowDecl() argument 1425 VisitUsingDirectiveDecl(UsingDirectiveDecl * D) VisitUsingDirectiveDecl() argument 1435 VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl * D) VisitUnresolvedUsingValueDecl() argument 1445 VisitUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl * D) VisitUnresolvedUsingTypenameDecl() argument 1454 VisitUnresolvedUsingIfExistsDecl(UnresolvedUsingIfExistsDecl * D) VisitUnresolvedUsingIfExistsDecl() argument 1459 VisitCXXRecordDecl(CXXRecordDecl * D) VisitCXXRecordDecl() argument 1502 VisitCXXMethodDecl(CXXMethodDecl * D) VisitCXXMethodDecl() argument 1548 VisitCXXConstructorDecl(CXXConstructorDecl * D) VisitCXXConstructorDecl() argument 1564 VisitCXXDestructorDecl(CXXDestructorDecl * D) VisitCXXDestructorDecl() argument 1574 VisitCXXConversionDecl(CXXConversionDecl * D) VisitCXXConversionDecl() argument 1580 VisitImportDecl(ImportDecl * D) VisitImportDecl() argument 1598 VisitAccessSpecDecl(AccessSpecDecl * D) VisitAccessSpecDecl() argument 1604 VisitFriendDecl(FriendDecl * D) VisitFriendDecl() argument 1623 VisitFriendTemplateDecl(FriendTemplateDecl * D) VisitFriendTemplateDecl() argument 1637 VisitTemplateDecl(TemplateDecl * D) VisitTemplateDecl() argument 1644 VisitConceptDecl(ConceptDecl * D) VisitConceptDecl() argument 1651 VisitImplicitConceptSpecializationDecl(ImplicitConceptSpecializationDecl * D) VisitImplicitConceptSpecializationDecl() argument 1659 VisitRequiresExprBodyDecl(RequiresExprBodyDecl * D) VisitRequiresExprBodyDecl() argument 1663 VisitRedeclarableTemplateDecl(RedeclarableTemplateDecl * D) VisitRedeclarableTemplateDecl() argument 1679 VisitClassTemplateDecl(ClassTemplateDecl * D) VisitClassTemplateDecl() argument 1688 VisitClassTemplateSpecializationDecl(ClassTemplateSpecializationDecl * D) VisitClassTemplateSpecializationDecl() argument 1724 VisitClassTemplatePartialSpecializationDecl(ClassTemplatePartialSpecializationDecl * D) VisitClassTemplatePartialSpecializationDecl() argument 1739 VisitVarTemplateDecl(VarTemplateDecl * D) VisitVarTemplateDecl() argument 1748 VisitVarTemplateSpecializationDecl(VarTemplateSpecializationDecl * D) VisitVarTemplateSpecializationDecl() argument 1785 VisitVarTemplatePartialSpecializationDecl(VarTemplatePartialSpecializationDecl * D) VisitVarTemplatePartialSpecializationDecl() argument 1800 VisitFunctionTemplateDecl(FunctionTemplateDecl * D) VisitFunctionTemplateDecl() argument 1808 VisitTemplateTypeParmDecl(TemplateTypeParmDecl * D) VisitTemplateTypeParmDecl() argument 1843 VisitNonTypeTemplateParmDecl(NonTypeTemplateParmDecl * D) VisitNonTypeTemplateParmDecl() argument 1878 VisitTemplateTemplateParmDecl(TemplateTemplateParmDecl * D) VisitTemplateTemplateParmDecl() argument 1907 VisitTypeAliasTemplateDecl(TypeAliasTemplateDecl * D) VisitTypeAliasTemplateDecl() argument 1912 VisitStaticAssertDecl(StaticAssertDecl * D) VisitStaticAssertDecl() argument 1931 getFirstLocalDecl(const Decl * D) getFirstLocalDecl() argument 1949 VisitRedeclarable(Redeclarable<T> * D) VisitRedeclarable() argument 2007 VisitHLSLBufferDecl(HLSLBufferDecl * D) VisitHLSLBufferDecl() argument 2018 VisitOMPThreadPrivateDecl(OMPThreadPrivateDecl * D) VisitOMPThreadPrivateDecl() argument 2024 VisitOMPAllocateDecl(OMPAllocateDecl * D) VisitOMPAllocateDecl() argument 2030 VisitOMPRequiresDecl(OMPRequiresDecl * D) VisitOMPRequiresDecl() argument 2036 VisitOMPDeclareReductionDecl(OMPDeclareReductionDecl * D) VisitOMPDeclareReductionDecl() argument 2054 VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl * D) VisitOMPDeclareMapperDecl() argument 2062 VisitOMPCapturedExprDecl(OMPCapturedExprDecl * D) VisitOMPCapturedExprDecl() argument 2684 isRequiredDecl(const Decl * D,ASTContext & Context,Module * WritingModule) isRequiredDecl() argument 2716 WriteDecl(ASTContext & Context,Decl * D) WriteDecl() argument [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/ |
H A D | Makefile.am | 3 %D%/assert.h \ 4 %D%/atomic.h \ 5 %D%/libgen.h \ 6 %D%/libshare.h \ 7 %D%/statcommon.h \ 8 %D%/stdlib.h \ 9 %D%/string.h \ 10 %D%/umem.h \ 11 %D%/unistd.h \ 12 %D%/zone.h [all …]
|
/freebsd-src/contrib/lua/src/ |
H A D | luac.c | 185 FILE* D= (output==NULL) ? stdout : fopen(output,"wb"); in pmain() local 186 if (D==NULL) cannot("open"); in pmain() 188 luaU_dump(L,f,writer,D,stripping); in pmain() 190 if (ferror(D)) cannot("write"); in pmain() 191 if (fclose(D)) cannot("close"); in pmain() 258 if (isprint(c)) printf("%c",c); else printf("\\%03d",c); in PrintString() 288 printf("?%d",ttypetag(o)); in PrintType() 324 printf("?%d",ttypetag(o)); in PrintConstant() 352 printf("\t%d\t",pc+1); in PrintCode() 353 if (line>0) printf("[%d]\t",line); else printf("[-]\t"); in PrintCode() [all …]
|
H A D | ldump.c | 36 #define dumpVector(D,v,n) dumpBlock(D,v,(n)*sizeof((v)[0])) argument 38 #define dumpLiteral(D, s) dumpBlock(D,s,sizeof(s) - sizeof(char)) argument 41 static void dumpBlock (DumpState *D, const void *b, size_t size) { in dumpBlock() argument 42 if (D->status == 0 && size > 0) { in dumpBlock() 43 lua_unlock(D->L); in dumpBlock() 44 D->status = (*D->writer)(D->L, b, size, D->data); in dumpBlock() 45 lua_lock(D->L); in dumpBlock() 50 #define dumpVar(D,x) dumpVector(D,&x,1) argument 53 static void dumpByte (DumpState *D, int y) { in dumpByte() argument 55 dumpVar(D, x); in dumpByte() [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 21 #define TRY_DECL(D,CALL_EXPR) \ argument 23 if (!IndexCtx.shouldIndex(D)) return true; \ 45 bool VisitDecl(const Decl *D) { in VisitDecl() argument 79 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined() argument 81 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined() 82 D->isInstanceMethod()); in hasUserDefined() 88 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator() argument 91 if (!Parent) Parent = D; in handleDeclarator() 93 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent, in handleDeclarator() 96 IndexCtx.indexNestedNameSpecifierLoc(D in handleDeclarator() 139 handleObjCMethod(const ObjCMethodDecl * D,const ObjCPropertyDecl * AssociatedProp=nullptr) handleObjCMethod() argument 205 gatherTemplatePseudoOverrides(const NamedDecl * D,SmallVectorImpl<SymbolRelation> & Relations) gatherTemplatePseudoOverrides() argument 243 VisitFunctionDecl(const FunctionDecl * D) VisitFunctionDecl() argument 305 VisitVarDecl(const VarDecl * D) VisitVarDecl() argument 314 VisitDecompositionDecl(const DecompositionDecl * D) VisitDecompositionDecl() argument 320 VisitFieldDecl(const FieldDecl * D) VisitFieldDecl() argument 332 VisitObjCIvarDecl(const ObjCIvarDecl * D) VisitObjCIvarDecl() argument 342 VisitMSPropertyDecl(const MSPropertyDecl * D) VisitMSPropertyDecl() argument 348 VisitEnumConstantDecl(const EnumConstantDecl * D) VisitEnumConstantDecl() argument 354 VisitTypedefNameDecl(const TypedefNameDecl * D) VisitTypedefNameDecl() argument 364 VisitTagDecl(const TagDecl * D) VisitTagDecl() argument 407 VisitObjCInterfaceDecl(const ObjCInterfaceDecl * D) VisitObjCInterfaceDecl() argument 438 VisitObjCProtocolDecl(const ObjCProtocolDecl * D) VisitObjCProtocolDecl() argument 451 VisitObjCImplementationDecl(const ObjCImplementationDecl * D) VisitObjCImplementationDecl() argument 477 VisitObjCCategoryDecl(const ObjCCategoryDecl * D) VisitObjCCategoryDecl() argument 497 VisitObjCCategoryImplDecl(const ObjCCategoryImplDecl * D) VisitObjCCategoryImplDecl() argument 513 VisitObjCMethodDecl(const ObjCMethodDecl * D) VisitObjCMethodDecl() argument 523 VisitObjCPropertyDecl(const ObjCPropertyDecl * D) VisitObjCPropertyDecl() argument 538 VisitObjCPropertyImplDecl(const ObjCPropertyImplDecl * D) VisitObjCPropertyImplDecl() argument 592 VisitNamespaceDecl(const NamespaceDecl * D) VisitNamespaceDecl() argument 598 VisitNamespaceAliasDecl(const NamespaceAliasDecl * D) VisitNamespaceAliasDecl() argument 606 VisitUsingDecl(const UsingDecl * D) VisitUsingDecl() argument 626 VisitUsingDirectiveDecl(const UsingDirectiveDecl * D) VisitUsingDirectiveDecl() argument 642 VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl * D) VisitUnresolvedUsingValueDecl() argument 651 VisitUnresolvedUsingTypenameDecl(const UnresolvedUsingTypenameDecl * D) VisitUnresolvedUsingTypenameDecl() argument 661 VisitClassTemplateSpecializationDecl(const ClassTemplateSpecializationDecl * D) VisitClassTemplateSpecializationDecl() argument 682 shouldIndexTemplateParameterDefaultValue(const NamedDecl * D) shouldIndexTemplateParameterDefaultValue() argument 721 VisitTemplateDecl(const TemplateDecl * D) VisitTemplateDecl() argument 735 VisitConceptDecl(const ConceptDecl * D) VisitConceptDecl() argument 743 VisitFriendDecl(const FriendDecl * D) VisitFriendDecl() argument 761 VisitImportDecl(const ImportDecl * D) VisitImportDecl() argument 765 VisitStaticAssertDecl(const StaticAssertDecl * D) VisitStaticAssertDecl() argument 775 indexDecl(const Decl * D) indexDecl() argument 800 indexTopLevelDecl(const Decl * D) indexTopLevelDecl() argument [all...] |
/freebsd-src/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 1 printf("sizeof(union req_data_u_tag) = %d\n", 3 printf("offsetof(u32) = %d\n", 5 printf("offsetof(data) = %d\n", 9 printf("sizeof(struct req_pkt) = %d\n", 11 printf("offsetof(rm_vn_mode) = %d\n", 13 printf("offsetof(auth_seq) = %d\n", 15 printf("offsetof(implementation) = %d\n", 17 printf("offsetof(request) = %d\n", 19 printf("offsetof(err_nitems) = %d\n", 21 printf("offsetof(mbz_itemsize) = %d\n", [all …]
|
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/types/ |
H A D | Makefile | 8 err.D_CAST_INVAL.badcast.d \ 9 err.D_CG_DYN.ResultDynType.d \ 10 err.D_CHR_OFLOW.charconst.d \ 11 err.D_DECL_BADCLASS.bad.d \ 12 err.D_DECL_CHARATTR.badtype3.d \ 13 err.D_DECL_COMBO.badtype4.d \ 14 err.D_DECL_COMBO.badtype5.d \ 15 err.D_DECL_ENCONST.badeval.d \ 16 err.D_DECL_ENOFLOW.enoflow.d \ 17 err.D_DECL_ENOFLOW.enuflow.d \ [all …]
|
/freebsd-src/cddl/lib/libdtrace/ |
H A D | socket.d | 29 #pragma D depends_on module kernel 34 #pragma D binding "1.13" SO_DEBUG 36 #pragma D binding "1.13" SO_ACCEPTCONN 38 #pragma D binding "1.13" SO_REUSEADDR 40 #pragma D binding "1.13" SO_KEEPALIVE 42 #pragma D binding "1.13" SO_DONTROUTE 44 #pragma D binding "1.13" SO_BROADCAST 46 #pragma D binding "1.13" SO_USELOOPBACK 48 #pragma D binding "1.13" SO_LINGER 50 #pragma D binding "1.13" SO_OOBINLINE [all …]
|
H A D | errno.d | 31 #pragma D binding "1.0" EPERM 33 #pragma D binding "1.0" ENOENT 35 #pragma D binding "1.0" ESRCH 37 #pragma D binding "1.0" EINTR 39 #pragma D binding "1.0" EIO 41 #pragma D binding "1.0" ENXIO 43 #pragma D binding "1.0" E2BIG 45 #pragma D binding "1.0" ENOEXEC 47 #pragma D binding "1.0" EBADF 49 #pragma D binding "1.0" ECHILD [all …]
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | Makefile.am | 4 scripts_zfs_tests_bin_PROGRAMS = %D%/chg_usr_exec 5 scripts_zfs_tests_bin_PROGRAMS += %D%/clonefile 6 scripts_zfs_tests_bin_PROGRAMS += %D%/clone_mmap_cached 7 scripts_zfs_tests_bin_PROGRAMS += %D%/clone_mmap_write 8 scripts_zfs_tests_bin_PROGRAMS += %D%/cp_files 9 scripts_zfs_tests_bin_PROGRAMS += %D%/ctime 10 scripts_zfs_tests_bin_PROGRAMS += %D%/dir_rd_update 11 scripts_zfs_tests_bin_PROGRAMS += %D%/dosmode_readonly_write 12 scripts_zfs_tests_bin_PROGRAMS += %D%/get_diff 13 scripts_zfs_tests_bin_PROGRAMS += %D [all...] |
/freebsd-src/crypto/openssl/crypto/ripemd/ |
H A D | rmd_dgst.c | 33 c->D = RIPEMD160_D; in RIPEMD160_Init() 45 register unsigned MD32_REG_T A, B, C, D, E; in ripemd160_block_data_order() local 46 unsigned MD32_REG_T a, b, c, d, e, l; in ripemd160_block_data_order() local 62 D = ctx->D; in ripemd160_block_data_order() 69 RIP1(A, B, C, D, E, WL00, SL00); in ripemd160_block_data_order() 72 RIP1(E, A, B, C, D, WL01, SL01); in ripemd160_block_data_order() 75 RIP1(D, E, A, B, C, WL02, SL02); in ripemd160_block_data_order() 78 RIP1(C, D, E, A, B, WL03, SL03); in ripemd160_block_data_order() 81 RIP1(B, C, D, E, A, WL04, SL04); in ripemd160_block_data_order() 84 RIP1(A, B, C, D, E, WL05, SL05); in ripemd160_block_data_order() [all …]
|
/freebsd-src/sys/crypto/openssl/aarch64/ |
H A D | ghashv8-armx.S | 12 ld1 {v17.2d},[x1] //load input H 14 shl v19.2d,v19.2d,#57 //0xc2.0 16 ushr v18.2d,v19.2d,#63 19 ushr v18.2d,v3.2d,#63 22 shl v3.2d,v3.2d,#1 27 st1 {v20.2d},[x0],#16 //store Htable[0] 31 pmull v0.1q,v20.1d,v20.1d 33 pmull2 v2.1q,v20.2d,v20.2d 34 pmull v1.1q,v16.1d,v16.1d 40 pmull v18.1q,v0.1d,v19.1d //1st phase [all …]
|
/freebsd-src/cddl/usr.sbin/dtrace/tests/common/printf/ |
H A D | Makefile | 8 err.D_PRINTF_AGG_CONV.aggfmt.d \ 9 err.D_PRINTF_ARG_EXTRA.toomany.d \ 10 err.D_PRINTF_ARG_EXTRA.widths.d \ 11 err.D_PRINTF_ARG_FMT.badfmt.d \ 12 err.D_PRINTF_ARG_PROTO.novalue.d \ 13 err.D_PRINTF_ARG_TYPE.aggarg.d \ 14 err.D_PRINTF_ARG_TYPE.recursive.d \ 15 err.D_PRINTF_DYN_PROTO.noprec.d \ 16 err.D_PRINTF_DYN_PROTO.nowidth.d \ 17 err.D_PRINTF_DYN_TYPE.badprec.d \ [all …]
|
/freebsd-src/share/man/man4/ |
H A D | mlx.4 | 92 .It mlx%d: controller initialisation in progress... 93 .It mlx%d: initialisation complete 96 .It mlx%d: physical drive %d:%d not responding 100 .It mlx%d: spinning up drives... 103 .It mlx%d: configuration checksum error 106 .It mlx%d: mirror race recovery in progress 107 .It mlx%d: mirror race on a critical system drive 108 .It mlx%d [all...] |
/freebsd-src/sys/geom/ |
H A D | geom_bsd_enc.c | 56 bsd_partition_le_dec(u_char *ptr, struct partition *d) in bsd_partition_le_dec() argument 58 d->p_size = le32dec(ptr + 0); in bsd_partition_le_dec() 59 d->p_offset = le32dec(ptr + 4); in bsd_partition_le_dec() 60 d->p_fsize = le32dec(ptr + 8); in bsd_partition_le_dec() 61 d->p_fstype = ptr[12]; in bsd_partition_le_dec() 62 d->p_frag = ptr[13]; in bsd_partition_le_dec() 63 d->p_cpg = le16dec(ptr + 14); in bsd_partition_le_dec() 67 bsd_disklabel_le_dec(u_char *ptr, struct disklabel *d, int maxpart) in bsd_disklabel_le_dec() argument 73 d->d_magic = le32dec(ptr + 0); in bsd_disklabel_le_dec() 74 if (d->d_magic != DISKMAGIC) in bsd_disklabel_le_dec() [all …]
|