Home | History | Annotate | Download | only in testlib

Lines Matching defs:tst_brkm

116 #define tst_brkm(a1, a2, whatever...) \
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",
213 tst_brkm(TBROK, tst_exit, "sendmsg: error:%d errno:%d",
222 tst_brkm(TBROK, tst_exit, "recv: %s", strerror(errno));
230 tst_brkm(TBROK, tst_exit, "recvmsg: %s", strerror(errno));
238 tst_brkm(TBROK, tst_exit, "shutdown: %s", strerror(errno));
247 tst_brkm(TBROK, tst_exit, "getsockopt(%d): %s", optname,
257 tst_brkm(TBROK, tst_exit, "setsockopt(%d): %s", optname,
266 tst_brkm(TBROK, tst_exit, "sctp_peeloff: %s", strerror(errno));
279 tst_brkm(TBROK, tst_exit, "sctp_sendmsg: error:%d errno:%d",
290 tst_brkm(TBROK, tst_exit, "sctp_send: error:%d errno:%d",
302 tst_brkm(TBROK, tst_exit, "sctp_recvmsg: %s", strerror(errno));
310 tst_brkm(TBROK, tst_exit, "malloc failed");