Lines Matching refs:rc
39 int rc; in bl1_plat_mboot_init() local
65 rc = event_log_init_and_reg(event_log, event_log + event_log_max_size, in bl1_plat_mboot_init()
67 if (rc < 0) { in bl1_plat_mboot_init()
68 ERROR("Failed to initialize event log (%d).\n", rc); in bl1_plat_mboot_init()
72 rc = event_log_write_header(algos, ARRAY_SIZE(algos), 0, NULL, 0); in bl1_plat_mboot_init()
73 if (rc < 0) { in bl1_plat_mboot_init()
74 ERROR("Failed to write event log header (%d).\n", rc); in bl1_plat_mboot_init()
84 uint8_t *rc = transfer_list_event_log_finish( in bl1_plat_mboot_finish() local
90 if (rc != NULL) { in bl1_plat_mboot_finish()
94 int rc = arm_set_tb_fw_info((uintptr_t)event_log, event_log_cur_size, in bl1_plat_mboot_finish() local
96 if (rc == 0) { in bl1_plat_mboot_finish()