Lines Matching refs:p_entry
140 FSDirEntry *const p_entry = file->arg.readdir.p_entry; in CustomRom_ArchiveProc() local
147 p_entry->name_len = (u32)STD_GetStringLength(cur->name); in CustomRom_ArchiveProc()
151 MI_CpuCopy8(cur->name, p_entry->name, p_entry->name_len + 1); in CustomRom_ArchiveProc()
156 p_entry->is_directory = 1; in CustomRom_ArchiveProc()
157 p_entry->dir_id.arc = file->arc; in CustomRom_ArchiveProc()
158 p_entry->dir_id.own_id = (u16)(cur->obj.dir - dir_list); in CustomRom_ArchiveProc()
159 p_entry->dir_id.index = 0; in CustomRom_ArchiveProc()
160 p_entry->dir_id.pos = 0; in CustomRom_ArchiveProc()
165 p_entry->is_directory = 0; in CustomRom_ArchiveProc()
166 p_entry->file_id.arc = file->arc; in CustomRom_ArchiveProc()
167 p_entry->file_id.file_id = (u32)(cur->obj.file - file_list); in CustomRom_ArchiveProc()