Home
last modified time | relevance | path

Searched refs:opt_str (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh384 opt_str="($opt_str)"
389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str"
401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh384 opt_str="($opt_str)"
389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str"
401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh384 opt_str="($opt_str)"
389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str"
401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh384 opt_str="($opt_str)"
389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str"
401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
/openbmc/linux/drivers/video/fbdev/via/
H A Dviafbdev.c1062 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()