Searched refs:fifo_strdata (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifosubr.c | 72 extern struct qinit fifo_strdata; 395 fifo_strdata.qi_minfo->mi_hiwat = Fifohiwat; in fifoinit()
|
H A D | fifovnops.c | 113 extern struct qinit fifo_strdata; 116 struct streamtab fifoinfo = { &fifo_strdata, &fifo_stwdata, NULL, NULL };
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 156 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()
|