| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/ |
| H A D | zfs_clone_007_pos.ksh | 62 typeset -i ver 68 (( ver = ZFS_TEST_VERSION )) 69 while (( ver <= ZFS_VERSION )); do 70 log_must zfs clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE 72 (( ver = ver + 1 )) 75 (( ver = 0 )) 76 while (( ver < ZFS_TEST_VERSION )); do 77 log_mustnot zfs clone -o version=$ver \ 81 (( ver = ver + 1 ))
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_throughput.c | 35 ctx->ver.mem.dev_id = dev_id; in cperf_throughput_test_constructor() 36 ctx->ver.mem.qp_id = qp_id; in cperf_throughput_test_constructor() 37 ctx->ver.options = options; in cperf_throughput_test_constructor() 40 if (!comp_perf_allocate_memory(ctx->ver.options, &ctx->ver.mem) in cperf_throughput_test_constructor() 41 && !prepare_bufs(ctx->ver.options, &ctx->ver.mem)) in cperf_throughput_test_constructor() 335 ctx->ver.mem.lcore_id = lcore; in cperf_throughput_test_runner() 348 ctx->ver.options->driver_name, in cperf_throughput_test_runner() 350 ctx->ver.mem.dev_id, in cperf_throughput_test_runner() 352 ctx->ver.mem.qp_id); in cperf_throughput_test_runner() 401 ctx->ver.mem.lcore_id, in cperf_throughput_test_runner() [all …]
|
| H A D | comp_perf_test_cyclecount.c | 15 struct cperf_verify_ctx ver; member 31 comp_perf_free_memory(ctx->ver.options, &ctx->ver.mem); in cperf_cyclecount_test_destructor() 48 ctx->ver.mem.qp_id = qp_id; in cperf_cyclecount_test_constructor() 49 ctx->ver.options = options; in cperf_cyclecount_test_constructor() 52 if (!comp_perf_allocate_memory(ctx->ver.options, &ctx->ver.mem) in cperf_cyclecount_test_constructor() 53 && !prepare_bufs(ctx->ver.options, &ctx->ver.mem)) in cperf_cyclecount_test_constructor() 504 ctx->ver.mem.dev_id, in cperf_cyclecount_test_runner() 506 ctx->ver.mem.qp_id); in cperf_cyclecount_test_runner() 591 ctx->ver.mem.lcore_id, in cperf_cyclecount_test_runner() 593 ctx->ver.comp_data_sz, in cperf_cyclecount_test_runner() [all …]
|
| H A D | comp_perf_test_throughput.h | 15 struct cperf_verify_ctx ver; member
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | ar5315_setup.c | 79 uint32_t ver = 0; in ar5315_detect_sys_type() local 109 ver = ATH_READ_REG(AR5315_SYSREG_BASE + in ar5315_detect_sys_type() 112 switch (ver) { in ar5315_detect_sys_type() 133 ver = ATH_READ_REG(AR5312_SYSREG_BASE + in ar5315_detect_sys_type() 135 rev = AR5312_REVISION_MINOR(ver); in ar5315_detect_sys_type() 137 switch (AR5312_REVISION_MAJOR(ver)) { in ar5315_detect_sys_type()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_nsp.c | 88 state->ver.major = FIELD_GET(NSP_STATUS_MAJOR, reg); in nfp_nsp_check() 89 state->ver.minor = FIELD_GET(NSP_STATUS_MINOR, reg); in nfp_nsp_check() 91 if (state->ver.major != NSP_MAJOR || state->ver.minor < NSP_MINOR) { in nfp_nsp_check() 92 printf("Unsupported ABI %hu.%hu\n", state->ver.major, in nfp_nsp_check() 93 state->ver.minor); in nfp_nsp_check() 152 return state->ver.major; in nfp_nsp_get_abi_ver_major() 158 return state->ver.minor; in nfp_nsp_get_abi_ver_minor() 291 if (nsp->ver.minor < 13) { in nfp_nsp_command_buf() 293 printf("\t(ABI %hu.%hu)\n", nsp->ver.major, nsp->ver.minor); in nfp_nsp_command_buf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_browser_module.c | 261 ngx_uint_t i, version, ver, scale; in ngx_http_browser() local 305 ver = 0; in ngx_http_browser() 313 ver = ver * 10 + (c - '0'); in ngx_http_browser() 318 version += ver * scale; in ngx_http_browser() 328 ver = 0; in ngx_http_browser() 336 version += ver * scale; in ngx_http_browser() 596 ver = 0; in ngx_http_modern_browser() 604 ver = ver * 10 + (c - '0'); in ngx_http_modern_browser() 609 version += ver * scale; in ngx_http_modern_browser() 610 ver = 0; in ngx_http_modern_browser() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_compat.c | 39 int ver = ZFS_IOCVER_NONE; in get_zfs_ioctl_version() local 41 ver_size = sizeof (ver); in get_zfs_ioctl_version() 42 sysctlbyname("vfs.zfs.version.ioctl", &ver, &ver_size, NULL, 0); in get_zfs_ioctl_version() 44 return (ver); in get_zfs_ioctl_version()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.h | 18 #define NDIS_VERSION_MAJOR(ver) (((ver) & 0xffff0000) >> 16) argument 19 #define NDIS_VERSION_MINOR(ver) ((ver) & 0xffff) argument 83 uint32_t ver; /* deprecated */ member
|
| /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) 49 if [ "$ver" = "-" ]; then 50 ver="5000" 53 echo "$ver"
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_mpu.c | 37 mpu->id.ver[0], mpu->id.ver[1], in ark_mpu_verify() 38 mpu->id.ver[2], mpu->id.ver[3]); in ark_mpu_verify()
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_geneve.h | 41 uint8_t ver:2; /**< Version. */ member 48 uint8_t ver:2; /**< Version. */
|
| H A D | rte_gre.h | 37 uint16_t ver:3; /**< Version Number */ member 46 uint16_t ver:3; /**< Version Number */
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | changelog.tcl | 9 set ver [lindex $::argv 1] 27 set template [string map [list %ver% $ver %date% $date] $template]
|
| /f-stack/dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_lib.c | 45 ioc_fm_api_version_t ver; in fm_open() local 65 fm_get_api_version((t_handle)p_dev, &ver); in fm_open() 67 if (ver.version.major != FMD_API_VERSION_MAJOR || in fm_open() 68 ver.version.minor != FMD_API_VERSION_MINOR || in fm_open() 69 ver.version.respin != FMD_API_VERSION_RESPIN) { in fm_open() 74 ver.version.major, ver.version.minor, in fm_open() 75 ver.version.respin); in fm_open()
|
| /f-stack/dpdk/buildtools/ |
| H A D | call-sphinx-build.py | 19 ver = run([sphinx, '--version'], stdout=PIPE, variable 22 if StrictVersion(ver) >= StrictVersion('1.7'):
|
| /f-stack/freebsd/arm64/qoriq/ |
| H A D | qoriq_therm.c | 84 int ver; member 141 if (sc->ver == 1) in qoriq_therm_read_temp() 308 sc->ver = (RD4(sc, TMU_VERSION) >> 8) & 0xFF; in qoriq_therm_attach() 322 if (sc->ver == 1) { in qoriq_therm_attach() 341 if (sc->ver == 1) { in qoriq_therm_attach()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_session.c | 112 tfp->session->ver.major = 0; in tf_session_create() 113 tfp->session->ver.minor = 0; in tf_session_create() 114 tfp->session->ver.update = 0; in tf_session_create() 123 session->ver.major = 0; in tf_session_create() 124 session->ver.minor = 0; in tf_session_create() 125 session->ver.update = 0; in tf_session_create()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_dev.c | 116 ionic_dev_cmd_identify(struct ionic_dev *idev, uint8_t ver) in ionic_dev_cmd_identify() argument 120 .identify.ver = ver, in ionic_dev_cmd_identify() 277 ionic_dev_cmd_lif_identify(struct ionic_dev *idev, uint8_t type, uint8_t ver) in ionic_dev_cmd_lif_identify() argument 282 .lif_identify.ver = ver, in ionic_dev_cmd_lif_identify()
|
| H A D | ionic_if.h | 201 u8 ver; member 212 u8 ver; member 295 u8 ver; member 306 u8 ver; member 508 u8 ver; member 540 u8 ver; member 1110 u8 ver; member 1121 u8 ver; member 1598 u8 ver; member 1609 u8 ver; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_linker.c | 1426 (ver == 0 || mod->version == ver)) in modlist_lookup() 1436 int ver; in modlist_lookup2() local 1444 ver = mod->version; in modlist_lookup2() 1445 if (ver == verinfo->md_ver_preferred) in modlist_lookup2() 1447 if (ver >= verinfo->md_ver_minimum && in modlist_lookup2() 1448 ver <= verinfo->md_ver_maximum && in modlist_lookup2() 1476 int ver; in linker_addmodules() local 1489 modlist_newmodule(modname, ver, lf); in linker_addmodules() 2163 int ver, error = 0; in linker_load_dependencies() local 2184 mod = modlist_lookup(modname, ver); in linker_load_dependencies() [all …]
|
| /f-stack/dpdk/lib/librte_pdump/ |
| H A D | rte_pdump.c | 37 uint16_t ver; member 59 uint16_t ver; member 336 resp->ver = cli_req->ver; in pdump_server() 445 req->ver = 1; in pdump_prepare_client_request()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | xen.txt | 38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format. 52 xen,uefi-mmap-desc-ver = <0xXXXXXXXX>;
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic.h | 57 uint8_t ver; member
|
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 236 uint32_t mac_hi, mac_lo, ver; in eth_vmxnet3_dev_init() local 281 ver = VMXNET3_READ_BAR1_REG(hw, VMXNET3_REG_VRRS); in eth_vmxnet3_dev_init() 282 PMD_INIT_LOG(DEBUG, "Hardware version : %d", ver); in eth_vmxnet3_dev_init() 284 if (ver & (1 << VMXNET3_REV_4)) { in eth_vmxnet3_dev_init() 288 } else if (ver & (1 << VMXNET3_REV_3)) { in eth_vmxnet3_dev_init() 292 } else if (ver & (1 << VMXNET3_REV_2)) { in eth_vmxnet3_dev_init() 296 } else if (ver & (1 << VMXNET3_REV_1)) { in eth_vmxnet3_dev_init() 301 PMD_INIT_LOG(ERR, "Incompatible hardware version: %d", ver); in eth_vmxnet3_dev_init() 308 ver = VMXNET3_READ_BAR1_REG(hw, VMXNET3_REG_UVRS); in eth_vmxnet3_dev_init() 309 PMD_INIT_LOG(DEBUG, "UPT hardware version : %d", ver); in eth_vmxnet3_dev_init() [all …]
|