Searched refs:KSOCKET_NOSLEEP (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ksocket.h | 83 #define KSOCKET_NOSLEEP SOCKET_NOSLEEP macro
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | ksocket.c | 135 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP); in ksocket_socket()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 280 rval = ksocket_socket(&so4, PF_INET, SOCK_DGRAM, 0, KSOCKET_NOSLEEP, in rdsv3_ioctl()
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 62 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP); in ksocket_socket()
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 217 if (!ksocket_socket(&ks, domain, type, protocol, KSOCKET_NOSLEEP, in idm_socreate()
|