Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib45 typeset vers=$1
46 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
47 typeset -n pool_name=ZPOOL_VERSION_${vers}_NAME
72 typeset vers=$1
73 typeset -n pool_files=ZPOOL_VERSION_${vers}_FILES
74 typeset -n pool_name=ZPOOL_VERSION_${vers}_NAME
92 typeset vers=$1
94 typeset -n pool_name=ZPOOL_VERSION_${vers}_NAME
125 typeset vers=$2
130 if [[ $actual != $vers ]] ; then
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dnfs-sample.cfg43 # export NFS_OPTIONS="$NFS_OPTIONS,vers=3"
/f-stack/mk/
H A Dkern.pre.mk98 -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c2649 static int t4_get_exprom_version(struct adapter *adapter, u32 *vers) in t4_get_exprom_version() argument
2669 *vers = (V_FW_HDR_FW_VER_MAJOR(hdr->hdr_ver[0]) | in t4_get_exprom_version()
2683 static int t4_get_fw_version(struct adapter *adapter, u32 *vers) in t4_get_fw_version() argument
2686 offsetof(struct fw_hdr, fw_ver), 1, vers, 0); in t4_get_fw_version()
2696 static int t4_get_bs_version(struct adapter *adapter, u32 *vers) in t4_get_bs_version() argument
2700 vers, 0); in t4_get_bs_version()
2710 static int t4_get_tp_version(struct adapter *adapter, u32 *vers) in t4_get_tp_version() argument
2714 1, vers, 0); in t4_get_tp_version()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h66 __le32 vers[STRUCT_HACK_VAR_LEN]; member
H A Dice_flex_pipe.c139 (nvms->vers + LE32_TO_CPU(nvms->table_count)); in ice_find_buf_table()
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c87 u_char vers:3; /* version */ member
99 u_char vers:3; /* version */
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c452 zfs_acl_alloc(int vers) in zfs_acl_alloc() argument
459 aclp->z_version = vers; in zfs_acl_alloc()
460 if (vers == ZFS_ACL_VERSION_FUID) in zfs_acl_alloc()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c452 zfs_acl_alloc(int vers) in zfs_acl_alloc() argument
459 aclp->z_version = vers; in zfs_acl_alloc()
460 if (vers == ZFS_ACL_VERSION_FUID) in zfs_acl_alloc()
/f-stack/freebsd/kern/
H A Dkern_tc.c1533 abi_aware(struct pps_state *pps, int vers) in abi_aware() argument
1536 return ((pps->kcmode & KCMODE_ABIFLAG) && pps->driver_abi >= vers); in abi_aware()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3439 uint64_t vers, readonly = B_FALSE; in zpool_vdev_split() local
3457 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &vers) == 0); in zpool_vdev_split()
3462 props, vers, flags, msg)) == NULL) in zpool_vdev_split()
3621 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0) in zpool_vdev_split()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure1146 -version | --version | --versio | --versi | --vers | -V)