Searched refs:sent (Results 1 - 25 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_parser.h52 int sent; member in struct:msg_parser
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dlogging.h13 Obtain stats (sent and recv octet count):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
85 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv);
H A Dlogging.c13 Obtain stats (sent and recv octet count, independent of log dest):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
103 /* get logging sent and recv octet counts */
104 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv) argument
107 { *sent = data->stat_sent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dlogging.h13 Obtain stats (sent and recv octet count):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
85 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv);
H A Dlogging.c13 Obtain stats (sent and recv octet count, independent of log dest):
14 soap_get_logging_stats(soap, size_t *sent, size_t *recv);
103 /* get logging sent and recv octet counts */
104 void soap_get_logging_stats(struct soap *soap, size_t *sent, size_t *recv) argument
107 { *sent = data->stat_sent;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_parser.h52 int sent; member in struct:msg_parser
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEMSocket.cpp77 sent = 0;
163 sent = 0;
317 * Queues up the packet to be sent. Another thread will actually send the packet.
326 * @param delpacket if true, the responsibility for deleting the packet after it has been sent
328 * has been sent.
442 * Control packets have higher priority, and will be sent first, if possible.
444 * all the parts of a split package must be sent in a row, without any control packet
448 * this call. The actual number of sent bytes will be returned from the method.
536 sent = 0;
543 // is sent, o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddestroyevt.tex6 %This event is sent just before the actual window associated with a wxWindow object
10 This event is sent from the wxWindow destructor wxWindow::~wxWindow() when a
14 already run by the time this event is sent. Therefore this event will not
H A Dcntxtevt.tex3 This class is used for context menu events, sent to give the application a chance to show a context (popup) menu.
9 When a keyboard context menu button is pressed on Windows, a right-click event with default position is sent first,
10 and if this event is not processed, the context menu event is sent. So if you process mouse events and you find your context menu event handler
H A Dstrtotxt.tex14 This class can be used to (temporarily) redirect all output sent to a C++
60 The constructor starts redirecting output sent to {\it ostr} or {\it cout} for
74 and any output sent to the C++ ostream which had been specified at the time of
H A Dindlgevt.tex3 A wxInitDialogEvent is sent as a dialog or panel is being initialised.
H A Dmcaptevt.tex3 An mouse capture changed event is sent to a window that loses its
55 An mouse capture lost event is sent to a window that obtained mouse capture,
59 If this happens, this event is sent to all windows that are on capture stack
61 {\em not} sent if the capture changes because of a call to CaptureMouse or
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiwget.c298 int sent; local
369 sent = 0;
371 while(sent < len)
373 n = send(s, buf+sent, len-sent, 0);
382 sent += n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf16 only if the message is sent by the owner of FooService -->
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/
H A Ddbus-daemon.c258 guint sent; local
278 for (sent = 0; sent < count; sent++)

Completed in 224 milliseconds

12345678