Searched refs:bytesread (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c383 ssize_t bytesread = smbc_read(remotehandle, readbuf, blocksize); local
384 if(bytesread < 0) {
392 total_bytes += bytesread;
394 if(write(localhandle, readbuf, bytesread) < 0) {
395 fprintf(stderr, "Can't write %d bytes to local file %s at offset "OFF_T_FORMAT"\n", bytesread, path, curpos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102.h83 u16 bytesread; member in struct:sn9c102_sof_t
H A Dsn9c102_core.c517 if (unlikely(cam->sof.bytesread >= sizeof(marker))) {
518 cam->sof.header[cam->sof.bytesread] = *(m+i);
519 if (++cam->sof.bytesread == soflen) {
520 cam->sof.bytesread = 0;
527 for (j = 0, b=cam->sof.bytesread; j+b < sizeof(marker); j++) {
530 if (*(m+i+j) == marker[cam->sof.bytesread]) {
531 cam->sof.header[cam->sof.bytesread] = *(m+i+j);
532 if (++cam->sof.bytesread == sizeof(marker)) {
539 cam->sof.bytesread = 0;
682 cam->sof.bytesread
[all...]

Completed in 72 milliseconds