Home
last modified time | relevance | path

Searched defs:fn_dest (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c439 fifonode_t *fn_dest = fnp->fn_dest; in fifo_close() local
660 fifonode_t *fn_dest; in fifo_read() local
845 struct fifonode *fnp, *fn_dest; in fifo_write() local
1132 fifonode_t *fn_dest; in fifo_fastioctl() local
1675 fifonode_t *fn_dest = fnp->fn_dest; in fifo_inactive() local
1763 fifonode_t *fnp, *fn_dest; in fifo_poll() local
2012 fifonode_t *fn_dest = fnp->fn_dest; in fifo_stayfast_exit() local
H A Dfifosubr.c904 struct fifonode *fn_dest; in fifo_connld() local
1083 fifonode_t *fn_dest = fnp->fn_dest; in fifo_fastturnoff() local
1159 fifo_wakewriter(fifonode_t *fn_dest, fifolock_t *fn_lock) in fifo_wakewriter()
1190 fifo_wakereader(fifonode_t *fn_dest, fifolock_t *fn_lock) in fifo_wakereader()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dfifonode.h81 fifonode_t *fn_dest; /* the other end of a pipe */ member