Searched refs:opt_str (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 222 local opt_str=$2 225 opt_str="($opt_str)" 230 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 242 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 358 local opt_str=$2 361 opt_str="($opt_str)" 366 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 378 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 385 local opt_str=$2 387 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 358 local opt_str=$2 361 opt_str="($opt_str)" 366 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 378 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 385 local opt_str=$2 387 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 358 local opt_str=$2 361 opt_str="($opt_str)" 366 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 378 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 385 local opt_str=$2 387 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 358 local opt_str=$2 361 opt_str="($opt_str)" 366 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 378 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 385 local opt_str=$2 387 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 1062 static int parse_port(char *opt_str, int *output_interface) in parse_port() argument 1064 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1066 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1068 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1070 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1072 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 1062 static int parse_port(char *opt_str, int *output_interface) in parse_port() argument 1064 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1066 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1068 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1070 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1072 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|
Completed in 12 milliseconds