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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c131 struct sk_buff *skb; /* Frame being sent */
2208 * by userspace. Frames are either sent whole or not at all as this
2506 int sent = kfifo_in_locked(dlci->fifo, buf, len, &dlci->lock); local
2509 return sent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcategory.tex273 \twocolitem{\helpref{wxFindDialogEvent}{wxfinddialogevent}}{Event sent by
392 to redirect output sent to {\tt cout} to a \helpref{wxTextCtrl}{wxtextctrl}}
H A Dtext.tex229 generated when the text changes. Notice that this event will be sent
924 {\tt wxEVT\_COMMAND\_TEXT\_MAXLEN} event is sent to notify the program about it
H A Dlistctrl.tex32 virtual list control, the selections won't be sent when many items are selected
247 will be sent which can be vetoed as well.
H A Dtdb.tex71 commands sent by your application and converts them to the SQL format expected
92 in a query sent to the datasource. Dependent on drivers, a result set
H A Dfunction.tex562 sent. This is also useful for sending events between two threads and is used by
2574 Windows, PostScript output can only be sent to a file.
2599 Gets the printing mode controlling where output is sent (PS\_PREVIEW, PS\_FILE or PS\_PRINTER).
2656 Sets the printing mode controlling where output is sent (PS\_PREVIEW, PS\_FILE or PS\_PRINTER).
H A Dmanual.tex459 materials or that you have already sent this user a copy.
H A Dmanual2e.tex462 materials or that you have already sent this user a copy.
H A Dtreectrl.tex321 will be sent which can be vetoed as well.
H A Dtsamples.tex560 you may see how to process various notification messages sent by this control
H A Dwindow.tex493 have been processed. This prevents problems with events being sent to non-existent
2361 sent to a window. By default, the window is its own event handler, but
2866 sent to a window. By default, the window is its own event handler, but
H A Ddb.tex716 statements to be sent to the server. The function takes the value passed and
1374 \docparam{state}{Either sqlLogOFF or sqlLogON (see \helpref{enum wxDbSqlLogState}{wxdbcolfor}). Turns logging of SQL commands sent to the datasource OFF or ON.}
1380 When called with {\it sqlLogON}, all commands sent to the datasource engine are logged to the file specified by {\it filename}. Logging is done by embedded \helpref{wxDb::WriteSqlLog}{wxdbwritesqllog} calls in the database member functions, or may be manually logged by adding calls to \helpref{wxDb::WriteSqlLog}{wxdbwritesqllog} in your own source code.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c1623 int err, sent = 0; local
1628 sent += count;
1642 sent += count;
1648 return sent;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4proc.c4913 static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd) argument
4915 if (rcvd <= sent)
4918 "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S977 ;; [tx_ring_out] has been sent
H A Dxircom_pgs.S1045 ;; [tx_ring_out] has been sent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi.c163 unsigned int left = r2t->data_length - r2t->sent;
175 hdr->offset = cpu_to_be32(r2t->data_offset + r2t->sent);
422 * imm_count bytes to be sent right after
425 * unsol_count bytes(as Data-Out) to be sent
429 * r2t data_length bytes to be sent via R2T ack's
431 * pad_count bytes to be sent as zero-padding
643 /* it was never sent so just complete like normal */
722 * Login and Text are sent serially, in
1041 * For nops-outs, we could have sent more than one if
1518 * be sent t
[all...]
H A Daic7xxx_old.c3633 int sent; local
3639 sent = 0;
3665 sent++;
3668 if (sent)
4074 * first tagged command sent to the device, however, we do have
5036 * we first sent to it.
7058 * bit to be sent from the chip.

Completed in 149 milliseconds

12345678