Home | History | Annotate | Download | only in cpuctl

Lines Matching refs:cpuctl

30 tmp="./cpuctl.txt"
43 cpuctl $1 $cpuid >/dev/null 2>&1
55 cpuctl nointr 0 >/dev/null 2>&1
80 cpuctl $online $cpuid
81 cpuctl $intr $cpuid
92 atf_require_prog cpuctl
93 atf_set "descr" "Test that cpuctl(8) returns the " \
99 lst=$(cpuctl list | wc -l)
117 atf_require_prog cpuctl
119 atf_set "descr" "Test invalid parameters to cpuctl(8)"
124 cpuctl list > $tmp
128 -o empty -x cpuctl identify -1
131 -o empty -x cpuctl offline -1
134 -o empty -x cpuctl nointr -1
137 -o empty -x cpuctl identify $(( $ncpu + 1 ))
140 -o empty -x cpuctl offline $(( $ncpu + 1 ))
143 -o empty -x cpuctl nointr $(( $ncpu + 1 ))
154 atf_require_prog cpuctl
155 atf_set "descr" "Test that cpuctl(8) identifies at least " \
165 atf_check -s exit:0 -o not-empty -x cpuctl identify $cpuid
186 atf_require_prog cpuctl
198 cpuctl list > $tmp
202 # set offline, as noted in the cpuctl(8) manual page.
204 cpuctl offline 0 >/dev/null 2>&1
217 atf_require_prog cpuctl
230 atf_require_prog cpuctl
242 cpuctl list > $tmp
252 atf_require_prog cpuctl