Searched refs:sent (Results 1 - 25 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/sound/pci/echoaudio/
H A Dmidi.c209 int bytes, sent, time; local
215 sent = bytes = 0;
222 sent = write_midi(chip, buf, bytes);
223 if (sent < 0) {
224 snd_printk(KERN_ERR "write_midi() error %d\n", sent);
226 sent = 9000;
228 } else if (sent > 0) {
229 DE_MID(("%d bytes sent\n", sent));
230 snd_rawmidi_transmit_ack(chip->midi_out, sent);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/echoaudio/
H A Dmidi.c209 int bytes, sent, time; local
215 sent = bytes = 0;
222 sent = write_midi(chip, buf, bytes);
223 if (sent < 0) {
224 snd_printk(KERN_ERR "write_midi() error %d\n", sent);
226 sent = 9000;
228 } else if (sent > 0) {
229 DE_MID(("%d bytes sent\n", sent));
230 snd_rawmidi_transmit_ack(chip->midi_out, sent);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_xen.c64 int sent = 0; local
71 while ((sent < len) && ((prod - cons) < sizeof(intf->out)))
72 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++];
78 return sent;
92 int sent = __write_console(data, len); local
94 data += sent;
95 len -= sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_xen.c64 int sent = 0; local
71 while ((sent < len) && ((prod - cons) < sizeof(intf->out)))
72 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++];
78 return sent;
92 int sent = __write_console(data, len); local
94 data += sent;
95 len -= sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/x25/
H A Dx25_out.c49 * Returns the amount of user data bytes sent on success
57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; local
75 return sent;
79 "sent\n", err, sent);
103 sent += len;
109 sent = skb->len - header_len;
111 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/x25/
H A Dx25_out.c49 * Returns the amount of user data bytes sent on success
57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; local
75 return sent;
79 "sent\n", err, sent);
103 sent += len;
109 sent = skb->len - header_len;
111 return sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/gigaset/
H A Dser-gigaset.c61 * result: number of bytes sent or error code < 0
68 int sent = -EOPNOTSUPP; local
81 sent = tty->ops->write(tty, skb->data, skb->len);
82 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent);
83 if (sent < 0) {
86 return sent;
88 skb_pull(skb, sent);
90 /* skb sent completely */
98 return sent;
110 int sent = 0; local
166 int 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/isdn/gigaset/
H A Dser-gigaset.c61 * result: number of bytes sent or error code < 0
68 int sent = -EOPNOTSUPP; local
81 sent = tty->ops->write(tty, skb->data, skb->len);
82 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent);
83 if (sent < 0) {
86 return sent;
88 skb_pull(skb, sent);
90 /* skb sent completely */
98 return sent;
110 int sent = 0; local
166 int sent = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/socket/
H A Dtestsuite.c41 size_t sent, nread; local
76 sent = size;
77 status = socket_sendto(sock2, &blob, &sent, srv_addr);
93 status = socket_sendto(sock1, &blob, &sent, from_addr);
125 size_t sent, nread; local
167 sent = size;
168 status = socket_send(sock2, &blob, &sent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/socket/
H A Dtestsuite.c41 size_t sent, nread; local
76 sent = size;
77 status = socket_sendto(sock2, &blob, &sent, srv_addr);
93 status = socket_sendto(sock1, &blob, &sent, from_addr);
125 size_t sent, nread; local
167 sent = size;
168 status = socket_send(sock2, &blob, &sent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/socket/
H A Dtestsuite.c41 size_t sent, nread; local
76 sent = size;
77 status = socket_sendto(sock2, &blob, &sent, srv_addr);
93 status = socket_sendto(sock1, &blob, &sent, from_addr);
125 size_t sent, nread; local
167 sent = size;
168 status = socket_send(sock2, &blob, &sent);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dsmp.c53 int cpu, sent; local
64 sent = 0;
65 while (sent < nrecip) {
73 sent += rc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/bluetooth/
H A Dath3k.c58 int err, pipe, len, size, sent = 0; local
71 sent += 20;
83 memcpy(send_buf, firmware + sent, size);
94 sent += size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dsmp.c53 int cpu, sent; local
64 sent = 0;
65 while (sent < nrecip) {
73 sent += rc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/bluetooth/
H A Dath3k.c58 int err, pipe, len, size, sent = 0; local
71 sent += 20;
83 memcpy(send_buf, firmware + sent, size);
94 sent += size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dpacket.c187 ssize_t sent; local
189 sent = send(ctx->fd, ctx->out.data, ctx->out.length, 0);
191 if (sent == -1) {
196 memmove(ctx->out.data, ctx->out.data + sent,
197 ctx->out.length - sent);
198 ctx->out.length -= sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dpacket.c187 ssize_t sent; local
189 sent = send(ctx->fd, ctx->out.data, ctx->out.length, 0);
191 if (sent == -1) {
196 memmove(ctx->out.data, ctx->out.data + sent,
197 ctx->out.length - sent);
198 ctx->out.length -= sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dpacket.c187 ssize_t sent; local
189 sent = send(ctx->fd, ctx->out.data, ctx->out.length, 0);
191 if (sent == -1) {
196 memmove(ctx->out.data, ctx->out.data + sent,
197 ctx->out.length - sent);
198 ctx->out.length -= sent;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/iwmc3200top/
H A Dfw-download.c165 size_t sent = 0; local
174 while (sent < sec_size) {
180 sec_size - sent);
221 LOG_INFO(priv, FW_DOWNLOAD, "trans#%d, len=%d, sent=%zd, "
223 cnt, trans_size, sent, sec_size, addr);
240 sent += data_size;
241 cur_block = p_sec + sent;
251 if (sent < sec_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/iwmc3200top/
H A Dfw-download.c165 size_t sent = 0; local
174 while (sent < sec_size) {
180 sec_size - sent);
221 LOG_INFO(priv, FW_DOWNLOAD, "trans#%d, len=%d, sent=%zd, "
223 cnt, trans_size, sent, sec_size, addr);
240 sent += data_size;
241 cur_block = p_sec + sent;
251 if (sent < sec_size)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bluetooth/
H A Dhci_event.c131 void *sent; local
138 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY);
139 if (!sent)
146 conn->link_policy = get_unaligned_le16(sent + 2);
166 void *sent; local
170 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY);
171 if (!sent)
175 hdev->link_policy = get_unaligned_le16(sent);
192 void *sent; local
199 sent
221 void *sent; local
244 void *sent; local
267 void *sent; local
309 void *sent; local
353 void *sent; local
404 void *sent; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bluetooth/
H A Dhci_event.c131 void *sent; local
138 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY);
139 if (!sent)
146 conn->link_policy = get_unaligned_le16(sent + 2);
166 void *sent; local
170 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY);
171 if (!sent)
175 hdev->link_policy = get_unaligned_le16(sent);
192 void *sent; local
199 sent
221 void *sent; local
244 void *sent; local
267 void *sent; local
309 void *sent; local
353 void *sent; local
404 void *sent; local
[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_cs.c562 int sent = 0; local
606 int remain = fw->size - sent;
611 /* "write the number of bytes to be sent to the I/O Command
618 &fw->data[sent],
635 sent, ret);
642 sent += count;
659 int sent; local
680 for (sent = 0; sent < fw->size; sent
[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_cs.c562 int sent = 0; local
606 int remain = fw->size - sent;
611 /* "write the number of bytes to be sent to the I/O Command
618 &fw->data[sent],
635 sent, ret);
642 sent += count;
659 int sent; local
680 for (sent = 0; sent < fw->size; sent
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dport.h79 * @sent:
98 u32 sent; member in struct:port
160 return((p_ptr->sent - p_ptr->acked) >= (TIPC_FLOW_CONTROL_WIN * 2));

Completed in 164 milliseconds

1234567891011