Searched defs:fn_mp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h46 * fn_mp
82 struct msgb *fn_mp; /* message waiting to be read */ member in struct:fifonode
85 uint_t fn_count; /* Number of bytes on fn_mp */
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c197 fnp->fn_mp = NULL;
243 ASSERT(fnp->fn_mp == NULL);
883 if ((bp = fnp->fn_mp) != NULL) {
884 fnp->fn_mp = NULL;
1084 mblk_t *fn_mp; local
1090 * is stuff in fn_mp
1092 if ((fn_mp = fnp->fn_mp) != NULL) {
1098 fnp->fn_mp = NULL;
1105 put(RD(strvp2wq(FTOV(fnp))), fn_mp);
[all...]

Completed in 46 milliseconds