Lines Matching refs:current_fip_file
59 static fip_file_state_t current_fip_file = {0}; variable
303 if (current_fip_file.entry.offset_address != 0U) { in fip_file_open()
329 (uintptr_t)¤t_fip_file.entry, in fip_file_open()
330 sizeof(current_fip_file.entry), in fip_file_open()
333 if (compare_uuids(¤t_fip_file.entry.uuid, in fip_file_open()
342 (compare_uuids(¤t_fip_file.entry.uuid, in fip_file_open()
350 current_fip_file.file_pos = 0; in fip_file_open()
351 entity->info = (uintptr_t)¤t_fip_file; in fip_file_open()
354 current_fip_file.entry.offset_address = 0; in fip_file_open()
440 if (current_fip_file.entry.offset_address != 0U) { in fip_file_close()
441 zeromem(¤t_fip_file, sizeof(current_fip_file)); in fip_file_close()