• Home
  • Raw
  • Download

Lines Matching refs:tst_exit

137                 tst_brkm(TBROK, tst_exit, "socket: %s", strerror(errno));  in test_socket()
145 tst_brkm(TBROK, tst_exit, "bind: %s", strerror(errno)); in test_bind()
153 tst_brkm(TBROK, tst_exit, "bindx (add): %s", strerror(errno)); in test_bindx_add()
161 tst_brkm(TBROK, tst_exit, "listen: %s", strerror(errno)); in test_listen()
169 tst_brkm(TBROK, tst_exit, "connect: %s", strerror(errno)); in test_connect()
177 tst_brkm(TBROK, tst_exit, "connectx: %s", strerror(errno)); in test_connectx()
185 tst_brkm(TBROK, tst_exit, "accept: %s", strerror(errno)); in test_accept()
193 tst_brkm(TBROK, tst_exit, "send: error:%d errno:%d", in test_send()
203 tst_brkm(TBROK, tst_exit, "sendto: error:%d errno:%d", in test_sendto()
213 tst_brkm(TBROK, tst_exit, "sendmsg: error:%d errno:%d", in test_sendmsg()
222 tst_brkm(TBROK, tst_exit, "recv: %s", strerror(errno)); in test_recv()
230 tst_brkm(TBROK, tst_exit, "recvmsg: %s", strerror(errno)); in test_recvmsg()
238 tst_brkm(TBROK, tst_exit, "shutdown: %s", strerror(errno)); in test_shutdown()
247 tst_brkm(TBROK, tst_exit, "getsockopt(%d): %s", optname, in test_getsockopt()
257 tst_brkm(TBROK, tst_exit, "setsockopt(%d): %s", optname, in test_setsockopt()
266 tst_brkm(TBROK, tst_exit, "sctp_peeloff: %s", strerror(errno)); in test_sctp_peeloff()
279 tst_brkm(TBROK, tst_exit, "sctp_sendmsg: error:%d errno:%d", in test_sctp_sendmsg()
290 tst_brkm(TBROK, tst_exit, "sctp_send: error:%d errno:%d", in test_sctp_send()
302 tst_brkm(TBROK, tst_exit, "sctp_recvmsg: %s", strerror(errno)); in test_sctp_recvmsg()
310 tst_brkm(TBROK, tst_exit, "malloc failed"); in test_malloc()