Symbol: RSLEEP
usr/src/cmd/mdb/common/modules/genunix/streams.c
138
{ SF(RSLEEP), "someone wants to read/recv msg" },
usr/src/uts/common/fs/sockfs/sockstr.c
1724
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
1775
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
1931
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
1937
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
1997
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2135
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2274
*wakeups = RSLEEP;
usr/src/uts/common/fs/sockfs/sockstr.c
2493
*wakeups = RSLEEP | WSLEEP;
usr/src/uts/common/io/stream.c
3587
if (stp->sd_flag & RSLEEP) {
usr/src/uts/common/io/stream.c
3588
stp->sd_flag &= ~RSLEEP;
usr/src/uts/common/io/stream.c
3591
stp->sd_wakeq |= RSLEEP;
usr/src/uts/common/os/streamio.c
1033
(!first || (stp->sd_wakeq & RSLEEP))) {
usr/src/uts/common/os/streamio.c
1045
stp->sd_wakeq &= ~RSLEEP;
usr/src/uts/common/os/streamio.c
1567
*wakeups = RSLEEP;
usr/src/uts/common/os/streamio.c
1692
if (stp->sd_flag & RSLEEP) {
usr/src/uts/common/os/streamio.c
1693
stp->sd_flag &= ~RSLEEP;
usr/src/uts/common/os/streamio.c
1700
wakeups = RSLEEP;
usr/src/uts/common/os/streamio.c
1775
wakeups = RSLEEP;
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
1894
if (wakeups & RSLEEP)
usr/src/uts/common/os/streamio.c
1895
stp->sd_wakeq &= ~RSLEEP;
usr/src/uts/common/os/streamio.c
1898
if (wakeups & RSLEEP) {
usr/src/uts/common/os/streamio.c
1899
stp->sd_flag &= ~RSLEEP;
usr/src/uts/common/os/streamio.c
2147
stp->sd_flag &= ~(WSLEEP|RSLEEP);
usr/src/uts/common/os/streamio.c
2192
!(stp->sd_flag & RSLEEP))) {
usr/src/uts/common/os/streamio.c
8440
if (!(retevents & normevents) && (stp->sd_wakeq & RSLEEP)) {
usr/src/uts/common/os/streamio.c
8590
if (stp->sd_flag & RSLEEP) {
usr/src/uts/common/os/streamio.c
8591
stp->sd_flag &= ~RSLEEP;
usr/src/uts/common/os/strsubr.c
3035
slpflg = RSLEEP;
usr/src/uts/common/os/strsubr.c
7987
stp->sd_flag |= RSLEEP;
usr/src/uts/common/os/strsubr.c
8095
if (stp->sd_flag & RSLEEP) {
usr/src/uts/common/os/strsubr.c
8096
stp->sd_flag &= ~RSLEEP;