Searched refs:nread (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/ |
| H A D | eagain.patch | 27 test->buf + test->nread, 28 MIN (TEST_DATA_LENGTH / 2, TEST_DATA_LENGTH - test->nread), 36 test->nread += nread;
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 693 ssize_t nread; in do_read() local 764 nread = rc * SECTOR_SIZE; in do_read() 768 (int) nread); in do_read() 770 if (nread < 0) { in do_read() 772 (int) nread); in do_read() 773 nread = 0; in do_read() 774 } else if (nread < amount) { in do_read() 776 (int) nread, amount); in do_read() 777 nread -= (nread & 511); /* Round down to a block */ in do_read() 779 file_offset += nread; in do_read() [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_yaffs2.c | 507 int nread = 0; in yaffs2_rd_checkpt_tnodes() local 513 nread++; in yaffs2_rd_checkpt_tnodes() 536 nread, base_chunk, ok); in yaffs2_rd_checkpt_tnodes()
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib.c | 1506 int bzerr, nread; in BZ_API() local 1508 nread = BZ2_bzRead(&bzerr,b,buf,len); in BZ_API() 1510 return nread; in BZ_API()
|