Searched refs:totalbytes (Results 1 - 17 of 17) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Drestart.c121 size_t totalbytes; local
123 for (bufp = buf, bytestowrite = size, totalbytes = 0;
131 totalbytes += byteswritten;
133 return totalbytes;
153 int totalbytes = 0; local
156 totalbytes += bytesread;
157 return totalbytes;
164 size_t totalbytes; local
166 for (bufp = buf, bytestoread = size, totalbytes = 0;
170 if ((bytesread == 0) && (totalbytes
[all...]
H A Ddynamic-art.c531 int totalbytes = 0; local
535 while (totalbytes < size) {
536 bytesleft = size - totalbytes;
545 return totalbytes;
548 totalbytes += bytesread;
550 return totalbytes;
556 int totalbytes = 0; local
560 while (totalbytes < size) {
561 bytesleft = size - totalbytes;
576 totalbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Drestart.c121 size_t totalbytes; local
123 for (bufp = buf, bytestowrite = size, totalbytes = 0;
131 totalbytes += byteswritten;
133 return totalbytes;
153 int totalbytes = 0; local
156 totalbytes += bytesread;
157 return totalbytes;
164 size_t totalbytes; local
166 for (bufp = buf, bytestoread = size, totalbytes = 0;
170 if ((bytesread == 0) && (totalbytes
[all...]
H A Ddynamic-art.c531 int totalbytes = 0; local
535 while (totalbytes < size) {
536 bytesleft = size - totalbytes;
545 return totalbytes;
548 totalbytes += bytesread;
550 return totalbytes;
556 int totalbytes = 0; local
560 while (totalbytes < size) {
561 bytesleft = size - totalbytes;
576 totalbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Drestart.c121 size_t totalbytes; local
123 for (bufp = buf, bytestowrite = size, totalbytes = 0;
131 totalbytes += byteswritten;
133 return totalbytes;
153 int totalbytes = 0; local
156 totalbytes += bytesread;
157 return totalbytes;
164 size_t totalbytes; local
166 for (bufp = buf, bytestoread = size, totalbytes = 0;
170 if ((bytesread == 0) && (totalbytes
[all...]
H A Ddynamic-art.c531 int totalbytes = 0; local
535 while (totalbytes < size) {
536 bytesleft = size - totalbytes;
545 return totalbytes;
548 totalbytes += bytesread;
550 return totalbytes;
556 int totalbytes = 0; local
560 while (totalbytes < size) {
561 bytesleft = size - totalbytes;
576 totalbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_usb.h69 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c391 cardp->totalbytes = cardp->fwlastblksent;
395 lbs_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
396 cardp->totalbytes);
402 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
405 cardp->fwlastblksent = cardp->totalbytes;
406 cardp->totalbytes += sizeof(struct fwheader);
408 memcpy(fwdata->data, &firmware[cardp->totalbytes],
415 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
422 lbs_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
423 cardp->fwseqnum, cardp->totalbytes);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/libertas_tf/
H A Dif_usb.h66 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c290 cardp->totalbytes = cardp->fwlastblksent;
294 lbtf_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
295 cardp->totalbytes);
301 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
304 cardp->fwlastblksent = cardp->totalbytes;
305 cardp->totalbytes += sizeof(struct fwheader);
307 memcpy(fwdata->data, &firmware[cardp->totalbytes],
314 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
321 lbtf_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
322 cardp->fwseqnum, cardp->totalbytes);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.h69 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c391 cardp->totalbytes = cardp->fwlastblksent;
395 lbs_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
396 cardp->totalbytes);
402 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
405 cardp->fwlastblksent = cardp->totalbytes;
406 cardp->totalbytes += sizeof(struct fwheader);
408 memcpy(fwdata->data, &firmware[cardp->totalbytes],
415 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
422 lbs_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
423 cardp->fwseqnum, cardp->totalbytes);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dif_usb.h66 uint32_t totalbytes; member in struct:if_usb_card
H A Dif_usb.c290 cardp->totalbytes = cardp->fwlastblksent;
294 lbtf_deb_usb2(&cardp->udev->dev, "totalbytes = %d\n",
295 cardp->totalbytes);
301 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
304 cardp->fwlastblksent = cardp->totalbytes;
305 cardp->totalbytes += sizeof(struct fwheader);
307 memcpy(fwdata->data, &firmware[cardp->totalbytes],
314 cardp->totalbytes += le32_to_cpu(fwdata->hdr.datalength);
321 lbtf_deb_usb2(&cardp->udev->dev, "seqnum = %d totalbytes = %d\n",
322 cardp->fwseqnum, cardp->totalbytes);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c277 u32 totalbytes = pmf_next32(cmd); local
282 "totalbytes: %d) ...\n",
283 maskbytes, valuesbytes, totalbytes);
287 PMF_PARSE_CALL(rmw_i2c, cmd, h, maskbytes, valuesbytes, totalbytes,
319 u32 totalbytes = pmf_next32(cmd); local
324 " totalbytes: %d) ...\n",
325 maskbytes, valuesbytes, totalbytes);
330 totalbytes, maskblob, valuesblob);
373 u32 totalbytes = pmf_next32(cmd); local
378 ", totalbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c277 u32 totalbytes = pmf_next32(cmd); local
282 "totalbytes: %d) ...\n",
283 maskbytes, valuesbytes, totalbytes);
287 PMF_PARSE_CALL(rmw_i2c, cmd, h, maskbytes, valuesbytes, totalbytes,
319 u32 totalbytes = pmf_next32(cmd); local
324 " totalbytes: %d) ...\n",
325 maskbytes, valuesbytes, totalbytes);
330 totalbytes, maskblob, valuesblob);
373 u32 totalbytes = pmf_next32(cmd); local
378 ", totalbytes
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/ui/
H A Dui_tcpcmds.c675 int totalbytes = 0; local
794 totalbytes += res;
804 totalbytes += res;
818 totalbytes,totalbufs,stop_time-start_time);

Completed in 226 milliseconds