Home | History | Annotate | Download | only in sendfile

Lines Matching full:cleanup

75 void cleanup(void);
110 tst_brkm(TBROK, cleanup, "mmap failed: %d", errno);
116 tst_brkm(TBROK, cleanup, "open failed: %d", errno);
118 SAFE_STAT(cleanup, in_file, &sb);
121 SAFE_MUNMAP(cleanup, protected_buffer,
176 tst_sig(FORK, DEF_HANDLER, cleanup);
184 tst_brkm(TBROK, cleanup, "creat failed in setup, errno: %d",
189 tst_brkm(TBROK, cleanup, "write failed, errno: %d", errno);
196 * cleanup() - performs all ONE TIME cleanup for this test at
199 void cleanup(void)
215 tst_brkm(TBROK, cleanup, "call to socket() failed: %s",
224 tst_brkm(TBROK, cleanup, "call to bind() failed: %s",
228 SAFE_GETSOCKNAME(cleanup, sockfd, (struct sockaddr *)&sin1, &slen);
232 tst_brkm(TBROK, cleanup, "client/server fork failed: %s",
239 tst_brkm(TBROK, cleanup, "self_exec failed");
251 tst_brkm(TBROK, cleanup, "call to socket() failed: %s",
255 SAFE_CONNECT(cleanup, s, (struct sockaddr *)&sin1, sizeof(sin1));
284 cleanup();