gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fatDCacheEnd (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
798:         return (map->m_page == NULL) ? E_OK :
799:                                 fatDCacheEnd(map->m_fs, map->m_page);
800: }
862: if (map->m_page != NULL) { 863: err = fatDCacheEnd(fs, map->m_page); 864: if (err < E_OK) goto exit0;
3450: (void)fatDCacheUpdate(fs, page, 0); 3451: err = fatDCacheEnd(fs, page); 3452: }