Home
last modified time | relevance | path

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

/acpica-latest/tests/aslts/bin/
Dasltsrun826 CMP0PASS=`echo "$result_line" | grep 'PASS' | awk -F' ' '{printf $3}'`
837 if [ -z $CMP0PASS ]; then
839 CMP0PASS=0
860 if [ $CMP0PASS -ne $CMP1PASS ] || [ $CMP0FAIL -ne $CMP1FAIL ]; then
863 let "delta_data=$CMP0PASS-$CMP1PASS"
867 >&2 echo " Pass: $p1$delta_data (from $CMP1PASS to $CMP0PASS)"
877 >&2 echo " total pass: $CMP0PASS"