Home
last modified time | relevance | path

Searched refs:id (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c1246 u32 image_top, u32 image_bottom, u32 id) in FS_OpenFileDirect() argument
1258 arg->id = id; in FS_OpenFileDirect()
1277 BOOL FS_OpenFileFast(FSFile *file, FSFileID id) in FS_OpenFileFast() argument
1284 if (id.arc) in FS_OpenFileFast()
1287 file->arc = id.arc; in FS_OpenFileFast()
1289 arg->id = id.file_id; in FS_OpenFileFast()
1763 info->id = FS_INVALID_FILE_ID; in FS_ReadDirectory()
1792 arg->id = (u32)((pos->own_id << 0) | (pos->index << 16)); in FS_SeekDir()
2226 info->id = FS_INVALID_FILE_ID; in FS_ReadDirectoryW()
2262 if (info->id == FS_INVALID_FILE_ID) in FSi_ConvertToDirEntry()
[all …]
/TwlSDK-5.4.5/build/libraries/os/common/src/
Dos_reset.c136 u16 id = (u16)OS_GetLockID(); in OS_ResetSystem() local
137 CARD_LockRom(id); in OS_ResetSystem()