Home
last modified time | relevance | path

Searched refs:nonblocking (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out80 Opened fifo fi.fo.fum (nonblocking)
119 Opened fifo fi.fo.fum (nonblocking)
158 Opened fifo for reading fi.fo.fum (nonblocking)
170 Opened fifo for reading fi.fo.fum (nonblocking)
182 Opened fifo for reading fi.fo.fum (nonblocking)
194 Opened fifo for reading fi.fo.fum (nonblocking)
206 Opened fifo for reading fi.fo.fum (nonblocking)
218 Opened fifo for reading fi.fo.fum (nonblocking)
230 Opened fifo for reading fi.fo.fum (nonblocking)
242 Opened fifo for reading fi.fo.fum (nonblocking)
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuffer.c40 buf->nonblocking = 0;
303 assert (buf->nonblocking);
334 int nonblocking; local
340 nonblocking = buf->nonblocking;
341 if (nonblocking && block)
352 if (nonblocking && block)
375 if (buf->nonblocking)
382 buf->nonblocking = 1;
397 if (! buf->nonblocking)
404 buf->nonblocking = 0;
H A Dbuffer.h22 int nonblocking; member
/openbsd-src/regress/sys/kern/sosplice/
H A DRelay.pm93 if ($self->{nonblocking}) {
146 if ($self->{nonblocking}) {
H A Dfuncs.pl198 if ($self->{nonblocking}) {
219 if ($self->{nonblocking}) {
267 } elsif ($self->{nonblocking}) {
282 if ($self->{nonblocking}) {
341 } while ($self->{nonblocking} && !defined($read) &&
H A DServer.pm84 if ($self->{nonblocking}) {
H A DClient.pm92 if ($self->{nonblocking}) {
/openbsd-src/usr.sbin/iscsid/
H A Dutil.c108 socket_setblockmode(int fd, int nonblocking) in socket_setblockmode() argument
115 if (nonblocking) in socket_setblockmode()
/openbsd-src/regress/sys/kern/sosplice/tcp/
H A Dargs-nonblock.pl11 nonblocking => 1,
H A Dargs-null-max-sleep-client-nonblock.pl16 nonblocking => 1,
H A Dargs-max-sleep-client-nonblock.pl16 nonblocking => 1,
H A Dargs-oobinline-nonblock.pl12 nonblocking => 1,
H A Dargs-oob-nonblock.pl12 nonblocking => 1,
H A Dargs-relay-read-eof.pl13 nonblocking => 1,
H A Dargs-reverse-nonblock.pl12 nonblocking => 1,
H A Dargs-oob-reverse-nonblock.pl12 nonblocking => 1,
H A Dargs-oobinline-reverse-nonblock.pl14 nonblocking => 1,
H A Dargs-relay-read-forked.pl18 nonblocking => 1,
/openbsd-src/regress/sys/net/pf_divert/
H A DServer.pm103 if ($self->{nonblocking}) {
H A DClient.pm125 if ($self->{nonblocking}) {
/openbsd-src/usr.sbin/nsd/
H A Dacx_nlnetlabs.m411 # 2022-09-01 fix checking if nonblocking sockets work on OpenBSD.
16 # 2021-06-14 fix nonblocking test to use host instead of target for mingw test.
17 # 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for
90 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work.
1003 dnl check if select and nonblocking sockets actually work.
1006 dnl a nonblocking socket do not work, a new call to select is necessary.
1009 AC_MSG_CHECKING([if nonblocking sockets work])
1012 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
1050 /* test if select and nonblocking reads work well together */
1054 then try to nonblocking read the 10 messages
[all …]
/openbsd-src/usr.sbin/unbound/
H A Dacx_nlnetlabs.m411 # 2022-09-01 fix checking if nonblocking sockets work on OpenBSD.
16 # 2021-06-14 fix nonblocking test to use host instead of target for mingw test.
17 # 2021-05-17 fix nonblocking socket test from grep on mingw32 to mingw for
90 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work.
1003 dnl check if select and nonblocking sockets actually work.
1006 dnl a nonblocking socket do not work, a new call to select is necessary.
1009 AC_MSG_CHECKING([if nonblocking sockets work])
1012 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
1050 /* test if select and nonblocking reads work well together */
1054 then try to nonblocking read the 10 messages
[all …]
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog39 nsd-control ssl nonblocking handshake and check event_added there
257 - Merge #231 from moritzbuhl: Fix checking if nonblocking sockets work
491 - Update configure nonblocking test to use host.
3885 Made listen() nonblocking, ignores errcodes that indicate closed tcp.
3899 - Tentative change to set UDP sockets nonblocking. Perhaps it
4218 - Print error nicely when nonblocking connect fails on systems
4668 - The nonblocking write routines disable silently if they have
4680 - send_children_quit in parent uses nonblocking writes and closes
4685 - nonblocking writes for server_main; this solved write-blocking race.
4702 - split off conn_write() from xfrd tcp nonblocking write routines.
[all …]
H A DRELNOTES45 nsd-control ssl nonblocking handshake and check event_added there
155 - Merge #231 from moritzbuhl: Fix checking if nonblocking sockets work
274 - Update configure nonblocking test to use host.
1841 nonblocking.
1842 - Made TCP listen sockets nonblocking. NSD could block in accept.
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DChanges423 - Handle condition where nonblocking tcp connects

12