Home
last modified time | relevance | path

Searched refs:fn_mp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c733 ASSERT(fnp->fn_mp != NULL); in fifo_read()
749 bp = fnp->fn_mp; in fifo_read()
750 fnp->fn_mp = fnp->fn_mp->b_cont; in fifo_read()
1055 if (fn_dest->fn_mp != NULL) { in fifo_write()
1281 bp = fnp->fn_mp; in fifo_fastioctl()
1675 if (fnp->fn_mp) { in fifo_inactive()
1676 freemsg(fnp->fn_mp); in fifo_inactive()
1677 fnp->fn_mp = NULL; in fifo_inactive()
1688 if (fn_dest->fn_mp) { in fifo_inactive()
1689 freemsg(fn_dest->fn_mp); in fifo_inactive()
[all …]
H A Dfifosubr.c197 fnp->fn_mp = NULL; in fnode_constructor()
243 ASSERT(fnp->fn_mp == NULL); in fnode_destructor()
883 if ((bp = fnp->fn_mp) != NULL) { in fifo_fastflush()
884 fnp->fn_mp = NULL; in fifo_fastflush()
1084 mblk_t *fn_mp; in fifo_fastturnoff() local
1092 if ((fn_mp = fnp->fn_mp) != NULL) { in fifo_fastturnoff()
1098 fnp->fn_mp = NULL; in fifo_fastturnoff()
1105 put(RD(strvp2wq(FTOV(fnp))), fn_mp); in fifo_fastturnoff()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h82 struct msgb *fn_mp; /* message waiting to be read */ member