Home
last modified time | relevance | path

Searched refs:fn_dest (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c443 fifonode_t *fn_dest = fnp->fn_dest; in fifo_close() local
680 fn_dest = fnp->fn_dest; in fifo_read()
689 if (fn_dest->fn_wcnt == 0 || fn_dest->fn_rcnt == 0) { in fifo_read()
878 fn_dest = fnp->fn_dest; in fifo_write()
888 if (fn_dest->fn_rcnt == 0 || fn_dest->fn_wcnt == 0) { in fifo_write()
1059 fn_dest->fn_mp = fn_dest->fn_tail = bp; in fifo_write()
1096 fn_dest->fn_mtime = fn_dest->fn_ctime = now; in fifo_write()
1339 fn_dest = fnp->fn_dest; in fifo_fastioctl()
1691 fifonode_t *fn_dest = fnp->fn_dest; in fifo_inactive() local
1789 fn_dest = fnp->fn_dest; in fifo_poll()
[all …]
H A Dfifosubr.c197 fnp->fn_dest = fnp; in fnode_constructor()
283 fnp1->fn_dest = fnp2; in pipe_constructor()
284 fnp2->fn_dest = fnp1; in pipe_constructor()
908 struct fifonode *fn_dest; in fifo_connld() local
933 fn_dest = oldfnp->fn_dest; in fifo_connld()
967 fn_dest->fn_flag |= FIFOSEND; in fifo_connld()
973 fn_dest->fn_flag &= ~FIFOSEND; in fifo_connld()
993 fn_dest->fn_flag &= ~FIFOSEND; in fifo_connld()
1087 fifonode_t *fn_dest = fnp->fn_dest; in fifo_fastturnoff() local
1121 fn_flag = fn_dest->fn_flag; in fifo_fastturnoff()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dconnld.c169 streamfnp->fn_dest->fn_open == 0) { in connopen()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h81 fifonode_t *fn_dest; /* the other end of a pipe */ member