HomeSort by relevance Sort by last modified time
    Searched defs:tst_resm (Results 1 - 3 of 3) sorted by null

  /external/ltp/include/old/
test.h 147 #define tst_resm(ttype, arg_fmt, ...) \ macro
192 * The child can use tst_resm(), tst_brkm() followed by the tst_exit() or
  /external/ltp/testcases/lib/
test.sh 45 tst_resm() function
77 tst_resm "$ret" "$@"
177 tst_resm TINFO "Failed to execute '$cmd' after $RETRIES retries"
278 tst_resm TPASS "$@ passed as expected"
280 tst_resm TFAIL "$@ failed unexpectedly"
289 tst_resm TPASS "$@ failed as expected"
291 tst_resm TFAIL "$@ passed unexpectedly"
310 tst_resm TINFO "Formatting $device with $fs_type extra opts='$fs_opts'"
321 tst_resm TINFO "The $device is not mounted, skipping umount"
332 tst_resm TINFO "umount($device) failed, try $i ...
    [all...]
  /external/ltp/utils/sctp/testlib/
sctputil.h 123 #define tst_resm(a1, whatever...) \ macro

Completed in 80 milliseconds