Searched refs:KSOCKET_NOSLEEP (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ksocket.h | 83 #define KSOCKET_NOSLEEP SOCKET_NOSLEEP macro
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | ksocket.c | 136 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP);
|
/illumos-gate/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,
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 63 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP);
|
/illumos-gate/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 217 if (!ksocket_socket(&ks, domain, type, protocol, KSOCKET_NOSLEEP,
|
Completed in 69 milliseconds