Home
last modified time | relevance | path

Searched refs:cur_value (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib57 typeset cur_value=""
70 [[ -n $prop ]] && cur_value=$(get_prop $prop $dataset)
75 [[ $cur_value != "0" ]] && \
77 '$cur_value' is not expected."
78 elif [[ $cur_value != $expect_value ]]; then
79 log_fail "The '$dataset' '$prop' value '$cur_value' \
84 if [[ $cur_value != $expect_value ]]; then
85 log_fail "The '$dataset' '$prop' value '$cur_value' \
94 [[ -n $prop ]] && cur_value=$(get_prop $prop $dataset)
98 if [[ "$expect_value" != "" && "$cur_value" != "$old_value" ]];
[all …]
H A Dro_props_001_pos.ksh89 typeset cur_value=""
101 cur_value=$(get_prop $prop ${dataset[i]})
111 if [[ $cur_value == ${values[j]} ]]; then
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_power_intrinsics.h58 const uint64_t cur_value = __rte_power_get_umwait_val(p, data_sz); in rte_power_monitor() local
59 const uint64_t masked = cur_value & value_mask; in rte_power_monitor()
95 const uint64_t cur_value = __rte_power_get_umwait_val(p, data_sz); in rte_power_monitor_sync() local
96 const uint64_t masked = cur_value & value_mask; in rte_power_monitor_sync()
/f-stack/freebsd/sys/
H A Dtimers.h109 struct itimerspec * cur_value);