Searched refs:strmakedata (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1114 extern int strmakedata(ssize_t *, struct uio *, stdata_t *, int32_t, mblk_t **);
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2757 error = strmakedata(iosize, uiop, stp, flag, &mpdata);
2848 strmakedata( function
H A Dstreamio.c2559 * Use regular canputnext, strmakedata, putnext sequence.
2573 if ((error = strmakedata(iosize, uiop, stp, flags,
2618 if ((error = strmakedata(iosize, uiop, stp, flags, &mp)) != 0) {
2803 * Note that tempmode does not get used in strput/strmakedata
7807 * Needed to prevent partial failures in the strmakedata loop.
8005 * Needed to prevent partial failures in the strmakedata loop.

Completed in 93 milliseconds