Searched refs:totalRead (Results 1 – 1 of 1) sorted by relevance
1076 int totalRead = 0; in yaffsfs_do_read() local1092 totalRead = -1; in yaffsfs_do_read()1096 totalRead = -1; in yaffsfs_do_read()1099 totalRead = -1; in yaffsfs_do_read()1123 totalRead = -1; in yaffsfs_do_read()1144 totalRead += nRead; in yaffsfs_do_read()1164 if (totalRead >= 0) in yaffsfs_do_read()1165 fd->position = startPos + totalRead; in yaffsfs_do_read()1174 return (totalRead >= 0) ? totalRead : -1; in yaffsfs_do_read()
Completed in 10 milliseconds