Searched refs:copied (Results 76 - 100 of 124) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c324 int rc, copied; local
336 copied = 0;
351 if (copied == 0) {
361 copied = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dxprt.h238 void xprt_complete_rqst(struct rpc_task *task, int copied);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Dddp.c1333 * Order matters here: If a packet has to be copied to make a new
1678 int copied = 0; local
1687 copied = ntohs(ddp->deh_len_hops) & 1023;
1691 copied -= offset;
1694 if (copied > size) {
1695 copied = size;
1698 err = skb_copy_datagram_iovec(skb, offset, msg->msg_iov, copied);
1711 return err ? : copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c488 int copied = 0; local
490 int space = tty_buffer_request_room(tty, size - copied);
498 copied += space;
502 } while (unlikely(size > copied));
503 return copied;
524 int copied = 0; local
526 int space = tty_buffer_request_room(tty, size - copied);
534 copied += space;
539 } while (unlikely(size > copied));
540 return copied;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c347 int copied = 0; local
349 for (e = cache->list; e && copied < num; e = e->next, copied++) {
360 BT_DBG("cache %p, copied %d", cache, copied);
361 return copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxprtsock.c665 int err, repsize, copied; local
699 if ((copied = rovr->rq_private_buf.buflen) > repsize)
700 copied = repsize;
709 xprt_adjust_cwnd(task, copied);
711 xprt_complete_rqst(task, copied);
H A Drpc_pipe.c237 msg->copied = 0;
243 /* NOTE: it is up to the callback to update msg->copied */
245 if (res < 0 || msg->len == msg->copied) {
304 len += msg->len - msg->copied;
H A Dxprt.c636 * @copied: actual number of bytes received from the transport
640 void xprt_complete_rqst(struct rpc_task *task, int copied) argument
645 task->tk_pid, ntohl(req->rq_xid), copied);
653 req->rq_received = req->rq_private_buf.len = copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c587 int copied; local
592 copied = -ESRCH;
599 copied = -ENOMEM;
604 copied = 0;
610 copied = -EFAULT;
615 if (!copied)
616 copied = -EIO;
619 copied += retval;
629 return copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c1593 int copied; local
1616 copied = skb->len;
1618 if (copied > size) {
1619 copied = size;
1623 skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1651 err = copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipx/
H A Daf_ipx.c1770 int copied, rc; local
1802 copied = ntohs(ipx->ipx_pktsize) - sizeof(struct ipxhdr);
1803 if (copied > size) {
1804 copied = size;
1809 copied);
1825 rc = copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/packet/
H A Daf_packet.c1046 int copied, err; local
1090 copied = skb->len;
1091 if (copied > len)
1093 copied=len;
1097 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1125 err = (flags&MSG_TRUNC) ? skb->len : copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Daf_rose.c1211 size_t copied; local
1237 copied = skb->len;
1239 if (copied > size) {
1240 copied = size;
1244 skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1267 return copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/unix/
H A Daf_unix.c1702 int copied = 0; local
1741 if (copied >= target)
1795 if (copied == 0)
1796 copied = -EFAULT;
1799 copied += chunk;
1838 return copied ? : err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dkeysets.pl109 * copied and put under another distribution licence
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat83 echo Tests copied
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dkeysets.pl109 * copied and put under another distribution licence
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_proc.c273 int start_bytes, left, copy, copied; local
282 copied = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com45 $! 9-MAR-2004, MSK, the config-vms.h* files are now copied to the lib and
48 $! this build directory. They will be copied to the src
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_both.c112 * copied and put under another distribution licence
397 dtls1_retrieve_buffered_fragment(SSL *s, unsigned long *copied) argument
432 *copied = frag->msg_header.frag_len - overlap;
433 return *copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Daf_decnet.c1675 size_t copied = 0; local
1757 if ((chunk + copied) > size)
1758 chunk = size - copied;
1764 copied += chunk;
1795 if (copied >= target)
1799 rv = copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c680 size_t copied; local
708 copied = skb->len;
712 return copied;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dptrace.c404 size_t copied; local
453 copied = access_process_vm(child, addr, &ret, sizeof(ret), 0);
454 if (copied != sizeof(ret))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl231 * copied and put under another distribution licence
H A Dobjects.pl179 * copied and put under another distribution licence

Completed in 185 milliseconds

12345