Lines Matching full:echo

13 		echo $msg must be run as root >&2
22 echo $msg sysfs is not mounted >&2
27 echo $msg cpu hotplug is not supported >&2
31 echo "CPU online/offline summary:"
36 echo "$msg: since there is only one cpu: $online_cpus"
42 echo "present_cpus = $present_cpus present_max = $present_max"
44 echo -e "\t Cpus in online state: $online_cpus"
52 echo -e "\t Cpus in offline state: $offline_cpus"
64 echo ${cpu##/*/cpu}
91 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online
96 echo 0 > $SYSFS/devices/system/cpu/cpu$1/online
104 echo $FUNCNAME $cpu: unexpected fail >&2
107 echo $FUNCNAME $cpu: unexpected offline >&2
117 echo $FUNCNAME $cpu: unexpected success >&2
120 echo $FUNCNAME $cpu: unexpected online >&2
130 echo $FUNCNAME $cpu: unexpected fail >&2
133 echo $FUNCNAME $cpu: unexpected offline >&2
143 echo $FUNCNAME $cpu: unexpected success >&2
146 echo $FUNCNAME $cpu: unexpected offline >&2
170 echo "Usage $0 [ -a ] [ -e errno ] [ -p notifier-priority ]"
171 echo -e "\t default offline one cpu"
172 echo -e "\t run with -a option to offline all cpus"
182 echo "error code must be -4095 <= errno < 0" >&2
192 echo "Limited scope test: one hotplug cpu"
193 echo -e "\t (leaves cpu in the original state):"
194 echo -e "\t online to offline to online: cpu $online_max"
199 echo -e "\t offline to online to offline: cpu $present_max"
206 echo "Full scope test: all hotplug cpus"
207 echo -e "\t online all offline cpus"
208 echo -e "\t offline all online cpus"
209 echo -e "\t online all offline cpus"
248 echo $msg debugfs is not mounted >&2
253 echo $msg cpu-notifier-error-inject module is not available >&2
263 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
271 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
279 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error
287 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
292 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error