Lines Matching defs:rc
104 int rc;
106 rc = arm_get_tb_fw_info(&event_log_base, &bl1_event_log_size,
108 if (rc != 0) {
165 int rc = plat_get_nv_ctr(nv_ctr_oids[i],
167 if (rc != 0) {
168 return rc;
178 int rc = 0;
187 rc = fvp_populate_critical_data(&populate_critical_data);
188 if (rc == 0) {
189 rc = plat_mboot_measure_critical_data(CRITICAL_DATA_ID,
195 return rc;
200 int rc;
208 rc = fvp_populate_and_measure_critical_data();
209 if (rc != 0) {
225 rc = arm_set_nt_fw_info(
230 if (rc != 0) {
252 rc = arm_set_tos_fw_info((uintptr_t)ARM_EVENT_LOG_DRAM1_BASE,
254 if (rc != 0) {