Home | History | Annotate | Download | only in userns

Lines Matching full:cleanup

42 static void cleanup(void)
73 TST_SAFE_CHECKPOINT_WAKE(cleanup, 0);
99 tst_brkm(TBROK | TERRNO, cleanup, "clone failed");
106 fd = SAFE_OPEN(cleanup, path, O_WRONLY, 0644);
107 SAFE_WRITE(cleanup, 1, fd, "deny", 4);
108 SAFE_CLOSE(cleanup, fd);
111 updatemap(cpid1, UID_MAP, 0, parentuid, cleanup);
112 updatemap(cpid1, GID_MAP, 0, parentgid, cleanup);
114 TST_SAFE_CHECKPOINT_WAKE(cleanup, 0);
115 tst_record_childstatus(cleanup, cpid1);
130 cleanup();