Searched refs:fifo_strdata (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/fifofs/ |
| H A D | fifosubr.c | 73 extern struct qinit fifo_strdata; 376 fifo_strdata.qi_minfo->mi_hiwat = Fifohiwat; in fifoinit()
|
| H A D | fifovnops.c | 117 extern struct qinit fifo_strdata; 120 struct streamtab fifoinfo = { &fifo_strdata, &fifo_stwdata, NULL, NULL };
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | streamio.c | 160 struct qinit fifo_strdata = { strrput, NULL, NULL, NULL, NULL, &fiform_info }; variable 460 setq(qp, &fifo_strdata, &fifo_stwdata, NULL, QMTSAFE, in stropen() 5922 if (qp->q_qinfo != &strdata && qp->q_qinfo != &fifo_strdata) { in do_sendfp()
|