Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1186 so->so_proto_props.sopp_zcopyflag &= ~STZCVMUNSAFE; in so_set_prop()
1188 so->so_proto_props.sopp_zcopyflag |= STZCVMUNSAFE; in so_set_prop()
H A Dsocksyscalls.c2978 if ((copyflag & (STZCVMSAFE|STZCVMUNSAFE)) == 0) { in sosendfile64()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h314 #define STZCVMUNSAFE 0x00000002 /* unsafe to borrow file pages */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c950 copyflag & STZCVMUNSAFE) { in sendvec_chunk()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2417 stp->sd_copyflag &= ~STZCVMUNSAFE; in strrput_nondata()
2419 stp->sd_copyflag |= STZCVMUNSAFE; in strrput_nondata()