Home | History | Annotate | Download | only in tpci_user

Lines Matching refs:cleanup

44 static void cleanup(void)
59 tst_sig(FORK, DEF_HANDLER, cleanup);
70 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", i);
71 SAFE_FILE_SCANF(cleanup, dev_result, "%d", &res);
80 tst_module_load(cleanup, module_name, NULL);
89 fd = SAFE_OPEN(cleanup, dev_busslot, O_WRONLY);
94 SAFE_CLOSE(cleanup, fd);
97 tst_brkm(TBROK | TERRNO, cleanup,
100 SAFE_CLOSE(cleanup, fd);
114 cleanup();