Home
last modified time | relevance | path

Searched refs:STREOPENFAIL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h287 #define STREOPENFAIL 0x20000000 /* indicates if re-open has failed */ macro
/titanic_50/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c843 if ((stp != NULL) && (stp->sd_flag & STREOPENFAIL)) { in spec_open()
848 stp->sd_flag &= ~STREOPENFAIL; in spec_open()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c162 { SF(STREOPENFAIL), "re-open has failed" },
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c560 (stp->sd_flag & STREOPENFAIL)) { in sotpi_init()
565 stp->sd_flag &= ~STREOPENFAIL; in sotpi_init()
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c209 stp->sd_flag |= STREOPENFAIL; in push_mod()
555 stp->sd_flag |= STREOPENFAIL; in stropen()
H A Dstrsubr.c1235 qp->q_stream->sd_flag |= STREOPENFAIL; in qreopen()