Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1218 so->so_proto_props.sopp_zcopyflag &= ~STZCVMUNSAFE; in so_set_prop()
1220 so->so_proto_props.sopp_zcopyflag |= STZCVMUNSAFE; in so_set_prop()
H A Dsocksyscalls.c2912 if ((copyflag & (STZCVMSAFE|STZCVMUNSAFE)) == 0) { in sosendfile64()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h296 #define STZCVMUNSAFE 0x00000002 /* unsafe to borrow file pages */ macro
/titanic_50/usr/src/uts/common/syscall/
H A Dsendfile.c947 copyflag & STZCVMUNSAFE) { in sendvec_chunk()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c2348 stp->sd_copyflag &= ~STZCVMUNSAFE; in strrput_nondata()
2350 stp->sd_copyflag |= STZCVMUNSAFE; in strrput_nondata()