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

  /external/ltp/include/old/
test.h 164 # define tst_brkm(flags, cleanup, fmt, ...) do { \ macro
171 # define tst_brkm(flags, cleanup, fmt, ...) do { \ macro
192 * The child can use tst_resm(), tst_brkm() followed by the tst_exit() or
195 * WARNING: Be wary that the child cleanup function passed to tst_brkm()
  /external/ltp/testcases/lib/
test.sh 41 *) tst_brkm TBROK "Invalid resm type '$1'";;
66 tst_brkm() function
72 *) tst_brkm TBROK "Invalid tst_brkm type '$1'";;
84 tst_brkm TBROK "Requires child pid as parameter"
93 tst_brkm TBROK "Child process pid='$child_pid' does not exist"
101 tst_brkm TCONF "Must be super/root for this test!"
151 tst_brkm TCONF "'$cmd' not found"
230 tst_brkm TBROK "$@ failed"
270 tst_brkm TBROK "$@ failed
    [all...]
  /external/ltp/utils/sctp/testlib/
sctputil.h 116 #define tst_brkm(a1, a2, whatever...) \ macro
137 tst_brkm(TBROK, tst_exit, "socket: %s", strerror(errno));
145 tst_brkm(TBROK, tst_exit, "bind: %s", strerror(errno));
153 tst_brkm(TBROK, tst_exit, "bindx (add): %s", strerror(errno));
161 tst_brkm(TBROK, tst_exit, "listen: %s", strerror(errno));
169 tst_brkm(TBROK, tst_exit, "connect: %s", strerror(errno));
177 tst_brkm(TBROK, tst_exit, "connectx: %s", strerror(errno));
185 tst_brkm(TBROK, tst_exit, "accept: %s", strerror(errno));
193 tst_brkm(TBROK, tst_exit, "send: error:%d errno:%d",
203 tst_brkm(TBROK, tst_exit, "sendto: error:%d errno:%d"
    [all...]

Completed in 346 milliseconds