Searched refs:blocking (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/libipq/
H A Dlibipq.h50 u_int8_t blocking; member in struct:ipq_handle
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/libipq/
H A Dlibipq.h55 u_int8_t blocking; member in struct:ipq_handle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.cpp243 size_t SecretSharing::Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
245 if (!blocking)
315 size_t InformationDispersal::Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
317 if (!blocking)
373 size_t PaddingRemover::Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
375 if (!blocking)
416 Output(0, begin, length, messageEnd, blocking);
H A Dzinflate.h103 size_t Put2(const byte *inString, size_t length, int messageEnd, bool blocking);
104 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dbasecode.cpp39 size_t BaseN_Encoder::Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
124 size_t BaseN_Decoder::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)
205 size_t Grouper::Put2(const byte *begin, size_t length, int messageEnd, bool blocking)
H A Dzinflate.cpp289 size_t Inflator::Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
291 if (!blocking)
301 Output(0, NULL, 0, messageEnd, blocking);
305 bool Inflator::IsolatedFlush(bool hardFlush, bool blocking) argument
307 if (!blocking)
351 Output(0, NULL, 0, GetAutoSignalPropagation(), true); // TODO: non-blocking
H A Dasn.cpp453 size_t BERGeneralDecoder::TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel, bool blocking) argument
457 size_t blockedBytes = m_inQueue.TransferTo2(target, transferBytes, channel, blocking);
462 size_t BERGeneralDecoder::CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end, const std::string &channel, bool blocking) const
466 return m_inQueue.CopyRangeTo2(target, begin, end, channel, blocking);
H A Drng.cpp131 size_t MaurerRandomnessTest::Put2(const byte *inString, size_t length, int messageEnd, bool blocking) argument
H A Dfipsalgt.cpp22 size_t Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
24 if (!blocking)
32 AttachedTransformation()->Put2(begin+last, i-last, GetAutoSignalPropagation(), blocking);
37 AttachedTransformation()->Put2(begin+last, i-last, 0, blocking);
41 AttachedTransformation()->MessageEnd(GetAutoSignalPropagation()-1, blocking);
42 AttachedTransformation()->MessageSeriesEnd(GetAutoSignalPropagation()-1, blocking);
1071 bool IsolatedMessageEnd(bool blocking)
1073 if (!blocking)
1114 AttachedTransformation()->Put((byte *)m_line.data(), m_line.size(), blocking);
H A Dzdeflate.cpp487 size_t Deflator::Put2(const byte *str, size_t length, int messageEnd, bool blocking) argument
489 if (!blocking)
513 Output(0, NULL, 0, messageEnd, blocking);
517 bool Deflator::IsolatedFlush(bool hardFlush, bool blocking) argument
519 if (!blocking)
H A Dasn.h141 size_t TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true);
142 size_t CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=DEFAULT_CHANNEL, bool blocking=true) const;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dfile.c404 int os_set_fd_block(int fd, int blocking) argument
412 if (blocking)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c188 const char __user *buf, size_t count, int blocking,
191 unsigned char *cmnd, int timeout, int blocking);
535 int input_size, blocking; local
560 blocking = !(filp->f_flags & O_NONBLOCK);
563 blocking, 0, 0, NULL);
638 k = sg_common_write(sfp, srp, cmnd, sfp->timeout, blocking);
644 size_t count, int blocking, int read_only, int sg_io_owned,
706 k = sg_common_write(sfp, srp, cmnd, timeout, blocking);
716 unsigned char *cmnd, int timeout, int blocking)
791 int blocking local
643 sg_new_write(Sg_fd *sfp, struct file *file, const char __user *buf, size_t count, int blocking, int read_only, int sg_io_owned, Sg_request **o_srp) argument
715 sg_common_write(Sg_fd * sfp, Sg_request * srp, unsigned char *cmnd, int timeout, int blocking) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd016.tcl109 # We need to set non-blocking mode so that after each command
112 fconfigure $f1 -blocking 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dos.h144 extern int os_set_fd_block(int fd, int blocking);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsocket.tex43 \twocolitem{{\bf wxSOCKET\_WOULDBLOCK}}{The socket is non-blocking and the operation would block.}
362 immediately without blocking (unless the {\bf wxSOCKET\_WAITALL} flag
534 exactly one blocking low-level call to recv() or send(). Note
535 that {\it blocking} here refers to when the function returns, not
547 the data has been read or written (or until an error occurs), blocking if
549 same as having a loop which makes as many blocking low-level calls to
551 that {\it blocking} here refers to when the function returns, not
863 immediately without blocking (unless the {\bf wxSOCKET\_WAITALL} flag
1048 return immediately, without blocking the GUI. When used this way, even if
H A Dinputstr.tex45 blocking until it appears if necessary.
H A Dsocksrv.tex72 if there is one, but it will always return immediately without blocking
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddlmglue.c104 int blocking);
107 int blocking);
117 int blocking);
926 * blocking. this also catches the case where we get
1061 mlog(ML_BASTS, "BAST fired for lockres %s, blocking %d, level %d, "
1883 * the blocking list).
2013 * Fake a blocking ast for the downconvert code.
2482 * We do a blocking lock and immediate unlock before returning, though, so that
3223 * queued if blocking, but we still may have to wait on it
3326 mlog(ML_BASTS, "lockres %s, level %d => %d, blocking
3428 int blocking; local
3599 ocfs2_data_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
3702 ocfs2_dentry_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
3802 ocfs2_refcount_convert_worker(struct ocfs2_lock_res *lockres, int blocking) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps.h407 dbus_bool_t blocking,
H A Ddbus-sysdeps-unix.c3038 * @param blocking #TRUE if pipe should be blocking
3045 dbus_bool_t blocking,
3081 if (!blocking &&
3043 _dbus_full_duplex_pipe(int *fd1, int *fd2, dbus_bool_t blocking, DBusError *error) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_clientmgr.c899 * if pool is empty and blocking is TRUE, sleep until a new cell is
904 struct file *file, int blocking,
943 err = snd_seq_event_dup(client->pool, event, &cell, !blocking || atomic, file);
2295 struct file *file, int blocking,
2322 result = snd_seq_client_enqueue_event(cptr, ev, file, blocking, atomic, hop);
2329 * exported, called by kernel clients to enqueue events (w/o blocking)
2342 * exported, called by kernel clients to enqueue events (with blocking)
902 snd_seq_client_enqueue_event(struct snd_seq_client *client, struct snd_seq_event *event, struct file *file, int blocking, int atomic, int hop) argument
2294 kernel_client_enqueue(int client, struct snd_seq_event *ev, struct file *file, int blocking, int atomic, int hop) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex108 \helpref{GetBestSize()}{wxsoundstreamgetbestsize} without blocking.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcdrom.h798 __u16 blocking; member in struct:rwrt_feature_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S401 ;; process due to a SEGV, scheduled due to a page blocking or

Completed in 496 milliseconds

123