Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h113 #define SOCK_CLOEXEC 0x080000 /* like open(2) O_CLOEXEC for socket */ 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()
160 if ((type_w_flags & SOCK_CLOEXEC) != 0) { in so_socket()
647 if (flags & ~(SOCK_CLOEXEC|SOCK_NONBLOCK|SOCK_NDELAY)) { in accept()
738 if (flags & SOCK_CLOEXEC) { in accept()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c1741 if ((val & SOCK_CLOEXEC) != 0) { in prt_skt()
1799 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK))) { in prt_acf()
1804 if (val & SOCK_CLOEXEC) { in prt_acf()