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

/external/ltp/include/old/
H A Dtest.h164 # 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/
H A Dtest.sh41 *) 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 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 232 milliseconds