Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c441 fifonode_t *fn_dest = fnp->fn_dest; in fifo_close() local
662 fifonode_t *fn_dest; fifo_read() local
847 struct fifonode *fnp, *fn_dest; fifo_write() local
1134 fifonode_t *fn_dest; fifo_fastioctl() local
1677 fifonode_t *fn_dest = fnp->fn_dest; fifo_inactive() local
1765 fifonode_t *fnp, *fn_dest; fifo_poll() local
2016 fifonode_t *fn_dest = fnp->fn_dest; fifo_stayfast_exit() local
[all...]
H A Dfifosubr.c904 struct fifonode *fn_dest; in fifo_connld() local
1083 fifonode_t *fn_dest = fnp->fn_dest; fifo_fastturnoff() local
1159 fifo_wakewriter(fifonode_t * fn_dest,fifolock_t * fn_lock) fifo_wakewriter() argument
1190 fifo_wakereader(fifonode_t * fn_dest,fifolock_t * fn_lock) fifo_wakereader() argument
[all...]
/titanic_51/usr/src/uts/common/sys/fs/
H A Dfifonode.h81 fifonode_t *fn_dest; /* the other end of a pipe */ member