Home
last modified time | relevance | path

Searched refs:sd_copyflag (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h248 uint_t sd_copyflag; /* copy-related flags */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2416 stp->sd_copyflag |= STZCVMSAFE; in strrput_nondata()
2417 stp->sd_copyflag &= ~STZCVMUNSAFE; in strrput_nondata()
2419 stp->sd_copyflag |= STZCVMUNSAFE; in strrput_nondata()
2420 stp->sd_copyflag &= ~STZCVMSAFE; in strrput_nondata()
2424 stp->sd_copyflag |= STRCOPYCACHED; in strrput_nondata()
H A Dstrsubr.c2945 if (stp->sd_copyflag & STRCOPYCACHED) in strmakedata()
3333 stp->sd_copyflag = 0; in shalloc()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c936 copyflag = stp != NULL ? stp->sd_copyflag : in sendvec_chunk()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2975 copyflag = stp != NULL ? stp->sd_copyflag : in sosendfile64()