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

/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
281 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&gpt->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
282 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
289 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&gpt->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
290 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
297 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&gpt->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
298 ZF_LOGF_IF(gpt_destroy(gpt), CLEANUP_FAIL_TEXT); local
/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
238 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&epit->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
239 ZF_LOGF_IF(epit_destroy(epit), CLEANUP_FAIL_TEXT); local
246 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&epit->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
247 ZF_LOGF_IF(epit_destroy(epit), CLEANUP_FAIL_TEXT); local
254 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&epit->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
255 ZF_LOGF_IF(epit_destroy(epit), 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
590 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&ttc->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
591 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local
598 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&ttc->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
599 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local
606 ZF_LOGF_IF(ps_fdt_cleanup_cookie(&ttc->io_ops.malloc_ops, cookie), CLEANUP_FAIL_TEXT);
607 ZF_LOGF_IF(ttc_destroy(ttc), CLEANUP_FAIL_TEXT); local

Completed in 26 milliseconds