Home
last modified time | relevance | path

Searched refs:STREAM_NEEDSERVICE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h252 #define STREAM_NEEDSERVICE(stp) ((stp)->sd_qhead != NULL) macro
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c1272 if (STREAM_NEEDSERVICE(stp)) in strread()
1379 if (STREAM_NEEDSERVICE(stp)) in strread()
6731 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
6968 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
7387 if (STREAM_NEEDSERVICE(stp)) in kstrgetmsg()
7641 if (STREAM_NEEDSERVICE(stp)) in kstrgetmsg()
H A Dstrsubr.c1261 if (STREAM_NEEDSERVICE(STREAM(qp))) in qdetach()
8197 IMPLY(STREAM_NEEDSERVICE(stp), in qenable_locked()