Searched refs:value (Results 1 - 25 of 2564) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c936 * and data value to be set
965 * data value.
976 "No data value found to be set to param\n");
981 /* Get numeric value of first letter */
997 VMXNET3_WARN(dp, "Invalid data value to be set,"
1194 statp->reset_count.value.ul = dp->reset_count;
1195 statp->tx_pullup_needed.value.ul = dp->tx_pullup_needed;
1196 statp->tx_ring_full.value.ul = dp->tx_ring_full;
1197 statp->rx_alloc_buf.value.ul = dp->rx_alloc_buf;
1198 statp->rx_pool_empty.value
[all...]
H A Dvmxnet3_tx.c76 uint32_t start, stuff, value, flags, lso_flag, mss; local
82 hcksum_retrieve(mp, NULL, NULL, &start, &stuff, NULL, &value, &flags);
97 "stuff=%u, value=%u\n", flags, ethLen, start, stuff, value);
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h65 /* _FDE return value */
78 * _GRT return value
79 * _SRT input value
97 /* _GTM return value */
110 * Formatted _PLD return value. The minimum size is a package containing
166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) /* Offset 0, Len 7 */
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) /* Offset 7, Len 1 */
172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BIT
[all...]
H A Dacmacros.h202 #define _ACPI_DIV(value, PowerOf2) ((UINT32) ((value) >> (PowerOf2)))
203 #define _ACPI_MUL(value, PowerOf2) ((UINT32) ((value) << (PowerOf2)))
204 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1)))
239 #define ACPI_ROUND_DOWN(value, boundary) (((ACPI_SIZE)(value)) & \
242 #define ACPI_ROUND_UP(value, boundary) ((((ACPI_SIZE)(value))
[all...]
H A Dacpixf.h74 #define ACPI_INIT_GLOBAL(type,name,value) \
75 type name=value
84 #define ACPI_INIT_GLOBAL(type,name,value) \
133 * 1) Allow "implicit return" of last value in a control method
221 * this value is set to TRUE if any Windows OSI strings have been
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib424 typeset value
431 value=$(ls -dl $node | awk '{print $3}')
433 value=$(ls -l $node | awk '{print $3}')
436 echo $value
445 typeset value
452 value=$(ls -dl $node | awk '{print $4}')
454 value=$(ls -l $node | awk '{print $4}')
457 echo $value
467 typeset value
473 value
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh98 typeset value
104 value=$(id $uid)
107 value=${value##*\(}
108 value=${value%%\)*}
109 echo $value
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dnorm_all_values.ksh46 utf8only=$(zfs get -H -o value utf8only $TESTPOOL/$TESTFS)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_common.kshlib34 # Check if the user property is identical to the expected value.
46 typeset value=$(zfs get -H -o value $prop $dtst)
49 if [[ "$expect_value" == "$value" ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh176 ds_type=`zfs get -H -o value type $ds`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_003_pos.ksh62 typeset value=$(user_property_value 16)
64 log_must eval "zfs set $prop_name='$value' $ds"
70 if [[ "$snapvalue" != "$value" ]] ; then
71 log_fail "The '$ds@$TESTSNAP '$prop_name' value '$snapvalue' " \
72 "not equal to the expected value '$value'."
82 if [[ "$snapvalue" != "$value" ]] ; then
83 log_fail "The '$ds@$TESTSNAP '$prop_name' value '$snapvalue' " \
84 "not equal to the expected value '$value'
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_property/
H A Dzfs_written_property_001_pos.ksh46 typeset -l value=$(get_prop $prop $dataset)
47 ((value = value / mb_block))
48 echo $value
79 log_fail "Unexpected written value $written $expected_written"
89 # Written value for the frist non-clone snapshot is
90 # expected to be equal to the referenced value.
97 log_fail "Unexpected written value $written $expected_written $i"
111 log_fail "Unexpected written@ value"
125 log_fail "Unexpected written value afte
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh131 for value in ${propval[i]}
133 do_testing ${props[i]} $value
H A Dzfs_send_006_pos.ksh46 typeset value=$1
47 return=$(echo "$PERCENT * $value" | bc)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_001_pos.ksh43 # 2. Loop all the valid mountpoint value.
44 # 3. Check the return value.
100 for value in "${values[@]}" ; do
101 set_n_check_prop "$value" "canmount" "$dataset"
102 if [[ $value == "off" ]]; then
116 for value in "${values[@]}" ; do
117 set_n_check_prop "$value" "canmount" \
H A Dproperty_alias_001_pos.ksh66 "with value $setval fails."
74 log_fail "Setting the property $setprop with value \
96 zfs get -pH -o value $propname $ds >/dev/null 2>&1
125 zfs get -pH -o value $propname $ds >/dev/null 2>&1
H A Dreadonly_001_pos.ksh41 # 3. Check the return value and make sure it is 0.
85 typeset value=$2
148 for value in on off; do
152 set_n_check_prop "$value" "readonly" "$dataset"
153 verify_readonly $dataset $value
H A Dsnapdir_001_pos.ksh42 # 4. Check the return value and make sure it is 0.
59 typeset value=$2
65 if [[ $value == "visible" ]]; then
73 if [[ $value == "visible" ]]; then
98 for value in hidden visible; do
100 set_n_check_prop "$value" "snapdir" \
103 set_n_check_prop "$value" "snapdir" \
105 verify_snapdir_visible $dataset $value
107 log_fail "$dataset/.zfs is not $value as expect."
H A Duser_property_001_pos.ksh42 # 3. Random get a string as the value.
59 typeset value=$(user_property_value $len)
62 log_must eval "zfs set $user_prop='$value' $dtst"
63 log_must eval "check_user_prop $dtst $user_prop '$value'"
H A Duser_property_002_pos.ksh80 typeset value=$(get_prop $prop $dtst)
82 if [[ "$value" != "$inherited_value" || \
106 value=$(user_property_value 16)
107 log_must eval "zfs set $prop_name='$value' $pool"
108 log_must eval "check_user_prop $pool $prop_name '$value'"
H A Duser_property_003_neg.ksh41 # 3. Random get a string as the value.
57 typeset value=$(user_property_value $len)
60 log_mustnot zfs set $user_prop=$value $dtst
61 log_mustnot check_user_prop $dtst \"$user_prop\" \"$value\"
H A Duser_property_004_pos.ksh62 typeset value=$(get_prop $user_prop $dtst)
63 if [[ $source == '-' && $value == '-' ]]; then
83 value=$(user_property_value 16)
84 log_must eval "zfs set $prop_name='$value' $fs"
85 log_must eval "check_user_prop $fs $prop_name '$value'"
92 log_must eval "zfs set $prop_name='$value' $fssnap"
96 log_mustnot eval "zfs set $prop_name='$value' $fssnap"
H A Dzfs_set_common.kshlib41 # Firstly, set the property value to dataset. Then checking if the property
42 # value is equal with the expected value, according to the expected result.
44 # $1 property value
76 log_fail "The '$dataset' '$prop' value \
79 log_fail "The '$dataset' '$prop' value '$cur_value' \
80 does not equal the expected value '$expect_value'."
85 log_fail "The '$dataset' '$prop' value '$cur_value' \
86 does not equal the expected value '$expect_value'."
98 log_fail "The '$dataset' '$prop' value '
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_006_pos.ksh39 # 1. Create snapshot and give '-o property=value'
62 typeset value=$(get_prop $user_prop $dtst)
63 if [[ $source == '-' && $value == '-' ]]; then
78 value=$(user_property_value 16)
80 log_must eval "zfs snapshot -o $prop_name='$value' $fssnap"
89 log_must eval "zfs snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
98 value=$(user_property_value 16)
100 log_must eval "zfs snapshot -r -o $prop_name='$value' $TESTPOOL@snap"
114 log_must eval "zfs snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
H A Dzfs_snapshot_007_neg.ksh39 # 1. Create snapshot and give '-o property=value' with regular property.
62 typeset value=$(get_prop $user_prop $dtst)
63 if [[ $source == '-' && $value == '-' ]]; then
88 value=$(user_property_value 16)
90 log_must eval "zfs snapshot -o $prop_name='$value' $fssnap"
99 log_must eval "zfs snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
110 value=$(user_property_value 16)
112 log_must eval "zfs snapshot -r -o $prop_name='$value' $TESTPOOL@snap"
124 log_must eval "zfs snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"

Completed in 175 milliseconds

1234567891011>>