Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1185 so->so_proto_props.sopp_zcopyflag |= STZCVMSAFE; in so_set_prop()
1189 so->so_proto_props.sopp_zcopyflag &= ~STZCVMSAFE; in so_set_prop()
H A Dsocksyscalls.c2978 if ((copyflag & (STZCVMSAFE|STZCVMUNSAFE)) == 0) { in sosendfile64()
2985 dozcopy = copyflag & STZCVMSAFE; in sosendfile64()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h312 #define STZCVMSAFE 0x00000001 /* safe to borrow file (segmapped) */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c952 } else if (copyflag & STZCVMSAFE) { in sendvec_chunk()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2416 stp->sd_copyflag |= STZCVMSAFE; in strrput_nondata()
2420 stp->sd_copyflag &= ~STZCVMSAFE; in strrput_nondata()