Lines Matching defs:cleanup
37 * issue a FAIL message, break remaining tests and cleanup
44 * call cleanup
70 void cleanup(void);
113 tst_brkm(TBROK, cleanup,
118 tst_brkm(TBROK, cleanup,
129 tst_brkm(TBROK, cleanup, "Fork of child failed");
133 tst_brkm(TBROK, cleanup,
148 tst_brkm(TFAIL, cleanup, "%s failed - errno = %d : %s",
175 tst_brkm(TBROK, cleanup, "shmdt failed ");
179 cleanup();
227 * cleanup() - performs all the ONE TIME cleanup for this test at completion
230 void cleanup(void)