Lines Matching defs:cleanup
41 static void cleanup(void)
49 FILE *f = SAFE_FOPEN(cleanup, name, "r");
51 SAFE_FCLOSE(cleanup, f);
62 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", ACPI_TRAVERSE);
63 SAFE_FILE_SCANF(cleanup, dev_result, "%d", &res);
119 SAFE_FILE_PRINTF(cleanup, dev_tcase, "%d", i);
120 SAFE_FILE_SCANF(cleanup, dev_result, "%d", &res);
136 tst_sig(FORK, DEF_HANDLER, cleanup);
141 SAFE_FILE_SCANF(cleanup, dev_acpi_disabled, "%d", &acpi_disabled);
143 tst_brkm(TCONF, cleanup, "ACPI is disabled on the system");
147 cleanup();