Home
last modified time | relevance | path

Searched refs:SOCKET_SLEEP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dksocket.h84 #define KSOCKET_SLEEP SOCKET_SLEEP
H A Dsocket.h242 #define SOCKET_SLEEP KM_SLEEP macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c83 int kmflags = (flags == SOCKET_SLEEP) ? KM_SLEEP : KM_NOSLEEP; in socket_create()
109 ASSERT(flags == SOCKET_SLEEP || flags == SOCKET_NOSLEEP); in socket_create()
H A Dsocksyscalls.c121 SOCKET_SLEEP, version, CRED(), &error); in so_socket()
125 SOCKET_SLEEP, version, CRED(), &error); in so_socket()
3135 version, SOCKET_SLEEP, errorp, CRED()); in socreate()
3139 if ((*errorp = SOP_INIT(so, NULL, CRED(), SOCKET_SLEEP)) == 0) { in socreate()
H A Dsocktpi.c1722 nso = socket_newconn(so, NULL, NULL, SOCKET_SLEEP, &error); in sotpi_accept()