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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2543 strput(struct stdata *stp, mblk_t *mctl, struct uio *uiop, ssize_t *iosize, function
2803 * Note that tempmode does not get used in strput/strmakedata
2828 error = strput(stp, NULL, uiop, &iosize, b_flag, 0, 0);
2837 * Needed since strput did not hold sd_lock across
7836 /* Ignore flow control in strput for HIPRI */
7844 * strput will always free the ctl mblk - even when strput
7855 * strput.
7861 error = strput(stp, mp, uiop, &msgsize, 0, pri, flag);
7873 * Needed since strput di
[all...]

Completed in 279 milliseconds