Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h114 #define SOCK_NONBLOCK 0x100000 /* like O_NONBLOCK */ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c116 if (type_w_flags & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK)) in so_socket()
154 if (type_w_flags & SOCK_NONBLOCK) { in so_socket()
647 if (flags & ~(SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NDELAY)) { in accept()
653 if (flags & SOCK_NONBLOCK) in accept()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1799 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))) { in prt_acf()
1812 if (val & SOCK_NONBLOCK) { in prt_acf()