Searched refs:ver (Results 201 - 225 of 266) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c4216 apr_uint64_t ver;
4280 &ver, &caplist, &client_url,
4283 if (ver != 2)
4287 " (supported versions: [2])", ver);
4408 ver, cap_log->data,
4215 apr_uint64_t ver; local
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1119 int ver; local
1135 ver = 0;
1137 ver = 2;
1272 uuari->ver = ver;
/freebsd-12-stable/contrib/wpa/src/common/
H A Dwpa_common.c177 * @ver: Key descriptor version (WPA_KEY_INFO_TYPE_*)
192 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, argument
203 switch (ver) {
317 "WPA: EAPOL-Key MIC algorithm not known (ver=%d)",
318 ver);
/freebsd-12-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c289 elf_version_str(unsigned int ver) argument
293 switch (ver) {
297 snprintf(s_ver, sizeof(s_ver), "<unknown: %#x>", ver);
1529 PRT("size type bind oth ver shndx name\n");
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl79 my $ver = $2 + $3/100.0; # 3.1->3.01, 3.10->3.10
80 $addx = ($ver>=3.03);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1497 "OpenSSL: session ver=0x%x content_type=%d",
1503 wpa_printf(MSG_DEBUG, "OpenSSL: %s ver=0x%x content_type=%d (%s/%s)",
4068 const char *ver; local
4081 ver = SSL_get_version(ssl);
4083 if (!ver || !sess)
4108 if (os_strcmp(ver, "TLSv1.2") == 0) {
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c299 u_char ver; member in struct:mru_tag
2495 (int)add->mode, (int)add->ver, (u_int)add->rs,
2853 mon->ver = PKT_VERSION(mv);
3294 (int)recent->mode, (int)recent->ver,
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwnvar.h824 uint8_t ver; member in struct:bwn_fwhdr
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h234 u32 ver; member in struct:mlx5_uuar_info
/freebsd-12-stable/sys/dev/txp/
H A Dif_txp.c264 uint8_t eaddr[ETHER_ADDR_LEN], *ver; local
388 ver = (uint8_t *)(rsp + 1);
395 ver[25] = '\0';
398 p2 >> 24, (p2 >> 12) & 0xFFF, p2 & 0xFFF, ver);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Diommu.c107 #include <machine/ver.h>
H A Dmp_machdep.c97 #include <machine/ver.h>
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_run.c786 uint32_t ver; local
814 if (run_read(sc, RT2860_ASIC_VER_ID, &ver) != 0) {
818 if (ver != 0 && ver != 0xffffffff)
828 sc->mac_ver = ver >> 16;
829 sc->mac_rev = ver & 0xffff;
1304 device_printf(sc->sc_dev, "firmware %s ver. %u.%u loaded\n",
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c1048 u16 ver = key_info & WPA_KEY_INFO_TYPE_MASK; local
1053 ver != WPA_KEY_INFO_TYPE_AES_128_CMAC) {
1064 ver != WPA_KEY_INFO_TYPE_HMAC_SHA1_AES) {
1074 ver != WPA_KEY_INFO_TYPE_AKM_DEFINED) {
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_ctrlr.c800 if (ctrlr->cdata.ver >= NVME_REV(1, 2))
/freebsd-12-stable/gnu/lib/libstdc++/
H A DMakefile627 ${VERSION_MAP}: ${SRCDIR}/config/abi/pre/gnu.ver .NOMETA
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl76 my $ver = $2 + $3/100.0; # 3.1->3.01, 3.10->3.10
77 $avx = ($ver>=3.0) + ($ver>=3.01);
78 $addx = ($ver>=3.03);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1893 u32 ver; member in struct:drv_ver_info_stc
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3605 uint8_t ver = objectFiles[0]->abiVersion; local
3607 if (file->abiVersion != ver)
3609 return ver;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c802 uint64_t ver; local
805 VERIFY(nvpair_value_uint64(elem, &ver) == 0);
808 ver = SPA_VERSION_FEATURES;
813 if (ver == spa_version(spa))
823 spa_sync_version, &ver,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1035 u_longlong_t ver; local
1037 ver = strtoull(propval, &end, 10);
1039 ver < SPA_VERSION_FEATURES) {
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c591 snprintf(sc->sc_fwver, sizeof(sc->sc_fwver), "%u.%u (API ver %u)",
592 IWM_UCODE_MAJOR(le32toh(uhdr->ver)),
593 IWM_UCODE_MINOR(le32toh(uhdr->ver)),
594 IWM_UCODE_API(le32toh(uhdr->ver)));
6318 "hw rev 0x%x, fw ver %s, address %s\n",
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsrconv.c363 hd.ver = "0200"; /* Version 2.00 */
/freebsd-12-stable/contrib/gperf/
H A Dconfigure2171 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
/freebsd-12-stable/contrib/gperf/doc/
H A Dconfigure2214 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )

Completed in 382 milliseconds

1234567891011