Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c265 if (stp->sd_flag & STRCOPYCACHED) in mcopyinuio()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h315 #define STRCOPYCACHED 0x00000004 /* copy should NOT bypass cache */ macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1193 so->so_proto_props.sopp_zcopyflag |= STRCOPYCACHED; in so_set_prop()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2424 stp->sd_copyflag |= STRCOPYCACHED; in strrput_nondata()
H A Dstrsubr.c2945 if (stp->sd_copyflag & STRCOPYCACHED) in strmakedata()