Lines Matching full:then
70 if [ ! -d $DIR ]; then
80 if [ -z $DEFAULT_KMOD_DRIVER ]; then
84 if [ -z $DEFAULT_KMOD_FS ]; then
88 if [ -z $PROC_DIR ]; then
92 if [ -z $MODPROBE_LIMIT ]; then
96 if [ -z $DIR ]; then
100 if [ -z $DEFAULT_NUM_TESTS ]; then
109 if ! which modprobe 2> /dev/null > /dev/null; then
114 if ! which kmod 2> /dev/null > /dev/null; then
126 if [[ $KMOD_VERSION -le 19 ]]; then
134 if [ $uid -ne 0 ]; then
144 if [ ! -d $DIR ]; then
198 if ! echo -n 1 >$DIR/config_test_case; then
206 if ! echo -n 2 >$DIR/config_test_case; then
214 if ! echo -n $1 >$DIR/config_num_threads; then
222 if [[ -f ${MODPROBE_LIMIT_FILE} ]] ; then
239 if ! echo -n $1 >$DIR/config_test_driver; then
247 if ! echo -n $1 >$DIR/config_test_fs; then
265 if ! echo -n "1" >"$DIR"/reset; then
280 if ! echo -n "1" >"$DIR"/trigger_config 2>/dev/null; then
290 if echo "1" > $DIR/trigger_config 2>/dev/null; then
306 if [[ $ERRNO_NAME = "-ERR_ANY" ]]; then
307 if [[ $RC -ge 0 ]]; then
312 elif [[ $RC != $ERRNO ]]; then
503 if ! [[ $1 =~ $re ]]; then
529 if [[ $ENABLED -eq "1" ]]; then
537 if [ $# -ne 3 ]; then
549 if [ $# -eq 1 ]; then
564 if [ $# -eq 2 ]; then
580 if [ $# -eq 0 ]; then
583 if [[ "$1" = "all" ]]; then
585 elif [[ "$1" = "-w" ]]; then
588 elif [[ "$1" = "-t" ]]; then
592 elif [[ "$1" = "-c" ]]; then
597 elif [[ "$1" = "-s" ]]; then
600 elif [[ "$1" = "-l" ]]; then
602 elif [[ "$1" = "-h" || "$1" = "--help" ]]; then