Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dksocket.h83 #define KSOCKET_NOSLEEP SOCKET_NOSLEEP macro
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dksocket.c135 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP); in ksocket_socket()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c280 rval = ksocket_socket(&so4, PF_INET, SOCK_DGRAM, 0, KSOCKET_NOSLEEP, in rdsv3_ioctl()
/titanic_41/usr/src/uts/common/io/ksocket/
H A Dksocket.c62 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP); in ksocket_socket()
/titanic_41/usr/src/uts/common/io/idm/
H A Didm_so.c217 if (!ksocket_socket(&ks, domain, type, protocol, KSOCKET_NOSLEEP, in idm_socreate()