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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
47 d->props.generic_bulk_ctrl_endpoint),rbuf,rlen,&actlen,
54 debug_dump(rbuf,actlen,deb_xfer);
H A Ddib0700_core.c342 int ret, actlen; local
349 if ((ret = usb_bulk_msg(udev, usb_sndbulkpipe(udev, 0x01),buf,8,&actlen,1000)) < 0) {
353 if (actlen != 8) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DWgetTest.pm187 my $actlen = length $actual;
189 if ($explen != $actlen) {
190 $str .= "Sizes don't match: expected = $explen, actual = $actlen\n";
193 my $min = $explen <= $actlen? $explen : $actlen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c587 int ret, actlen; local
640 ret = cxacru_start_wait_urb(instance->rcv_urb, &instance->rcv_done, &actlen);
646 if (actlen % CMD_PACKET_SIZE || !actlen) {
649 cm, actlen);
655 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) {

Completed in 121 milliseconds