Searched refs:ver (Results 176 - 200 of 266) sorted by relevance

1234567891011

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_combios.c1416 uint8_t ver; local
1421 ver = RBIOS8(tmds_info);
1422 DRM_DEBUG_KMS("DFP table revision: %d\n", ver);
1423 if (ver == 3) {
1436 } else if (ver == 4) {
1492 uint8_t ver; local
1505 ver = RBIOS8(offset);
1506 DRM_DEBUG_KMS("External TMDS Table revision: %d\n", ver);
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_api.c1136 * @ver: driver version number to be sent to firmware
1141 u8 ver, u16 len, char *driver_ver)
1144 build, ver, len, driver_ver),
1140 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, u8 ver, u16 len, char *driver_ver) argument
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c71 #include <machine/ver.h>
679 cpu_impl = VER_IMPL(rdpr(ver));
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_lib.c979 tmp_gencb->ver = 1;
989 tmp_gencb->ver = 2;
H A Dbn_local.h256 unsigned int ver; /* To handle binary (in)compatibility */ member in struct:bn_gencb_st
259 /* if (ver==1) - handles old style callbacks */
261 /* if (ver==2) - new callback style */
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c374 int ver, val; local
376 ver = wpa_auth_sta_wpa_version(sta->wpa_sm);
378 suite = wpa_cipher_to_suite(ver, val);
772 u8 ver = hapd->conf->hs20_release - 1; local
776 &ver, 1)) {
/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_com.c1665 u32 ver; local
1672 ver = ena_com_reg_bar_read32(ena_dev, ENA_REGS_VERSION_OFF);
1676 if (unlikely((ver == ENA_MMIO_READ_TIMEOUT) ||
1683 (ver & ENA_REGS_VERSION_MAJOR_VERSION_MASK) >>
1685 ver & ENA_REGS_VERSION_MINOR_VERSION_MASK);
/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_pipe.c1203 hw->active_pkg_ver = pkg_info->pkg_info[i].ver;
1220 i, pkg_info->pkg_info[i].ver.major,
1221 pkg_info->pkg_info[i].ver.minor,
1222 pkg_info->pkg_info[i].ver.update,
1223 pkg_info->pkg_info[i].ver.draft,
1419 pkg->pkg_info[i].ver.major ||
1421 pkg->pkg_info[i].ver.minor) {
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme.h949 uint32_t ver; member in struct:nvme_controller_data
1776 s->ver = le32toh(s->ver);
/freebsd-12-stable/sys/x86/x86/
H A Dlocal_apic.c489 uint32_t ver; local
583 ver = lapic_read32(LAPIC_VERSION);
584 if ((ver & APIC_VER_EOI_SUPPRESSION) != 0) {
/freebsd-12-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1546 typeset ver
1549 for ver in $unsupported_vers; do
1550 [[ "$cur_ver" == "$ver" ]] && return 0
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_ciph.c1639 const char *ver; local
1659 ver = ssl_protocol_to_string(cipher->min_tls);
1832 BIO_snprintf(buf, len, format, cipher->name, ver, kx, au, enc, mac);
/freebsd-12-stable/crypto/openssh/
H A Dsshd.c988 u_char *cp, ver; local
998 if ((r = sshbuf_get_u8(m, &ver)) != 0)
1000 if (ver != 0)
/freebsd-12-stable/contrib/wpa/src/common/
H A Dwpa_common.h345 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver,
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_drv.h331 uint8_t ver; /* HB1 */ member in struct:dip_infoframe
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_fcp.h112 ver:2, member in struct:fc_vft_header_s
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h634 extern ar9300_eeprom_t *ar9300_eeprom_struct_default_find_by_id(int ver);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dnexus.c56 #include <machine/ver.h>
/freebsd-12-stable/crypto/openssl/
H A DConfigure1554 my $ver = $ma*10000 + $mi1*100 + $mi2;
1555 if ($ver < $minver) {
1576 my $ver = $ma*100 + $mi;
1577 if ($sysstr eq 'OpenBSD' && $ver >= $maxver) {
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl70 my $ver = $2 + $3/100.0; # 3.1->3.01, 3.10->3.10
71 $avx = ($ver>=3.0) + ($ver>=3.01);
72 $addx = ($ver>=3.03);
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl94 my $ver = $2 + $3/100.0; # 3.1->3.01, 3.10->3.10
95 $addx = ($ver>=3.03);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp295 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func)
299 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION(func)
305 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2213 #define COMMON_INTERCEPT_FUNCTION_VER(name, ver) \
2214 INTERCEPT_FUNCTION_VER(name, ver)
/freebsd-12-stable/contrib/gcc/
H A Dtree-vrp.c449 unsigned ver = SSA_NAME_VERSION (var); local
455 vr = vr_value[ver];
460 vr_value[ver] = vr = XNEW (value_range_t);
548 unsigned ver = SSA_NAME_VERSION (var); local
549 value_range_t *vr = vr_value[ver];
551 bitmap_set_bit (equiv, ver);
/freebsd-12-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec1 %define ver 7.9p1
80 Version: %{ver}
434 - Add 'dist' option to 'ver' so package names reflect OS at build time
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2116 if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ver.num.minor, fw_info.ver.num.rev, fw_info.ver.num.eng) < 0)
2118 switch (fw_info.ver.image_id) {
2132 offset += ecore_dump_num_param(dump_buf + offset, dump, "fw-timestamp", fw_info.ver.timestamp);
4933 enum dbg_status ecore_dbg_set_app_ver(u32 ver) argument
4935 if (ver < TOOLS_VERSION)
4938 s_app_ver = ver;

Completed in 372 milliseconds

1234567891011