Home
last modified time | relevance | path

Searched refs:fifo_stwdata (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c115 extern struct qinit fifo_stwdata;
119 struct streamtab fifoinfo = { &fifo_strdata, &fifo_stwdata, NULL, NULL };
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c161 struct qinit fifo_stwdata = { NULL, strwsrv, NULL, NULL, NULL, &fifowm_info }; variable
460 setq(qp, &fifo_strdata, &fifo_stwdata, NULL, QMTSAFE, in stropen()