Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dfind-elf4tmp.sh52 test_res=`/usr/bin/strings $f | /bin/grep '/tmp/' | /bin/egrep -v 'XX|/tmp/$|[ .,:]/tmp/'`
53 if [ x"$test_res" = "x" ] ; then
73 …echo $test_res | /usr/bin/tr '\b' '\n' | /usr/bin/awk 'NF >= 1 { printf "%-46s\t%-30s\t%s\n", f, r…
H A Dfind-sh4tmp.sh54 test_res=`cat $f 2>/dev/null | grep '\/tmp\/' | grep -v 'mktemp' | grep -v '^#'`
55 if [ x"$test_res" = x ] ; then
/openbmc/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c277 int test_res; in TEST_F() local
302 test_res = get_test_results("pc_test"); in TEST_F()
303 ASSERT_EQ(test_res, 1); in TEST_F()
316 int test_res; in TEST_F() local
325 test_res = get_test_results("ioctl_test"); in TEST_F()
326 ASSERT_EQ(test_res, 1); in TEST_F()
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_regexps.py12 def test_res() -> None: function
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_leveling.c814 u32 test_res = 0; /* 0 - success for all pup */ in ddr3_tip_dynamic_write_leveling() local
1040 test_res = 0; in ddr3_tip_dynamic_write_leveling()
1089 test_res = 1; in ddr3_tip_dynamic_write_leveling()
1109 if (test_res != 0) { in ddr3_tip_dynamic_write_leveling()