Lines Matching full:sysctl
44 sysctl $1 | cut -d= -f1 > $file
47 atf_fail "sysctl failed"
58 -x sysctl -w $node=$deadbeef
67 if [ ! -z $(sysctl $1 | grep -e $deadbeef -e $deadbeef_signed) ]; then
77 atf_set "descr" "Test writing to 'ddb' sysctl node as an user"
93 atf_set "descr" "Test writing to 'hw' sysctl node as an user"
110 "sysctl node as an user (PR kern/44946)"
126 atf_set "descr" "Test writing to 'machdep' sysctl node as an user"
142 atf_set "descr" "Test writing to 'net' sysctl node as an user"
158 atf_set "descr" "Test writing to 'security' sysctl node as an user"
174 atf_set "descr" "Test writing to 'vfs' sysctl node as an user"
190 atf_set "descr" "Test writing to 'vm' sysctl node as an user"