Searched refs:actlen (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dsmbiconv.c99 size_t actlen = 0; local
101 while (actlen < maxlen)
103 ssize_t n = read (fd, inptr, maxlen - actlen);
117 actlen += n;
120 if (actlen == maxlen)
135 inptr = inbuf + actlen;
139 n = read (fd, inptr, maxlen - actlen);
153 actlen += n;
155 while (actlen < maxlen);
163 return process_block (cd, inbuf, actlen, outpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-urb.c14 int actlen,ret = -ENOMEM; local
31 d->props.generic_bulk_ctrl_endpoint), wbuf,wlen,&actlen,
35 err("bulk message failed: %d (%d/%d)",ret,wlen,actlen);
37 ret = actlen != wlen ? -1 : 0;
45 d->props.generic_bulk_ctrl_endpoint),rbuf,rlen,&actlen,
52 debug_dump(rbuf,actlen,deb_xfer);
H A Ddib0700_core.c176 int ret, actlen; local
183 if ((ret = usb_bulk_msg(udev, usb_sndbulkpipe(udev, 0x01),buf,8,&actlen,1000)) < 0) {
187 if (actlen != 8) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dcxacru.c489 int ret, actlen; local
538 ret = cxacru_start_wait_urb(instance->rcv_urb, &instance->rcv_done, &actlen);
544 if (actlen % CMD_PACKET_SIZE || !actlen) {
546 CMD_PACKET_SIZE, actlen);
552 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) {

Completed in 135 milliseconds