Home
last modified time | relevance | path

Searched refs:newv (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_003_pos.ksh78 typeset newv
79 for newv in "" "current" $ZFS_ALL_VERSIONS; do
84 if [[ -n $newv ]]; then
85 opt="-V $newv"
86 if [[ $newv == current ]]; then
87 newv=$ZFS_VERSION
90 newv=$ZFS_VERSION
93 if (( newv >= oldv )); then
95 log_must check_fs_version $fs $newv
H A Dzfs_upgrade_004_pos.ksh86 typeset newv
87 for newv in "" "current" $ZFS_VERSION; do
90 if [[ -n $newv ]]; then
91 opt="-V $newv"
92 if [[ $newv == current ]]; then
93 newv=$ZFS_VERSION
96 newv=$ZFS_VERSION
102 log_must check_fs_version $fs $newv
H A Dzfs_upgrade_005_pos.ksh86 typeset newv
87 for newv in "" "current" $ZFS_VERSION; do
89 if [[ -n $newv ]]; then
90 opt="-V $newv"
91 if [[ $newv == current ]]; then
92 newv=$ZFS_VERSION
95 newv=$ZFS_VERSION
103 log_must check_fs_version $fs $newv
H A Dzfs_upgrade.kshlib137 typeset newv
143 for newv in "" $ZFS_VERSION; do
145 if [[ -n $newv ]]; then
146 opt="-V $newv"
148 newv=$ZFS_VERSION
155 if (( newv == zpl_version )); then
172 log_must check_fs_version $fs $newv
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h109 atomic_cmpxchg(atomic_t *v, int oldv, int newv) in atomic_cmpxchg() argument
111 if (atomic_cmpset_rel_int(v, oldv, newv)) in atomic_cmpxchg()
112 return newv; in atomic_cmpxchg()
118 atomic_xchg(atomic_t *v, int newv) in atomic_xchg() argument
121 if (newv == 0) in atomic_xchg()
126 } while (!atomic_cmpset_rel_int(v, oldv, newv)); in atomic_xchg()
/f-stack/freebsd/arm/include/
H A Datomic-v6.h208 [newv] "r" (_new) \ in ATOMIC_ACQ_REL_LONG()
233 [newv] "r" (_new) \
397 [newv] "r" (_new) \
419 [newv] "r" (_new) \
864 int newv, oldv, result; in atomic_testandclear_32() local
882 [newv] "=&r" (newv) in atomic_testandclear_32()
924 int newv, oldv, result; in atomic_testandset_32() local
942 [newv] "=&r" (newv) in atomic_testandset_32()