Home
last modified time | relevance | path

Searched refs:SOCKET_NOSLEEP (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c78 int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socksdp_create()
H A Dsockmod_sctp.c124 int kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socksctp_create()
H A Dsocksdp.c1215 nso = socket_newconn(lso, connind, NULL, SOCKET_NOSLEEP, &error); in sdp_sock_newconn()
H A Dsockmod_pfp.c319 kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in sockpfp_create()
H A Dsocksctp.c1729 so->so_protocol, so->so_version, SOCKET_NOSLEEP, in sosctp_ioctl()
/titanic_50/usr/src/uts/common/sys/
H A Dksocket.h83 #define KSOCKET_NOSLEEP SOCKET_NOSLEEP
H A Dsocket.h233 #define SOCKET_NOSLEEP KM_NOSLEEP macro
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c107 ASSERT(flags == SOCKET_SLEEP || flags == SOCKET_NOSLEEP); in socket_create()
H A Dsockcommon_sops.c1145 nso = socket_newconn(so, proto_handle, sock_downcalls, SOCKET_NOSLEEP, in so_newconn()
H A Dsockcommon_subr.c1239 kmflags = (sflags & SOCKET_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP; in socket_sonode_create()
/titanic_50/usr/src/uts/common/io/
H A Dtrill.c979 int kmflag = ((flags & SOCKET_NOSLEEP)) ? KM_NOSLEEP:KM_SLEEP; in trill_do_open()