Searched refs:SOCK_NONBLOCK (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h114 #define SOCK_NONBLOCK 0x100000 /* like O_NONBLOCK */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsocket.h113 #define SOCK_NONBLOCK 0x20000000 macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c116 if (type_w_flags & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))
154 if (type_w_flags & SOCK_NONBLOCK) {
647 if (flags & ~(SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NDELAY)) {
653 if (flags & SOCK_NONBLOCK)
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1892 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))) {
1905 if (val & SOCK_NONBLOCK) {
1906 outstring(pri, "|SOCK_NONBLOCK" + first);

Completed in 77 milliseconds