Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh49 typeset setval=$3
53 log_must zfs set $setprop=$setval $ds
54 if [[ $setval == "gzip-6" ]]; then
55 setval="gzip"
61 if [[ $setval == "none" ]]; then
64 "with value $setval fails."
65 elif [[ $getval != $setval ]]; then
67 "with $setval fails."
71 [[ $getval != $setval ]] && \
73 $setval fails."
/freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dproperty_alias_001_pos.ksh63 typeset setval=$3
67 log_must $ZFS set $setprop=$setval $ds
68 if [[ $setval == "gzip-6" ]]; then
69 setval="gzip"
75 if [[ $setval == "none" ]]; then
78 "with value $setval fails."
79 elif [[ $getval != $setval ]]; then
81 "with $setval fails."
85 [[ $getval != $setval ]] && \
87 $setval fails."
/freebsd-14.2/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c236 setval(VEOF, SLC_VARIABLE); in spcset()
238 setval(VERASE, SLC_VARIABLE); in spcset()
240 setval(VKILL, SLC_VARIABLE); in spcset()
247 setval(VSTART, SLC_VARIABLE); in spcset()
253 setval(VSTOP, SLC_VARIABLE); in spcset()
259 setval(VWERASE, SLC_VARIABLE); in spcset()
265 setval(VREPRINT, SLC_VARIABLE); in spcset()
271 setval(VLNEXT, SLC_VARIABLE); in spcset()
292 setval(VEOL, SLC_VARIABLE); in spcset()
296 setval(VEOL2, SLC_VARIABLE); in spcset()
[all …]
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c4327 uint32_t setval; in rack_exit_probertt() local
4339 setval = rack->r_ctl.rc_entry_gp_rtt; in rack_exit_probertt()
4346 setval = rack->r_ctl.rc_gp_srtt; in rack_exit_probertt()
4347 if (setval > rack->r_ctl.rc_entry_gp_rtt) in rack_exit_probertt()
4348 setval = rack->r_ctl.rc_entry_gp_rtt; in rack_exit_probertt()
4355 setval = get_filter_value_small(&rack->r_ctl.rc_gp_min_rtt); in rack_exit_probertt()
4358 setval); in rack_exit_probertt()