Searched refs:SOCKET_NOSLEEP (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_sdp.c | 78 int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socksdp_create()
|
H A D | sockmod_sctp.c | 124 int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socksctp_create()
|
H A D | socksdp.c | 1215 nso = socket_newconn(lso, connind, NULL, SOCKET_NOSLEEP, &error); in sdp_sock_newconn()
|
H A D | sockmod_pfp.c | 319 kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in sockpfp_create()
|
H A D | socksctp.c | 1729 so->so_protocol, so->so_version, SOCKET_NOSLEEP, in sosctp_ioctl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ksocket.h | 83 #define KSOCKET_NOSLEEP SOCKET_NOSLEEP
|
H A D | socket.h | 233 #define SOCKET_NOSLEEP KM_NOSLEEP macro
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 107 ASSERT(flags == SOCKET_SLEEP || flags == SOCKET_NOSLEEP); in socket_create()
|
H A D | sockcommon_sops.c | 1145 nso = socket_newconn(so, proto_handle, sock_downcalls, SOCKET_NOSLEEP, in so_newconn()
|
H A D | sockcommon_subr.c | 1239 kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socket_sonode_create()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | trill.c | 979 int kmflag = ((flags & SOCKET_NOSLEEP)) ? KM_NOSLEEP:KM_SLEEP; in trill_do_open()
|