Lines Matching refs:rc

42 	int rc;  in drtm_event_log_measure_and_record()  local
53 rc = event_log_measure(data_base, data_size, hash_data); in drtm_event_log_measure_and_record()
54 if (rc != 0) { in drtm_event_log_measure_and_record()
55 return rc; in drtm_event_log_measure_and_record()
82 int rc; in drtm_take_measurements() local
100 rc = drtm_event_log_measure_and_record((uintptr_t)&drtm_null_data, in drtm_take_measurements()
104 CHECK_RC(rc, drtm_event_log_measure_and_record(DRTM_EVENT_ARM_DCE)); in drtm_take_measurements()
107 rc = drtm_event_log_measure_and_record((uintptr_t)&pcr_schema, in drtm_take_measurements()
111 CHECK_RC(rc, in drtm_take_measurements()
136 rc = drtm_event_log_measure_and_record((uintptr_t)drtm_event_arm_sep_data, in drtm_take_measurements()
140 CHECK_RC(rc, drtm_event_log_measure_and_record(DRTM_EVENT_ARM_SEPARATOR)); in drtm_take_measurements()
147 rc = drtm_event_log_measure_and_record((uintptr_t)&pcr_schema, in drtm_take_measurements()
151 CHECK_RC(rc, in drtm_take_measurements()
160 rc = drtm_event_log_measure_and_record((uintptr_t)&drtm_null_data, in drtm_take_measurements()
164 CHECK_RC(rc, in drtm_take_measurements()
169 rc = mmap_add_dynamic_region_alloc_va(a->dlme_paddr + a->dlme_img_off, in drtm_take_measurements()
172 if (rc) { in drtm_take_measurements()
174 __func__, rc); in drtm_take_measurements()
178 rc = drtm_event_log_measure_and_record(dlme_img_mapping, a->dlme_img_size, in drtm_take_measurements()
181 CHECK_RC(rc, drtm_event_log_measure_and_record(DRTM_EVENT_ARM_DLME)); in drtm_take_measurements()
183 rc = mmap_remove_dynamic_region(dlme_img_mapping, dlme_img_mapping_bytes); in drtm_take_measurements()
184 CHECK_RC(rc, mmap_remove_dynamic_region); in drtm_take_measurements()
192 CHECK_RC(rc, drtm_event_log_measure_and_record(DRTM_EVENT_ARM_DLME_EP)); in drtm_take_measurements()
195 rc = drtm_event_log_measure_and_record((uintptr_t)drtm_event_arm_sep_data, in drtm_take_measurements()
199 CHECK_RC(rc, in drtm_take_measurements()