Searched refs:sent (Results 126 - 150 of 267) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcaif_socket.c650 int sent = 0; local
666 while (sent < len) {
668 size = len-sent;
709 sent += size;
712 return sent;
715 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
719 return sent ? : err;
809 * o -EINPROGRESS: connect request sent but timed out (or non-blocking)
1135 /* Sendbuf dictates the amount of outbound packets not yet sent */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Dsvcsock.c474 * peer sent the datagram, i.e. our local address. For multihomed
1112 int sent; local
1125 sent = svc_sendto(rqstp, &rqstp->rq_res);
1126 if (sent != xbufp->len) {
1131 (sent<0)?"got error":"sent only",
1132 sent, xbufp->len);
1135 sent = -EAGAIN;
1137 return sent;
H A Dxprtsock.c362 int err, sent = 0; local
378 sent += err;
382 if (sent == 0)
385 sent += err;
386 return sent;
401 int err, sent = 0; local
418 sent += err;
429 sent += err;
435 return sent;
438 if (sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcaif_socket.c650 int sent = 0; local
666 while (sent < len) {
668 size = len-sent;
709 sent += size;
712 return sent;
715 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
719 return sent ? : err;
809 * o -EINPROGRESS: connect request sent but timed out (or non-blocking)
1135 /* Sendbuf dictates the amount of outbound packets not yet sent */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Dsvcsock.c474 * peer sent the datagram, i.e. our local address. For multihomed
1112 int sent; local
1125 sent = svc_sendto(rqstp, &rqstp->rq_res);
1126 if (sent != xbufp->len) {
1131 (sent<0)?"got error":"sent only",
1132 sent, xbufp->len);
1135 sent = -EAGAIN;
1137 return sent;
H A Dxprtsock.c362 int err, sent = 0; local
378 sent += err;
382 if (sent == 0)
385 sent += err;
386 return sent;
401 int err, sent = 0; local
418 sent += err;
429 sent += err;
435 return sent;
438 if (sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe_hnd.c654 DEBUG(3,("process_complete_pdu: DCE/RPC fault sent on "
879 * We have sent all possible data, return 0.
971 size_t sent; member in struct:np_proxy_state
1362 thistime = MIN(talloc_get_size(p->msg) - p->sent,
1365 memcpy(data, p->msg+p->sent, thistime);
1367 p->sent += thistime;
1369 if (p->sent < talloc_get_size(p->msg)) {
1438 state->p->sent = thistime;
1441 if (state->p->sent < received) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe_hnd.c654 DEBUG(3,("process_complete_pdu: DCE/RPC fault sent on "
879 * We have sent all possible data, return 0.
971 size_t sent; member in struct:np_proxy_state
1362 thistime = MIN(talloc_get_size(p->msg) - p->sent,
1365 memcpy(data, p->msg+p->sent, thistime);
1367 p->sent += thistime;
1369 if (p->sent < talloc_get_size(p->msg)) {
1438 state->p->sent = thistime;
1441 if (state->p->sent < received) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_server/
H A Dsrv_pipe_hnd.c654 DEBUG(3,("process_complete_pdu: DCE/RPC fault sent on "
879 * We have sent all possible data, return 0.
971 size_t sent; member in struct:np_proxy_state
1362 thistime = MIN(talloc_get_size(p->msg) - p->sent,
1365 memcpy(data, p->msg+p->sent, thistime);
1367 p->sent += thistime;
1369 if (p->sent < talloc_get_size(p->msg)) {
1438 state->p->sent = thistime;
1441 if (state->p->sent < received) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dtty.c785 int err = 0, sent = 0, size; local
799 memcpy(skb_put(skb, size), buf + sent, size); local
806 sent += size;
810 return sent ? sent : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dppp_async.c502 * and 7 (code-reject) must be sent as though no options
604 int avail, sent, done = 0; local
626 sent = tty->ops->write(tty, ap->optr, avail);
627 if (sent < 0)
629 ap->optr += sent;
630 if (sent < avail)
891 * In the situation where the peer has been sent a configure-ack
892 * already, LCP is up once it has sent its configure-ack
893 * so the immediately following packet can be sent with the
898 * sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi_tcp.c548 "Target has sent more R2Ts than it "
581 r2t->sent = 0;
983 if (r2t->data_length <= r2t->sent) {
1053 r2t->data_offset + r2t->sent, r2t->data_count);
1055 rc = conn->session->tt->init_pdu(task, r2t->data_offset + r2t->sent,
1062 r2t->sent += r2t->data_count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi_tcp.c548 "Target has sent more R2Ts than it "
581 r2t->sent = 0;
983 if (r2t->data_length <= r2t->sent) {
1053 r2t->data_offset + r2t->sent, r2t->data_count);
1055 rc = conn->session->tt->init_pdu(task, r2t->data_offset + r2t->sent,
1062 r2t->sent += r2t->data_count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dppp_async.c502 * and 7 (code-reject) must be sent as though no options
604 int avail, sent, done = 0; local
626 sent = tty->ops->write(tty, ap->optr, avail);
627 if (sent < 0)
629 ap->optr += sent;
630 if (sent < avail)
891 * In the situation where the peer has been sent a configure-ack
892 * already, LCP is up once it has sent its configure-ack
893 * so the immediately following packet can be sent with the
898 * sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c785 int err = 0, sent = 0, size; local
799 memcpy(skb_put(skb, size), buf + sent, size); local
806 sent += size;
810 return sent ? sent : err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-tools.spec40 Comments and/or questions can be sent to the smbldap-tools mailing list
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dwhiteheat.c41 * firmware is improved to guard against crap sent to device
763 int sent = 0; local
788 memcpy(urb->transfer_buffer, buf + sent, bytes);
800 sent = result;
806 sent += bytes;
814 return sent;
1477 int sent = 0; local
1493 sent += tty_insert_flip_string(tty,
1512 if (sent)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/macintosh/
H A Dvia-cuda.c394 req->sent = 0;
479 /* CUDA has sent us the first byte of data - unsolicited */
490 /* CUDA has sent us the first byte of data of a reply */
524 req->sent = 1;
H A Dvia-maciisi.c328 req->sent = 0;
519 req->sent = 1;
523 successfully sent the packet */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.c41 * firmware is improved to guard against crap sent to device
763 int sent = 0; local
788 memcpy(urb->transfer_buffer, buf + sent, bytes);
800 sent = result;
806 sent += bytes;
814 return sent;
1477 int sent = 0; local
1493 sent += tty_insert_flip_string(tty,
1512 if (sent)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c39 * Messages are sent between partitions on a "Command/Response Queue"
472 * purge_requests: Our virtual adapter just shut down. purge any sent requests
481 while (!list_empty(&hostdata->sent)) {
482 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list);
537 * @evt_struct: evt_struct to be sent
592 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
605 /* Add this to the sent list. We need to do this
609 list_add_tail(&evt_struct->list, &hostdata->sent);
887 * get sent by the driver regardless of request_limit.
893 dev_info(hostdata->dev, "sent SR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-cuda.c394 req->sent = 0;
479 /* CUDA has sent us the first byte of data - unsolicited */
490 /* CUDA has sent us the first byte of data of a reply */
524 req->sent = 1;
H A Dvia-maciisi.c328 req->sent = 0;
519 req->sent = 1;
523 successfully sent the packet */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_main.c1560 int sent, ok; local
1569 sent = drbd_send(mdev, sock, h, size, msg_flags);
1571 ok = (sent == size);
1573 dev_err(DEV, "short sent %s size=%d sent=%d\n",
1574 cmdname(cmd), (int)size, sent);
2217 int sent = drbd_send(mdev, mdev->data.socket, kmap(page) + offset, size, msg_flags); local
2219 if (sent == size)
2221 return sent == size;
2228 int sent, o local
2447 int rv, sent = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c39 * Messages are sent between partitions on a "Command/Response Queue"
472 * purge_requests: Our virtual adapter just shut down. purge any sent requests
481 while (!list_empty(&hostdata->sent)) {
482 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list);
537 * @evt_struct: evt_struct to be sent
592 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
605 /* Add this to the sent list. We need to do this
609 list_add_tail(&evt_struct->list, &hostdata->sent);
887 * get sent by the driver regardless of request_limit.
893 dev_info(hostdata->dev, "sent SR
[all...]

Completed in 351 milliseconds

1234567891011