Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c72 extern struct qinit fifo_strdata;
395 fifo_strdata.qi_minfo->mi_hiwat = Fifohiwat; in fifoinit()
H A Dfifovnops.c113 extern struct qinit fifo_strdata;
116 struct streamtab fifoinfo = { &fifo_strdata, &fifo_stwdata, NULL, NULL };
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c156 struct qinit fifo_strdata = { strrput, NULL, NULL, NULL, NULL, &fiform_info }; variable
411 setq(qp, &fifo_strdata, &fifo_stwdata, NULL, QMTSAFE, in stropen()
5796 if (qp->q_qinfo != &strdata && qp->q_qinfo != &fifo_strdata) { in do_sendfp()