Searched defs:CLEANUP_FAIL_TEXT (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/imx/epit/
H A Depit.c24 #define CLEANUP_FAIL_TEXT "Failed to cleanup the EPIT after failing to initialise it" macro
239 ZF_LOGF_IF(epit_destroy(epit), CLEANUP_FAIL_TEXT); local
247 ZF_LOGF_IF(epit_destroy(epit), CLEANUP_FAIL_TEXT); local
255 ZF_LOGF_IF(epit_destroy(epit), CLEANUP_FAIL_TEXT); local
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/imx/
H A Dgpt.c28 #define CLEANUP_FAIL_TEXT "Failed to cleanup the GPT after failing to initialise it" macro
282 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
290 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
298 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/zynq/
H A Dtimer.c26 #define CLEANUP_FAIL_TEXT "Failed to cleanup the TTC after failing to initialise it" macro
591 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local
599 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local
607 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local

Completed in 29 milliseconds