Home
last modified time | relevance | path

Searched refs:STRTOSTOP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h295 #define STRTOSTOP 0x00080000 /* block background writes */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c156 { SF(STRTOSTOP), "block background writes" },
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2476 stp->sd_flag |= STRTOSTOP; in strrput_nondata()
2478 stp->sd_flag &= ~STRTOSTOP; in strrput_nondata()
H A Dstrsubr.c3237 if ((mode == JCWRITE && !(stp->sd_flag & STRTOSTOP)) || in straccess()