Searched refs:STRHUP (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 199 if (stp->sd_flag & (STRHUP|STRDERR|STWRERR)) { in push_mod() 200 error = (stp->sd_flag & STRHUP) ? ENXIO : EIO; in push_mod() 354 stp->sd_flag &= ~(STRHUP|STWOPEN|STRDERR|STWRERR); in stropen() 632 stp->sd_flag |= STRHUP; in strclose() 1203 if (stp->sd_flag & (STRHUP|STREOF)) { in strread() 2076 stp->sd_flag |= STRHUP; in strrput_nondata() 2104 stp->sd_flag &= ~STRHUP; in strrput_nondata() 2506 if (eiohup && (stp->sd_flag & (STPLEX|STRHUP)) == STRHUP) in strwriteable() 2509 error = strgeterr(stp, STRHUP|STPLEX|STWRERR, 0); in strwriteable() 2747 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in strwrite_common() [all …]
|
H A D | session.c | 323 if (((stp->sd_flag & (STRHUP|STRDERR|STWRERR|STPLEX)) != 0) || in strctty() 520 if (!(stp->sd_flag & STRHUP)) in freectty_signal()
|
H A D | strsubr.c | 1751 if (stp->sd_flag & STRHUP) { in mlink_file() 1792 (STPLEX|STRHUP|STRDERR|STWRERR|IOCWAIT|STRPLUMB)) || in mlink_file() 3017 errs = STWRERR|STRHUP|STPLEX; in strwaitq() 4280 ASSERT((flags_to_check & ~(STRDERR|STWRERR|STRHUP|STPLEX)) == 0); in strgeterr() 4323 } else if (sd_flag & STRHUP) { in strgeterr() 4379 if (stp->sd_flag & (STRDERR|STWRERR|STRHUP|STPLEX)) { in strstartplumb() 4381 STRDERR|STWRERR|STRHUP|STPLEX, 0); in strstartplumb() 4402 if (stp->sd_flag & (STRDERR|STWRERR|STRHUP|STPLEX)) { in strstartplumb() 4404 STRDERR|STWRERR|STRHUP|STPLEX, 0); in strstartplumb()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1683 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritempnoqwait() 1685 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritempnoqwait()
|
H A D | socktpi.c | 4502 !(stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in kstrwritemp() 4504 } else if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritemp() 4507 error = strgeterr(stp, STWRERR|STRHUP|STPLEX, 0); in kstrwritemp() 4738 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY)) in sostream_direct() 4792 (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY))) { in sostream_direct()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | strsubr.h | 261 #define STRHUP 0x00000010 /* Device has vanished */ macro
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 137 { SF(STRHUP), "device has vanished" },
|