Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h323 #define SR_IGN_ZEROLEN 0x00000008 /* Ignore zero-length M_DATA */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c8149 stp->sd_rput_opt |= SR_IGN_ZEROLEN; in strsetrputhooks()
8151 stp->sd_rput_opt &= ~SR_IGN_ZEROLEN; in strsetrputhooks()
H A Dstreamio.c1656 if ((rput_opt & SR_IGN_ZEROLEN) && in strrput()