Searched refs:actual (Results 1 - 25 of 94) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dread.c23 int actual; member in struct:prom_args
32 args.actual = -1;
34 return args.actual;
H A Dwrite.c23 int actual; member in struct:prom_args
32 args.actual = -1;
34 return args.actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dimager.c67 ssize_t actual; local
105 actual = write(fd, cp, fs->blocksize * d);
106 if (actual == -1) {
110 if (actual != (ssize_t) (fs->blocksize * d)) {
137 ssize_t actual; local
153 actual = read(fd, buf, fs->blocksize * c);
154 if (actual == -1) {
158 if (actual != (ssize_t) (fs->blocksize * c)) {
184 ssize_t actual; local
194 actual
232 ssize_t actual, size; local
274 ssize_t actual; local
338 ssize_t actual; local
[all...]
H A Dunix_io.c126 int actual = 0; local
134 actual = read(data->dev, buf, size);
135 if (actual != size) {
136 if (actual < 0)
137 actual = 0;
144 memset((char *) buf+actual, 0, size-actual);
147 size, actual, retval);
162 int total = 0, actual; local
179 actual
212 int actual = 0; local
632 ssize_t actual; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dtesting.sh76 echo -ne "$5" | eval "$2" > actual
79 cmp expected actual >/dev/null 2>/dev/null
84 [ -n "$VERBOSE" ] && diff -u expected actual
88 rm -f input expected actual
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_common.c47 int actual, n; local
49 actual = slip_esc(buf, slip->obuf, len);
50 n = net_write(fd, slip->obuf, actual);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusb_u132.h75 int halted, int skipped, int actual, int non_null));
80 int halted, int skipped, int actual, int non_null));
85 int halted, int skipped, int actual, int non_null));
90 int halted, int skipped, int actual, int non_null));
95 int halted, int skipped, int actual, int non_null));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dclock.c269 unsigned long actual; local
275 actual = clk->parent->rate_hz;
277 if (actual && actual <= rate)
279 actual >>= 1;
283 return (prescale < 7) ? actual : -ENOENT;
291 unsigned long actual; local
299 actual = clk->parent->rate_hz;
301 if (actual && actual <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc14 actual 'speed' numbers look better which is a realistic version of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A D6pack.c144 int actual, when = sp->slottime; local
153 actual = sp->tty->driver->write(sp->tty, sp->xbuff, sp->status2);
154 sp->xleft -= actual;
155 sp->xhead += actual;
169 int actual, count; local
225 actual = sp->tty->driver->write(sp->tty, sp->xbuff, count);
226 sp->xleft = count - actual;
227 sp->xhead = sp->xbuff + actual;
427 int actual; local
442 actual
894 int actual; local
[all...]
H A Dmkiss.c439 int actual, count; local
520 actual = ax->tty->driver->write(ax->tty, ax->xbuff, count);
522 ax->stats.tx_bytes += actual;
525 ax->xleft = count - actual;
526 ax->xhead = ax->xbuff + actual;
945 int actual; local
960 actual = tty->driver->write(tty, ax->xhead, ax->xleft);
961 ax->xleft -= actual;
962 ax->xhead += actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dreadahead.c359 unsigned long nr_to_read, unsigned long actual)
361 if (actual == 0) {
402 int actual; local
407 actual = __do_page_cache_readahead(mapping, filp, offset, nr_to_read);
409 return check_ra_success(ra, nr_to_read, actual);
358 check_ra_success(struct file_ra_state *ra, unsigned long nr_to_read, unsigned long actual) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dirport.c652 int actual = 0; local
655 while ((actual < fifo_size) && (actual < len)) {
657 outb(buf[actual], iobase+UART_TX);
659 actual++;
662 return actual;
677 int actual = 0; local
690 actual = irport_write(iobase, self->io.fifo_size,
692 self->tx_buff.data += actual;
693 self->tx_buff.len -= actual;
961 int actual = 0; local
[all...]
H A Dsir_dev.c430 int actual = 0; local
440 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len);
442 if (likely(actual>0)) {
443 dev->tx_buff.data += actual;
444 dev->tx_buff.len -= actual;
446 else if (unlikely(actual<0)) {
449 __FUNCTION__, actual);
591 int actual = 0; local
654 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len);
656 if (likely(actual >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-macros.S72 mov \reg, \reg, lsl \tmp @ actual cache line size
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.c225 int actual, count, mtu = sl->dev->mtu; local
248 actual = sl->tty->driver->write(sl->tty, sl->xbuff, count);
249 sl->xleft = count - actual;
250 sl->xhead = sl->xbuff + actual;
261 int actual; local
278 actual = tty->driver->write(tty, sl->xhead, sl->xleft);
279 sl->xleft -= actual;
280 sl->xhead += actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Daio.c149 unsigned long long actual; local
152 actual = lseek64(req->io_fd, req->offset, SEEK_SET);
153 if(actual != req->offset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dpxa2xx_udc.c441 req->req.actual, req->req.length);
461 buf = req->req.buf + req->req.actual;
465 length = min(req->req.length - req->req.actual, max);
466 req->req.actual += length;
496 if (likely(req->req.length != req->req.actual)
508 req->req.length - req->req.actual, req);
570 req->req.length - req->req.actual, req);
624 buf = req->req.buf + req->req.actual;
626 bufferspace = req->req.length - req->req.actual;
631 req->req.actual
[all...]
H A Dgoku_udc.c361 req->req.actual, req->req.length);
378 length = min(req->req.length - req->req.actual, max);
379 req->req.actual += length;
397 buf = req->req.buf + req->req.actual;
423 if (likely(req->req.length != req->req.actual)
450 buf = req->req.buf + req->req.actual;
464 bufferspace = req->req.length - req->req.actual;
482 req->req.actual += size;
487 req, req->req.actual, req->req.length);
508 if (unlikely(is_short || req->req.actual
[all...]
H A Dlh7a40x_udc.c127 buf = req->req.buf + req->req.actual;
130 length = req->req.length - req->req.actual;
132 req->req.actual += length;
521 if (likely(req->req.length != req->req.actual)
533 req->req.length - req->req.actual, req);
568 buf = req->req.buf + req->req.actual;
570 bufferspace = req->req.length - req->req.actual;
574 req->req.actual += min(count, bufferspace);
579 is_short ? "/S" : "", req, req->req.actual, req->req.length);
601 if (is_short || req->req.actual
[all...]
H A Domap_udc.c428 req->req.actual, req->req.length);
452 len = min(req->req.length - req->req.actual, max);
453 req->req.actual += len;
479 buf = req->req.buf + req->req.actual;
495 else if (req->req.length == req->req.actual
516 len = min(req->req.length - req->req.actual, avail);
517 req->req.actual += len;
540 buf = req->req.buf + req->req.actual;
573 } else if (req->req.length == req->req.actual)
664 unsigned length = req->req.length - req->req.actual;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbt3c_cs.c165 int actual = 0; local
170 while (actual < len) {
172 bt3c_put(iobase, buf[actual]);
173 actual++;
176 bt3c_io_write(iobase, 0x7005, actual);
178 return actual;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry26.S71 ldr r0, [r5, #-4] @ get actual instruction into r0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S73 ldr r0, [r5, #-4] @ get actual instruction into r0

Completed in 212 milliseconds

1234