| /f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 59 def __init__(self, version, rid, platform): argument 64 self.tempdir = os.path.join(version.tempdir, rid) 83 def __init__(self, version, rid, codename): argument 107 def __init__(self, version, rid, docker_image): argument 143 def __init__(self, version, filename): argument 182 version = Version(m.group(2), m.group(0)) 192 f.write('all: {0}\n'.format(version.pkgfile)) 209 f.write('{0}: {1}\n'.format(version.projfile, version.propsfile)) 213 …'<Import Project="{0}" />'.format(os.path.relpath(version.propsfile, os.path.dirname(version.projf… 220 f.write('{0}:'.format(version.pkgfile)) [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_sequence.h | 52 unsigned int version; in ck_sequence_read_begin() local 55 version = ck_pr_load_uint(&sq->sequence); in ck_sequence_read_begin() 61 if (CK_CC_LIKELY((version & 1) == 0)) in ck_sequence_read_begin() 73 return version; in ck_sequence_read_begin() 77 ck_sequence_read_retry(const struct ck_sequence *sq, unsigned int version) in ck_sequence_read_retry() argument 85 return ck_pr_load_uint(&sq->sequence) != version; in ck_sequence_read_retry() 88 #define CK_SEQUENCE_READ(seqlock, version) \ argument 89 for (*(version) = 1; \ 90 (*(version) != 0) && (*(version) = ck_sequence_read_begin(seqlock), 1); \ 91 *(version) = ck_sequence_read_retry(seqlock, *(version)))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 47 ver=$(get_pool_prop version $1) 61 typeset -i version 66 for version in $ZFS_ALL_VERSIONS ; do 68 eval verfs=\$ZFS_VERSION_$version 77 if (( version == zpl_version )); then 84 log_mustnot zfs create -o version=${version} ${current_fs} 87 log_must zfs create -o version=${version} ${current_fs} 107 version=${subversion} ${current_fs}/$subverfs 183 typeset -i version=${2:-$ZFS_VERSION} 189 typeset -i curv=$(get_prop version $fs) [all …]
|
| H A D | zfs_upgrade_003_pos.ksh | 59 for version in $ZFS_ALL_VERSIONS ; do 61 eval verfs=\$ZFS_VERSION_$version 65 log_must zfs create -o version=${version} ${current_fs} 82 typeset -i oldv=$(get_prop version $fs)
|
| H A D | zfs_upgrade_004_pos.ksh | 59 for version in $ZFS_ALL_VERSIONS ; do 61 eval verfs=\$ZFS_VERSION_$version 65 log_must zfs create -o version=${version} ${current_fs} 72 log_must zfs create -o version=${subversion} \
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_version.h | 44 static char version[32]; in rte_version() local 45 if (version[0] != 0) in rte_version() 46 return version; in rte_version() 48 snprintf(version, sizeof(version), "%s %d.%02d.%d", in rte_version() 54 snprintf(version, sizeof(version), "%s %d.%02d.%d%s%d", in rte_version() 61 return version; in rte_version()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | pvclock.c | 144 uint32_t version; in pvclock_read_time_info() local 147 version = ti->version; in pvclock_read_time_info() 152 } while ((ti->version & 1) != 0 || ti->version != version); in pvclock_read_time_info() 159 uint32_t version; in pvclock_read_wall_clock() local 162 version = wc->version; in pvclock_read_wall_clock() 167 } while ((wc->version & 1) != 0 || wc->version != version); in pvclock_read_wall_clock()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/ |
| H A D | poolversion_001_pos.ksh | 47 for version in 1 2 3 4 5 6 7 8 49 log_must zpool set version=$version $TESTPOOL 50 ACTUAL=$(zpool get version $TESTPOOL | grep version \ 52 if [ "$ACTUAL" != "$version" ] 54 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
|
| H A D | poolversion_002_pos.ksh | 49 log_must zpool set version=6 $TESTPOOL2 53 VERSION=$(zpool get version $TESTPOOL2| grep version | awk '{print $3}') 61 log_mustnot zpool set version=5 $TESTPOOL2 62 log_mustnot zpool set version=-1 $TESTPOOL2 65 VERSION=$(zpool get version $TESTPOOL2 | grep version | awk '{print $3}')
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | deb.am | 21 version=${VERSION}-${RELEASE}; \ 24 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ 31 version=${VERSION}-${RELEASE}; \ 34 pkg1=$${name}-dkms-$${version}.$${arch}.rpm; \ 40 version=${VERSION}-${RELEASE}; \ 43 pkg1=$${name}-$${version}.$${arch}.rpm; \ 44 pkg2=libnvpair3-$${version}.$${arch}.rpm; \ 45 pkg3=libuutil3-$${version}.$${arch}.rpm; \ 46 pkg4=libzfs4-$${version}.$${arch}.rpm; \ 47 pkg5=libzpool4-$${version}.$${arch}.rpm; \ [all …]
|
| H A D | tgz.am | 14 version=${VERSION}-${RELEASE}; \ 15 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ 16 pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ 22 version=${VERSION}-${RELEASE}; \ 23 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \ 24 pkg1=$${name}-$${version}.$${arch}.rpm; \ 25 pkg2=$${name}-devel-$${version}.$${arch}.rpm; \ 26 pkg3=$${name}-test-$${version}.$${arch}.rpm; \
|
| /f-stack/freebsd/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 22 Source0: %{module}-%{version}.tar.gz 32 Provides: %{module}-kmod = %{version} 39 %setup -q -n %{module}-%{version} 42 %{mkconf} -n %{module} -v %{version} -f dkms.conf 58 /usr/src/%{module}-%{version} 63 $POSTINST %{module} %{version} 68 echo -e "ERROR: DKMS version is too old and %{module} was not" 71 echo -e "support or upgrade DKMS to a more current version." 77 # Yes we are. Are we upgrading to a new ZFS version? 79 if [ "$NEWEST_VER" != "%{version}" ] ; then [all …]
|
| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | freebsd | 21 version=`grep "#define __FreeBSD_version" /usr/include/osreldate.h \ 29 if [ \( $version -ge 500000 -a $version -lt 500012 \) \ 30 -o $version -lt 410002 ] 85 if [ \( $version -lt 500000 -a $version -ge 430000 \) \ 86 -o $version -ge 500018 ] 94 if [ \( $version -lt 500000 -a $version -ge 440001 \) \ 95 -o $version -ge 500023 ] 104 if [ $version -ge 701000 ]; then
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | abi_policy.rst | 31 of an ABI version. 61 What is an ABI version? 67 version', where this ABI version is then supported for some number of subsequent 86 At the declaration of a major ABI version, major version numbers encoded in 101 An ABI version is supported in all new releases until the next major ABI version 150 version. 249 supported major ABI version. 268 until the release of the new DPDK major ABI version 22, in DPDK version 332 version map script. 353 next major ABI version. [all …]
|
| H A D | abi_versioning.rst | 61 $ head ./lib/librte_acl/version.map 66 $ head ./lib/librte_eal/version.map 156 version of symbol ``b``. 214 requisite libraries version map file. Initially the version map file for the acl 455 version node. 489 to the ``DPDK_22`` version node. 512 and ``DPDK_22`` version nodes. 545 and ``DPDK_22`` version nodes. 581 major ABI version you decide you would like to retire the old version of the 634 of a major ABI version. If a version node completely specifies an API, then [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_version.c | 18 const char *version = rte_version(); in test_version() local 19 if (version == NULL) in test_version() 21 printf("Version string: '%s'\n", version); in test_version() 22 if (*version == '\0' || in test_version() 23 strncmp(version, RTE_VER_PREFIX, sizeof(RTE_VER_PREFIX)-1) != 0) in test_version()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/ |
| H A D | tlm,trusted-foundations.txt | 10 - tlm,version-major: major version number of Trusted Foundations firmware 11 - tlm,version-minor: minor version number of Trusted Foundations firmware 17 tlm,version-major = <2>; 18 tlm,version-minor = <8>;
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_browser_module.c | 33 ngx_uint_t version; member 304 version = 0; in ngx_http_browser() 322 modern[i].version, version); in ngx_http_browser() 324 if (version > modern[i].version) { in ngx_http_browser() 336 version += ver * scale; in ngx_http_browser() 340 modern[i].version, version); in ngx_http_browser() 342 if (version >= modern[i].version) { in ngx_http_browser() 595 version = 0; in ngx_http_modern_browser() 609 version += ver * scale; in ngx_http_modern_browser() 621 version += ver * scale; in ngx_http_modern_browser() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_module.c | 375 int id, namelen, refs, version; in sys_modstat() local 395 if ((error = copyin(&stat->version, &version, sizeof(version))) != 0) in sys_modstat() 397 if (version != sizeof(struct module_stat_v1) in sys_modstat() 398 && version != sizeof(struct module_stat)) in sys_modstat() 414 if (version == sizeof(struct module_stat)) in sys_modstat() 459 int version; member 472 int id, namelen, refs, version; in freebsd32_modstat() local 493 if ((error = copyin(&stat32->version, &version, sizeof(version))) != 0) in freebsd32_modstat() 495 if (version != sizeof(struct module_stat_v1) in freebsd32_modstat() 496 && version != sizeof(struct module_stat32)) in freebsd32_modstat() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_preread_module.c | 24 u_char version[2]; member 155 ctx->version[0] = p[3]; in ngx_stream_ssl_preread_handler() 156 ctx->version[1] = p[4]; in ngx_stream_ssl_preread_handler() 274 dst = ctx->version; in ngx_stream_ssl_preread_parse_record() 473 ctx->version[0] = 3; in ngx_stream_ssl_preread_parse_record() 474 ctx->version[1] = 4; in ngx_stream_ssl_preread_parse_record() 515 ngx_str_null(&version); in ngx_stream_ssl_preread_protocol_variable() 517 switch (ctx->version[0]) { in ngx_stream_ssl_preread_protocol_variable() 519 switch (ctx->version[1]) { in ngx_stream_ssl_preread_protocol_variable() 548 v->len = version.len; in ngx_stream_ssl_preread_protocol_variable() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade_001_pos.ksh | 73 for version in {1..28}; do 74 log_note "Checking for a description of pool version $version" 75 log_must eval "awk '/^ $version / { print $1 }' $versions | grep $version"
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_08.rst | 348 * Firmware version: 0x61bf0001 350 * Driver version: 5.2.3 (ixgbe) 354 * Firmware version: 0x800003e7 362 * Driver version: 2.4.6 (i40e) 368 * Driver version: 2.4.3 (i40e) 374 * Driver version: 2.4.6 (i40e) 380 * Driver version: 2.4.6 (i40e) 420 * Firmware version: 2.42.5000 529 * Firmware version: 14.23.1000 535 * Firmware version: 16.23.1000 [all …]
|
| H A D | release_17_02.rst | 82 * **Added firmware version get API.** 85 version for a given device. 438 * Firmware version: 2.40.5030 444 * Firmware version: 12.18.1000 450 * Firmware version: 12.18.1000 456 * Firmware version: 12.18.1000 462 * Firmware version: 12.18.1000 668 * Firmware version: 5.05 674 * Firmware version: 5.05 680 * Firmware version: 5.05 [all …]
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_legacy.h | 91 U32 const version = ZSTD_isLegacy(src, srcSize); in ZSTD_getDecompressedSize_legacy() local 94 if (version==5) { in ZSTD_getDecompressedSize_legacy() 102 if (version==6) { in ZSTD_getDecompressedSize_legacy() 110 if (version==7) { in ZSTD_getDecompressedSize_legacy() 126 U32 const version = ZSTD_isLegacy(src, compressedSize); in ZSTD_decompressLegacy() local 128 switch(version) in ZSTD_decompressLegacy() 184 U32 const version = ZSTD_isLegacy(src, srcSize); in ZSTD_findFrameSizeInfoLegacy() local 185 switch(version) in ZSTD_findFrameSizeInfoLegacy() 256 switch(version) in ZSTD_freeLegacyStreamContext() 342 DEBUGLOG(5, "ZSTD_decompressLegacyStream for v0.%u", version); in ZSTD_decompressLegacyStream() [all …]
|
| /f-stack/dpdk/buildtools/ |
| H A D | check-symbols.sh | 34 but is listed in version map 51 but is not listed in version map 52 Please add $SYM to the version map 65 but is listed in version map 82 but is not listed in version map 83 Please add $SYM to the version map
|