Searched refs:nonblocking (Results 1 – 25 of 35) sorted by relevance
12
| /openbsd-src/regress/sys/fifofs/ |
| H A D | fifotest.out | 80 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 D | buffer.c | 40 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 D | buffer.h | 22 int nonblocking; member
|
| /openbsd-src/regress/sys/kern/sosplice/ |
| H A D | Relay.pm | 93 if ($self->{nonblocking}) { 146 if ($self->{nonblocking}) {
|
| H A D | funcs.pl | 198 if ($self->{nonblocking}) { 219 if ($self->{nonblocking}) { 267 } elsif ($self->{nonblocking}) { 282 if ($self->{nonblocking}) { 341 } while ($self->{nonblocking} && !defined($read) &&
|
| H A D | Server.pm | 84 if ($self->{nonblocking}) {
|
| H A D | Client.pm | 92 if ($self->{nonblocking}) {
|
| /openbsd-src/usr.sbin/iscsid/ |
| H A D | util.c | 108 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 D | args-nonblock.pl | 11 nonblocking => 1,
|
| H A D | args-null-max-sleep-client-nonblock.pl | 16 nonblocking => 1,
|
| H A D | args-max-sleep-client-nonblock.pl | 16 nonblocking => 1,
|
| H A D | args-oobinline-nonblock.pl | 12 nonblocking => 1,
|
| H A D | args-oob-nonblock.pl | 12 nonblocking => 1,
|
| H A D | args-relay-read-eof.pl | 13 nonblocking => 1,
|
| H A D | args-reverse-nonblock.pl | 12 nonblocking => 1,
|
| H A D | args-oob-reverse-nonblock.pl | 12 nonblocking => 1,
|
| H A D | args-oobinline-reverse-nonblock.pl | 14 nonblocking => 1,
|
| H A D | args-relay-read-forked.pl | 18 nonblocking => 1,
|
| /openbsd-src/regress/sys/net/pf_divert/ |
| H A D | Server.pm | 103 if ($self->{nonblocking}) {
|
| H A D | Client.pm | 125 if ($self->{nonblocking}) {
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | acx_nlnetlabs.m4 | 11 # 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 D | acx_nlnetlabs.m4 | 11 # 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 D | ChangeLog | 39 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 D | RELNOTES | 45 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 D | Changes | 423 - Handle condition where nonblocking tcp connects
|
12