Home | History | Annotate | Download | only in userns

Lines Matching full:cleanup

34 static void cleanup(void)
88 tst_brkm(TFAIL | TERRNO, cleanup, "clone failed");
94 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
95 SAFE_WRITE(cleanup, 1, fd, content, strlen(content));
96 SAFE_CLOSE(cleanup, fd);
100 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
101 SAFE_WRITE(cleanup, 1, fd, "deny", 4);
102 SAFE_CLOSE(cleanup, fd);
107 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
108 SAFE_WRITE(cleanup, 1, fd, content, strlen(content));
109 SAFE_CLOSE(cleanup, fd);
111 TST_SAFE_CHECKPOINT_WAKE(cleanup, 0);
113 tst_record_childstatus(cleanup, childpid);
115 cleanup();