Searched defs:tst_brkm (Results 1 - 3 of 3) sorted by relevance

/external/ltp/include/old/
H A Dtest.h155 #define tst_brkm(ttype, func, arg_fmt, ...) \ macro
175 * The child can use tst_resm(), tst_brkm() followed by the tst_exit() or
178 * WARNING: Be wary that the child cleanup function passed to tst_brkm()
/external/ltp/testcases/lib/
H A Dtest.sh38 *) tst_brkm TBROK "Invalid resm type '$1'";;
58 tst_brkm() function
64 *) tst_brkm TBROK "Invalid tst_brkm type '$1'";;
76 tst_brkm TBROK "Requires child pid as parameter"
85 tst_brkm TBROK "Child process pid='$child_pid' does not exist"
93 tst_brkm TCONF "Must be super/root for this test!"
139 tst_brkm TCONF "'$cmd' not found"
218 tst_brkm TBROK "$@ failed"
254 tst_brkm TBRO
[all...]
/external/ltp/utils/sctp/testlib/
H A Dsctputil.h116 #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(TBRO
[all...]

Completed in 122 milliseconds