Lines Matching refs:TBROK
142 tst_brkm(TBROK | TERRNO, tst_exit, "socket()"); in test_socket()
153 tst_brkm(TBROK | TERRNO, tst_exit, "bind()"); in test_bind()
163 tst_brkm(TBROK | TERRNO, tst_exit, "sctp_bindx()"); in test_bindx_add()
173 tst_brkm(TBROK | TERRNO, tst_exit, "listen()"); in test_listen()
183 tst_brkm(TBROK | TERRNO, tst_exit, "connect()"); in test_connect()
193 tst_brkm(TBROK | TERRNO, tst_exit, "connectx()"); in test_connectx()
203 tst_brkm(TBROK | TERRNO, tst_exit, "accept()"); in test_accept()
213 tst_brkm(TBROK | TERRNO, tst_exit, "send(): error: %d", error); in test_send()
224 tst_brkm(TBROK | TERRNO, tst_exit, "sendto(): error: %d", error); in test_sendto()
235 tst_brkm(TBROK | TERRNO, tst_exit, "sendmsg(): error: %d", error); in test_sendmsg()
245 tst_brkm(TBROK | TERRNO, tst_exit, "recv()"); in test_recv()
255 tst_brkm(TBROK | TERRNO, tst_exit, "recvmsg()"); in test_recvmsg()
265 tst_brkm(TBROK | TERRNO, tst_exit, "shutdown()"); in test_shutdown()
276 tst_brkm(TBROK, tst_exit, "getsockopt(%d): %s", optname, in test_getsockopt()
287 tst_brkm(TBROK, tst_exit, "setsockopt(%d): %s", optname, in test_setsockopt()
298 tst_brkm(TBROK | TERRNO, tst_exit, "sctp_peeloff()"); in test_sctp_peeloff()
313 tst_brkm(TBROK, tst_exit, "sctp_sendmsg: error:%d errno:%d", in test_sctp_sendmsg()
326 tst_brkm(TBROK, tst_exit, "sctp_send: error:%d errno:%d", in test_sctp_send()
340 tst_brkm(TBROK | TERRNO, tst_exit, "sctp_recvmsg()"); in test_sctp_recvmsg()
350 tst_brkm(TBROK, tst_exit, "malloc failed"); in test_malloc()