Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h168 #define STRUIO_POSTPONE 0x08 /* postpone copyin() for struio() */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2626 flags |= stp->sd_struiowrq ? STRUIO_POSTPONE : 0; in strput()
2628 if (!(flags & STRUIO_POSTPONE)) { in strput()
H A Dstrsubr.c2933 if (flag & STRUIO_POSTPONE) { in strmakedata()