Searched refs:FRESULT (Results 1 – 6 of 6) sorted by relevance
415 } FRESULT; typedef422 FRESULT f_scanfat (FATFS* fs);423 FRESULT f_boundary (FATFS *fs, DWORD clust);424 FRESULT f_disvirfs (FATFS* fs);425 FRESULT f_unregvirfs (FATFS* fs);426 FRESULT f_regvirfs (FATFS* fs);427 FRESULT f_checkvirpart (FATFS* fs, const TCHAR* path, BYTE vol);428 FRESULT f_makevirpart (FATFS* fs, const TCHAR* path, BYTE vol);429 FRESULT f_getvirfree (const TCHAR* path, DWORD* nclst, DWORD* cclst);430 FRESULT f_checkname (const TCHAR* path);[all …]
751 FRESULT res /* Result code to be returned */ in unlock_fs()768 static FRESULT chk_lock ( /* Check if the file can be accessed */ in chk_lock()835 static FRESULT dec_lock ( /* Decrement object open counter */ in dec_lock()840 FRESULT res; in dec_lock()869 FRESULT empty_lock(FATFS* fs) /* check lock entries is empty or not. */ in empty_lock()881 FRESULT f_checkopenlock(int index) /* check lock entries is empty or not by index. */ in f_checkopenlock()894 FRESULT sync_window ( /* Returns FR_OK or FR_DISK_ERR */ in sync_window()898 FRESULT res = FR_OK; in sync_window()920 FRESULT move_window ( /* Returns FR_OK or FR_DISK_ERR */ in move_window()925 FRESULT res = FR_OK; in move_window()[all …]
6 FRESULT open_append ( in open_append()11 FRESULT fr; in open_append()27 FRESULT fr; in main()
9 FRESULT delete_node ( in delete_node()16 FRESULT fr; in delete_node()56 FRESULT fr; in main()
5 FRESULT test_contiguous_file ( in test_contiguous_file()12 FRESULT fr; in test_contiguous_file()
17 FRESULT put_fat (FATFS* fs, DWORD clst, DWORD val);80 FRESULT fr; in main()