Home
last modified time | relevance | path

Searched refs:RFLUSHPCPROT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h90 #define RFLUSHPCPROT 0x020 /* do not flush PCPROTOs */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2245 stp->sd_read_opt & RFLUSHPCPROT); in strrput_nondata()
2387 case RFLUSHPCPROT: in strrput_nondata()
2392 stp->sd_read_opt |= RFLUSHPCPROT; in strrput_nondata()
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c436 sop->so_readopt = RFLUSHPCPROT; in timodopen()