Symbol: WSLEEP
usr/src/cmd/mdb/common/modules/genunix/streams.c
139
{ SF(WSLEEP), "someone wants to write" },
usr/src/uts/common/fs/sockfs/sockstr.c
1625
if (stp->sd_flag & WSLEEP) {
usr/src/uts/common/fs/sockfs/sockstr.c
1626
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2193
*wakeups = WSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2213
*wakeups = WSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2242
*wakeups = WSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2359
*wakeups = WSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2493
*wakeups = RSLEEP | WSLEEP;
usr/src/uts/common/io/stream.c
3573
if (stp->sd_flag & WSLEEP) {
usr/src/uts/common/io/stream.c
3574
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/io/stream.c
3577
stp->sd_wakeq |= WSLEEP;
usr/src/uts/common/io/stream.c
3605
if (stp->sd_flag & WSLEEP) {
usr/src/uts/common/io/stream.c
3606
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/os/streamio.c
1797
ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0);
usr/src/uts/common/os/streamio.c
1809
ASSERT((wakeups & ~(RSLEEP|WSLEEP)) == 0);
usr/src/uts/common/os/streamio.c
1902
if (wakeups & WSLEEP) {
usr/src/uts/common/os/streamio.c
1903
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/os/streamio.c
2147
stp->sd_flag &= ~(WSLEEP|RSLEEP);
usr/src/uts/common/os/streamio.c
3008
if (stp->sd_flag & WSLEEP) {
usr/src/uts/common/os/streamio.c
3009
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/os/streamio.c
766
stp->sd_flag |= WSLEEP;
usr/src/uts/common/os/streamio.c
777
stp->sd_flag &= ~WSLEEP;
usr/src/uts/common/os/strsubr.c
3039
slpflg = WSLEEP;