Home
last modified time | relevance | path

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

12

/freebsd-src/crypto/openssl/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
/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm.c66 typedef struct patch { struct
68 int patch_func; argument
71 u_int skip_patch; argument
74 STAILQ_HEAD(patch_list, patch) patches; argument
488 emit_patch(scope_t *scope, int patch) in emit_patch()
/freebsd-src/contrib/llvm-project/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
/freebsd-src/sys/dev/aic7xxx/
H A Daic79xx_seq.h1030 static struct patch { struct
1031 ahd_patch_func_t *patch_func; argument
1034 skip_patch :12; argument
H A Daic7xxx_seq.h1084 static struct patch { struct
1085 ahc_patch_func_t *patch_func; argument
1088 skip_patch :12; argument
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/freebsd-src/contrib/libcbor/misc/
H A Dupdate_version.py15 major, minor, patch = version.split('.') variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp175 GetLibcVersion(int * major,int * minor,int * patch) GetLibcVersion() argument
206 int major, minor, patch; InitTlsSize() local
234 int patch; ThreadDescriptorSizeFallback() local
276 int patch; ThreadDescriptorSizeFallback() local
H A Dsanitizer_linux_s390.cpp124 unsigned int major, minor, patch = 0; in FixedCVE_2016_2143() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h61 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
65 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
68 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/freebsd-src/tools/tools/locale/
H A DMakefile143 patch:: target
/freebsd-src/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c382 for (struct pin_patch_t *patch = pin_patches; patch->type; patch++) { hdac_pin_patch() local
[all...]
H A Dpin_patch.h101 } patch; member
/freebsd-src/sys/dev/sym/
H A Dsym_fw.h150 void (*patch)(struct sym_hcb *); member
/freebsd-src/sys/arm/include/
H A Dcpuinfo.h92 int patch; member
/freebsd-src/sys/dev/qat/qat_common/
H A Dadf_freebsd_admin.c311 u8 *patch) in adf_get_fw_status()
/freebsd-src/sys/dev/sound/pcm/
H A Dac97.c80 ac97_patch patch; global() member
/freebsd-src/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c650 u8 *patch) in adf_get_fw_status()
/freebsd-src/sys/sys/
H A Dcdio.h165 u_char patch[4]; /* one for each channel */ member
H A Dsoundcard.h532 struct patch_info patch; global() member
1410 SEQ_SET_PATCH(dev,chn,patch) global() argument
[all...]
/freebsd-src/contrib/xz/src/xz/
H A Dlist.c327 unsigned int patch = ver / 10U; in xz_ver_to_str() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp63 // For raw_string_ostream, the patch is done on the target string in patch() function in llvm::ProfOStream
/freebsd-src/sys/dev/ice/
H A Dice_common.c6165 ice_is_fw_api_min_ver(struct ice_hw * hw,u8 maj,u8 min,u8 patch) ice_is_fw_api_min_ver() argument
6190 ice_is_fw_min_ver(struct ice_hw * hw,u8 branch,u8 maj,u8 min,u8 patch) ice_is_fw_min_ver() argument
/freebsd-src/contrib/processor-trace/libipt/include/
H A Dintel-pt.h97 uint16_t patch; member
H A Dintel-pt.h.in97 uint16_t patch; member

12