Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstropts.h92 #define RFLUSHPCPROT 0x020 /* do not flush PCPROTOs */ macro
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c2175 stp->sd_read_opt & RFLUSHPCPROT); in strrput_nondata()
2317 case RFLUSHPCPROT: in strrput_nondata()
2322 stp->sd_read_opt |= RFLUSHPCPROT; in strrput_nondata()
/titanic_44/usr/src/uts/common/io/
H A Dtimod.c436 sop->so_readopt = RFLUSHPCPROT; in timodopen()