Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dprovider.c69 int major, minor, patch; member
99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq()
109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ne()
119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_le()
132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt()
145 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_gt()
158 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ge()
174 int major, minor, patch, r; in fips_provider_version_match() local
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm.c70 typedef struct patch { struct
72 int patch_func; argument
75 u_int skip_patch; argument
78 STAILQ_HEAD(patch_list, patch) patches; argument
495 emit_patch(scope_t *scope, int patch) in emit_patch()
H A Daic7xxx_seq.h1093 static const struct patch { struct
1094 ahc_patch_func_t *patch_func; argument
1097 skip_patch :12; argument
H A Daic79xx_seq.h981 static const struct patch { struct
982 ahd_patch_func_t *patch_func; argument
985 skip_patch :12; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DDemangleConfig.h36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
/netbsd-src/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dcompat_level.c158 long major, minor, patch, res = 0; variable
226 long patch; variable
H A Dmail_version.h83 int patch; /* null */ member
/netbsd-src/sys/arch/sparc/stand/boot/
H A Dprompatch.c47 const char *patch; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Dbios.h24 u8 patch; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h60 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
64 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
67 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Duv-compat.h26 #define UV_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc284 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { in ThreadDescriptorSize() local
170 GetLibcVersion(int * major,int * minor,int * patch) GetLibcVersion() argument
227 CmpLibcVersion(int major,int minor,int patch) CmpLibcVersion() argument
H A Dsanitizer_linux_s390.cc125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c49 #define SLAP_OVER_VERSION_REQUIRE(major,minor,patch) \ argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dinit.c422 int major, minor, patch, ver; in mdb_back_initialize() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux_s390.cpp125 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux_s390.cc123 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst74 .. _patch: target
/netbsd-src/sys/dev/ic/
H A Doplvar.h39 const struct opl_operators *patch; member
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dpatch.c73 patch (int argc, char **argv) in patch() function
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dprocess.c414 unsigned patch; in uv__spawn_init_can_use_setsid() local
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dlist.c127 unsigned int patch = ver / 10U; in xz_ver_to_str() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp61 void patch(PatchItem *P, int NItems) { in patch() function in llvm::ProfOStream

12