| /freebsd/sys/contrib/openzfs/scripts/ |
| H A D | kmodtool | 83 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 108 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 109 Provides: kmod-${kmodname}-xen = %{?epoch:%{epoch}:}%{version}-%{release} 110 Provides: kmod-${kmodname}-smp = %{?epoch:%{epoch}:}%{version}-%{release} 111 Provides: kmod-${kmodname}-PAE = %{?epoch:%{epoch}:}%{version}-%{release} 152 Provides: kernel-modules-for-kernel = ${kernel_uname_r} 153 Provides: kmod-${kmodname}-uname-r = ${kernel_uname_r} 154 Provides: ${kmodname}-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 231 Provides: ${kmodname}-devel-kmod = %{?epoch:%{epoch}:}%{version}-%{release} 277 Provides: kernel-objects-for-kernel = ${kernel_uname_r} [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | RuntimeLibcallsEmitter.cpp | 136 const RuntimeLibcall *Provides = nullptr; member in __anonf9119db00211::RuntimeLibcallImpl 146 Provides = ProvideMap.lookup(ProvidesDef); in RuntimeLibcallImpl() 157 const RuntimeLibcall *getProvides() const { return Provides; } in getProvides() 179 Provides->emitEnumEntry(OS); in emitSetImplCall() 187 Provides->emitEnumEntry(OS); in emitTableEntry() 253 const RuntimeLibcall *Provides = LibCallImpl.getProvides(); in RuntimeLibcallEmitter() local 254 if (!Provides) in RuntimeLibcallEmitter() 257 LibCallToDefaultImpl[Provides] = &LibCallImpl; in RuntimeLibcallEmitter() 352 const RuntimeLibcall *Provides = LibCallImpl.getProvides(); in emitGetInitRuntimeLibcallNames() local 354 Provides->emitEnumEntry(OS); in emitGetInitRuntimeLibcallNames()
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | unavailable-provider.pc | 7 Description: Provides an otherwise unavailable package 9 Provides: unavailable = 1.2.3
|
| H A D | provides.pc | 6 Provides: provides-test-foo = 1.0.0, provides-test-bar > 1.1.0, provides-test-baz >= 1.1.0, provide…
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 102 Rule.Provides = Provided; in getP1689ModuleDependencyFile() 103 if (Rule.Provides) in getP1689ModuleDependencyFile() 104 Rule.Provides->SourcePath = Filename.str(); in getP1689ModuleDependencyFile()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 678 if (R.Provides) { in printDependencies() 679 Array Provides; in printDependencies() local 680 Object Provided{{"logical-name", R.Provides->ModuleName}, in printDependencies() 681 {"source-path", R.Provides->SourcePath}, in printDependencies() 682 {"is-interface", R.Provides->IsStdCXXModuleInterface}}; in printDependencies() 683 Provides.push_back(std::move(Provided)); in printDependencies() 684 O.insert({"provides", std::move(Provides)}); in printDependencies() 716 if (R.Provides && !R.Provides->SourcePath.empty()) in addSourcePathsToRequires() 717 ModuleSourceMapper[R.Provides->ModuleName] = R.Provides->SourcePath; in addSourcePathsToRequires()
|
| /freebsd/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 57 ## @libraryclass Provides most usb APIs to support the Hid requests defined in Usb Hid 1.1 spec 62 ## @libraryclass Provides a service to retrieve a pointer to the EFI Runtime Services Table. 66 ## @libraryclass Provides library functions for each of the UEFI Runtime Services. 70 ## @libraryclass Provides library functions for common UEFI operations. 81 ## @libraryclass Provides a service to retrieve a pointer to the EFI Boot Services Table. 88 ## @libraryclass Provides calibrated delay and performance counter services. 91 ## @libraryclass Provides library functions to access SMBUS devices. 95 …## @libraryclass Provides the functions to submit Scsi commands defined in SCSI-2 specification … 98 ## @libraryclass Provides a service to publish discovered system resources. 101 ## @libraryclass Provides services to log status code records. [all …]
|
| /freebsd/contrib/libpcap/ChmodBPF/ |
| H A D | StartupParameters.plist | 3 Provides = ("ChmodBPF");
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | kadm5clnt.m4 | 4 dnl library. Provides the --with-kadm5clnt, --with-kadm5clnt-include, and 10 dnl Provides the macros RRA_LIB_KADM5CLNT and RRA_LIB_KADM5CLNT_OPTIONAL and
|
| H A D | krb5-pkinit.m4 | 4 dnl relevant to PKINIT support. Provides the macro:
|
| H A D | lib-depends.m4 | 1 dnl Provides option to change library probes.
|
| H A D | cc-flags.m4 | 3 dnl Provides RRA_PROG_CC_FLAG and RRA_PROG_LD_FLAG, which checks whether a 8 dnl Provides RRA_PROG_CC_WARNINGS_FLAGS, which checks whether a compiler
|
| H A D | krb5.m4 | 4 dnl Provides the --with-krb5, --with-krb5-include, and --with-krb5-lib 9 dnl Provides the macro RRA_LIB_KRB5 and sets the substitution variables 26 dnl Provides the RRA_LIB_KRB5_OPTIONAL macro, which should be used if Kerberos
|
| /freebsd/sys/contrib/openzfs/contrib/debian/ |
| H A D | control.modules.in | 16 Provides: openzfs-zfs-modules
|
| H A D | control | 69 Provides: libnvpair-dev 182 Provides: openzfs-zfs-modules 246 Provides: openzfsutils
|
| /freebsd/contrib/googletest/ |
| H A D | fake_fuchsia_sdk.bzl | 1 """Provides a fake @fuchsia_sdk implementation that's used when the real one isn't available.
|
| /freebsd/contrib/googletest/googlemock/ |
| H A D | README.md | 18 - Provides a declarative syntax for defining mocks.
|
| /freebsd/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 123 Provides: %{name}-kmod-common = %{version}-%{release} 233 Provides: libzpool7-devel = %{version}-%{release} 234 Provides: libnvpair3-devel = %{version}-%{release}
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 204 // LEON 3 FT (UT699). Provides features for the UT699 processor 209 // LEON3 FT (GR712RC). Provides features for the GR712RC processor.
|
| /freebsd/sys/powerpc/conf/ |
| H A D | MPC85XX | 35 options GEOM_LABEL # Provides labelization
|
| H A D | QORIQ64 | 44 options GEOM_LABEL #Provides labelization
|
| /freebsd/crypto/openssh/contrib/suse/ |
| H A D | openssh.spec | 26 Provides: ssh 44 Provides: openssh:${_libdir}/ssh/ssh-askpass
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 81 std::optional<P1689ModuleInfo> Provides; member
|
| /freebsd/sys/contrib/libsodium/m4/ |
| H A D | ax_tls.m4 | 11 # Provides a test for the compiler support of thread local storage (TLS)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcallsImpl.td | 59 RuntimeLibcall Provides = P;
|