Searched refs:tls (Results 1 – 1 of 1) sorted by relevance
513 FATFSResultBuffer tls[1]; in FSi_FATFS_GetPathInfo() local514 FATFS_RegisterResultBuffer(tls, TRUE); in FSi_FATFS_GetPathInfo()536 result = FSi_ConvertError(tls->result); in FSi_FATFS_GetPathInfo()539 FATFS_RegisterResultBuffer(tls, FALSE); in FSi_FATFS_GetPathInfo()561 FATFSResultBuffer tls[1]; in FSi_FATFS_SetPathInfo() local562 FATFS_RegisterResultBuffer(tls, TRUE); in FSi_FATFS_SetPathInfo()583 result = FSi_ConvertError(tls->result); in FSi_FATFS_SetPathInfo()586 FATFS_RegisterResultBuffer(tls, FALSE); in FSi_FATFS_SetPathInfo()607 FATFSResultBuffer tls[1]; in FSi_FATFS_CreateFile() local608 FATFS_RegisterResultBuffer(tls, TRUE); in FSi_FATFS_CreateFile()[all …]