Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1075 int totalRead = 0; in yaffsfs_do_read() local
1091 totalRead = -1; in yaffsfs_do_read()
1095 totalRead = -1; in yaffsfs_do_read()
1098 totalRead = -1; in yaffsfs_do_read()
1122 totalRead = -1; in yaffsfs_do_read()
1143 totalRead += nRead; in yaffsfs_do_read()
1163 if (totalRead >= 0) in yaffsfs_do_read()
1164 fd->position = startPos + totalRead; in yaffsfs_do_read()
1173 return (totalRead >= 0) ? totalRead : -1; in yaffsfs_do_read()