Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h270 #define STREAM_NEEDSERVICE(stp) ((stp)->sd_qhead != NULL) macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1342 if (STREAM_NEEDSERVICE(stp)) in strread()
1449 if (STREAM_NEEDSERVICE(stp)) in strread()
6857 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
7094 if (STREAM_NEEDSERVICE(stp)) in strgetmsg()
7513 if (STREAM_NEEDSERVICE(stp)) in kstrgetmsg()
7767 if (STREAM_NEEDSERVICE(stp)) in kstrgetmsg()
H A Dstrsubr.c1265 if (STREAM_NEEDSERVICE(STREAM(qp))) in qdetach()
8230 IMPLY(STREAM_NEEDSERVICE(stp), in qenable_locked()