Searched refs:fifo_strdata (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/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 | 115 extern struct qinit fifo_strdata; 118 struct streamtab fifoinfo = { &fifo_strdata, &fifo_stwdata, NULL, NULL };
|
| /titanic_53/usr/src/uts/common/os/ |
| H A D | streamio.c | 157 struct qinit fifo_strdata = { strrput, NULL, NULL, NULL, NULL, &fiform_info }; variable 412 setq(qp, &fifo_strdata, &fifo_stwdata, NULL, QMTSAFE, in stropen() 5797 if (qp->q_qinfo != &strdata && qp->q_qinfo != &fifo_strdata) { in do_sendfp()
|