Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dreadtest.c33 static unsigned char *iobuf1; variable
45 void *oobbuf = iobuf1; in read_eraseblock_by_page()
112 (unsigned int)iobuf1[i]); in dump_eraseblock()
162 iobuf1 = kmalloc(mtd->erasesize, GFP_KERNEL); in mtd_readtest_init()
163 if (!iobuf1) in mtd_readtest_init()
205 kfree(iobuf1); in mtd_readtest_init()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch544 + char iobuf1[BUFSIZ];
751 + fsize -= (off_t)sizeof(ctl->iobuf1)) {
753 + ssize_t rsize = fsize > (ssize_t) sizeof(ctl->iobuf1) ?
754 + (ssize_t) sizeof(ctl->iobuf1) : fsize;
756 + if ((xsz = read(fd, ctl->iobuf1, rsize)) != rsize)
766 + if (memcmp(ctl->iobuf1, ctl->iobuf2, rsize))
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch120 (ssize_t) sizeof(ctl->iobuf1) : fsize;
122 if ((xsz = read(fd, ctl->iobuf1, rsize)) != rsize)