Home
last modified time | relevance | path

Searched refs:sd_flag (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c360 stp->sd_flag |= STWOPEN; in stropen()
383 stp->sd_flag |= STWOPEN; in stropen()
424 stp->sd_flag = STWOPEN; in stropen()
478 stp->sd_flag &= ~STWOPEN; in stropen()
616 stp->sd_flag &= ~STWOPEN; in stropen()
686 stp->sd_flag |= STRHUP; in strclose()
725 stp->sd_flag |= STRCLOSE; in strclose()
729 stp->sd_flag |= STRCLOSE; in strclose()
1424 stp->sd_flag &= in strread()
1897 wakeups &= stp->sd_flag; in strrput()
[all …]
H A Dstrsubr.c3056 if (stp->sd_flag & errs) { in strwaitq()
3114 stp->sd_flag |= slpflg; in strwaitq()
3129 stp->sd_flag &= ~slpflg; in strwaitq()
4301 int32_t sd_flag = stp->sd_flag & flags_to_check; in strgeterr() local
4306 if (sd_flag & STPLEX) in strgeterr()
7988 stp->sd_flag |= RSLEEP; in strwaitmark()
8022 stp->sd_flag |= STRDERR; in strsetrerror()
8058 stp->sd_flag |= STWRERR; in strsetwerror()
8091 stp->sd_flag &= ~STREOF; in strseteof()
8095 stp->sd_flag |= STREOF; in strseteof()
[all …]
H A Dsession.c290 stp->sd_flag |= STRISTTY; /* just to be sure */ in sess_ctty_set()
320 if (((stp->sd_flag & (STRHUP|STRDERR|STWRERR|STPLEX)) != 0) || in strctty()
517 if (!(stp->sd_flag & STRHUP)) in freectty_signal()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent_impl.h80 int sd_flag; /* flag */ member
H A Dlibsysevent.c1115 sub->sd_flag = ACTIVE; in alloc_subscriber()
1649 if (!(sub->sd_flag & ACTIVE)) { in sysevent_send_event()
1656 if (resend_cnt > 0 && !(sub->sd_flag & SEND_AGAIN)) { in sysevent_send_event()
1682 sub->sd_flag |= SEND_AGAIN; in sysevent_send_event()
1690 sub->sd_flag = 0; in sysevent_send_event()
1695 sub->sd_flag &= ~SEND_AGAIN; in sysevent_send_event()
1702 sub->sd_flag = 0; in sysevent_send_event()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c691 if (mask != 0 && !(sd.sd_flag & mask)) in stdata()
694 if (not_mask != 0 && (sd.sd_flag & not_mask)) in stdata()
707 addr, sd.sd_wrq, sd.sd_flag, sd.sd_vnode, in stdata()
714 if (!(sd.sd_flag & (1 << i))) in stdata()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c467 stp->sd_flag |= STRMOUNT; in nm_mount()
628 stp->sd_flag &= ~STRMOUNT; in nm_unmount()
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c265 if (stp->sd_flag & STRCOPYCACHED) in mcopyinuio()
H A Dpts.c391 STREAM(rqp)->sd_flag |= STRXPG4TTY; in ptsopen()
H A Dstream.c3547 if (stp->sd_flag & WSLEEP) { in strwakeq()
3548 stp->sd_flag &= ~WSLEEP; in strwakeq()
3561 if (stp->sd_flag & RSLEEP) { in strwakeq()
3562 stp->sd_flag &= ~RSLEEP; in strwakeq()
3579 if (stp->sd_flag & WSLEEP) { in strwakeq()
3580 stp->sd_flag &= ~WSLEEP; in strwakeq()
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c119 if (stp == NULL || stp->sd_flag & STPLEX) in proto_set_maxpsz()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h187 uint_t sd_flag; /* state/flags */ member
1086 #define STRMATED(X) ((X)->sd_flag & STRMATE)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c445 if (stp->sd_flag & STRISTTY) { in sotpi_init()
563 (stp->sd_flag & STREOPENFAIL)) { in sotpi_init()
568 stp->sd_flag &= ~STREOPENFAIL; in sotpi_init()
4430 !(stp->sd_flag & (STWRERR|STRHUP|STPLEX))) { in kstrwritemp()
4432 } else if (stp->sd_flag & (STWRERR|STRHUP|STPLEX)) { in kstrwritemp()
4438 if (!(stp->sd_flag & STPLEX) && in kstrwritemp()
4447 if (stp->sd_flag & OLDNDELAY) in kstrwritemp()
4673 if (stp->sd_flag & (STWRERR|STRHUP|STPLEX|STRDELIM|OLDNDELAY)) in sostream_direct()
4726 } else if (error == ENOMEM || !canput(tcp_wq) || (stp->sd_flag & in sostream_direct()
H A Dsockstr.c1625 if (stp->sd_flag & WSLEEP) { in strsock_discon_ind()
1626 stp->sd_flag &= ~WSLEEP; in strsock_discon_ind()
H A Dsocksyscalls.c2752 while (!(stp->sd_flag & STZCNOTIFY)) { in snf_segmap()
2759 stp->sd_flag &= ~STZCNOTIFY; in snf_segmap()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c823 if (!(stp->sd_flag & STRISTTY) || (flag & FNOCTTY)) in spec_open()
846 if ((stp != NULL) && (stp->sd_flag & STREOPENFAIL)) { in spec_open()
851 stp->sd_flag &= ~STREOPENFAIL; in spec_open()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c603 (fn_dest_vp->v_stream->sd_flag & STRMOUNT)) { in fifo_close()
625 ASSERT((fn_dest_vp->v_stream->sd_flag & STRMOUNT) == 0); in fifo_close()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3317 stp->sd_flag |= STZCNOTIFY; in tcp_zcopy_notify()