Searched refs:sent (Results 101 - 125 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipcservr.tex64 OnAcceptConnection message is always sent for standard input and
H A Dmenuevt.tex28 this is only sent once for each navigation of the menubar (up until all menus have closed).}
H A Dpaintevt.tex3 A paint event is sent when a window's contents needs to be repainted.
H A Dwizevt.tex15 \helpref{wizard}{wxwizard}: this event is first sent to the page itself and,
H A Dtevent.tex95 For example it is possible to filter out a number of key events sent by the
98 any key events from being sent to the native control - which might not be
178 paint, mouse, keyboard, etc.) are sent only to the window. Events
181 events and are sent up to the parent to see if it is interested in the
193 here is a list of system events which will NOT get sent to the parent's event handler:
212 \twocolitem{\helpref{wxScrollWinEvent}{wxscrollwinevent}}{A scroll event sent by a scrolled window (not a scroll bar)}
217 of system events in a parent window, for example all key events sent to, but not
256 % are sent to the window with the focus first, for
H A Dftp.tex138 true if the command has been sent successfully, else false.
250 Sets the user name to be sent to the FTP server to be allowed to log in.
267 Sets the password to be sent to the FTP server to be allowed to log in.
H A Dtipc.tex88 \item Derive a class from wxConnection, providing handlers for various messages sent to the server
104 messages sent to the client side of a wxConnection (e.g.
191 \helpref{OnAdvise}{wxddeconnectiononadvise} messages sent by the
H A Dactivexcontainer.tex18 message sent to the control.
H A Dcshelp.tex5 sent to that control, and the application may respond to it by popping up some help.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 */
H A Dvia-pmu68k.c133 * - the number of data bytes to be sent with the command, or -1
134 * if a length byte should be sent,
491 req->sent = 0;
609 req->sent = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_database.c118 if (msg->sent == 0)
131 if (msg->sent == 1) {
H A Ddhcp6r.c280 mesg->sent = 1; /* mark it for deletion */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Ddhcp6r.c280 mesg->sent = 1; /* mark it for deletion */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c781 * be sent, which would break the "broadcast" loops in MIPS MT.
1116 int sent; local
1149 sent = 0;
1157 sent = 1;
1161 if (!sent) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dsta_info.c884 int sent, buffered; local
892 sent = ieee80211_add_pending_skbs(local, &sta->tx_filtered);
894 sent += buffered;
900 sta->sta.addr, sta->sta.aid, sent - buffered, buffered);
950 printk(KERN_DEBUG "%s: STA %pM sent PS Poll even "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/appletalk/
H A Daarp.c584 goto sent;
594 goto sent;
638 goto sent;
645 sent:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_rc.c108 * response has been sent instead of only being
135 e->sent = 1;
153 e->sent = 1;
169 qp->s_ack_queue[qp->s_tail_ack_queue].sent = 1;
645 * available, the ACK is sent ahead of other outgoing
913 * used and requests are sent after an RDMA read or atomic
914 * is sent but before the response is received.
1333 * schedule a response to be sent.
1353 * Don't queue the NAK if we already sent one.
1376 * ACKs previously sent
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dport.c247 p_ptr->sent = 1;
1336 p_ptr->sent++;
1385 p_ptr->sent++;
1434 p_ptr->sent++;
1512 p_ptr->sent++;
1571 p_ptr->sent++;
1635 p_ptr->sent++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dtorture.c478 ssize_t sent = 0; local
513 for (count = 0; count < sizeof(buf); count += sent)
524 sent = ((unsigned)sys_random()%(20))+ 1;
525 if (sent > sizeof(buf) - count)
527 sent = sizeof(buf) - count;
530 if (cli_write(c, fnum, 0, buf+count, count, (size_t)sent) != sent) {
537 sent = cli_read(c, fnum, buf_rd+count, count,
539 if (sent < 0)
545 sent
[all...]

Completed in 239 milliseconds

12345678