HomeSort by relevance Sort by last modified time
    Searched full:nspare (Results 1 - 6 of 6) sorted by null

  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 256 struct yaffs_NANDSpare nspare; local
259 (yaffs_Spare *) & nspare);
260 memcpy(spare, &nspare, sizeof(yaffs_Spare));
262 if (nspare.eccres1 > 0) {
267 } else if (nspare.eccres1 < 0) {
274 if (nspare.eccres2 > 0) {
279 } else if (nspare.eccres2 < 0) {
286 if (nspare.eccres1 || nspare.eccres2) {
291 if (nspare.eccres1 < 0 || nspare.eccres2 < 0
    [all...]
yaffs_mtdif.c 58 struct yaffs_NANDSpare *nspare = (struct yaffs_NANDSpare *)spare; local
70 nspare->eccres1 = nspare->eccres2 = 0; /* FIXME */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
genhd.h 126 #define NSPARE 5
127 __u32 d_spare[NSPARE]; /* reserved for future use */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 126 #define NSPARE 5
127 __u32 d_spare[NSPARE]; /* reserved for future use */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 126 #define NSPARE 5
127 __u32 d_spare[NSPARE]; /* reserved for future use */
  /external/kernel-headers/original/linux/
genhd.h 316 #define NSPARE 5
317 __u32 d_spare[NSPARE]; /* reserved for future use */

Completed in 682 milliseconds