Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h252 #define STREAM_NEEDSERVICE(stp) ((stp)->sd_qhead != NULL) macro
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c1273 if (STREAM_NEEDSERVICE(stp)) in strread()
1380 if (STREAM_NEEDSERVICE(stp)) in strread()
6732 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
6969 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
7388 if (STREAM_NEEDSERVICE(stp)) in kstrgetmsg()
7642 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()