Searched refs:KSOCKET_SLEEP (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dksocket.h82 #define KSOCKET_SLEEP SOCKET_SLEEP macro
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c64 err = ksocket_socket(&sock, domain, type, protocol, KSOCKET_SLEEP,
H A Dsmb_opipe.c54 KSOCKET_SLEEP, sr->user_cr) != 0)
H A Dsmb_authenticate.c612 KSOCKET_SLEEP, CRED());
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dksocket.c136 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c275 err = ksocket_socket(&socket, domain, type, protocol, KSOCKET_SLEEP,
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c63 ASSERT(flags == KSOCKET_SLEEP || flags == KSOCKET_NOSLEEP);

Completed in 250 milliseconds