Searched refs:M_HANGUP (Results 1 - 25 of 33) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dstrredirm.c156 if (DB_TYPE(mp) == M_HANGUP)
H A Ddedump.c206 { M_HANGUP, "M_HANGUP ", dedump_raw },
H A Dtirdwr.c310 mp->b_datap->db_type = M_HANGUP;
H A Dlogindmux.c685 case M_HANGUP:
773 * to do: Send M_HANGUP to the pty.
775 mp->b_datap->db_type = M_HANGUP;
879 case M_HANGUP:
H A Drlmod.c319 * M_HANGUP below poisons the stream such that no modules can
326 (void) putnextctl(q, M_HANGUP);
398 /* Make into M_HANGUP and putnext */
399 mp->b_datap->db_type = M_HANGUP;
525 /* Make into M_HANGUP and putnext */
526 mp->b_datap->db_type = M_HANGUP;
H A Dtelmod.c313 * M_HANGUP below poisons the stream such that no modules can
320 (void) putnextctl(q, M_HANGUP);
353 * indicating connection tear-down, and change them into M_HANGUP's.
439 /* Make into M_HANGUP and putnext */
441 mp->b_datap->db_type = M_HANGUP;
566 /* Make into M_HANGUP and putnext */
568 mp->b_datap->db_type = M_HANGUP;
H A Dptm.c53 * the FLUSHW flag and vice versa. When the master device is closed an M_HANGUP
419 (void) putnextctl(pts_rdq, M_HANGUP);
H A Dptem.c413 case M_HANGUP:
H A Dconsms.c611 case M_HANGUP:
H A Dtty_pty.c297 (void) putctl(q, M_HANGUP);
H A Dconskbd.c1221 case M_HANGUP:
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c463 (void) putnextctl(rq, M_HANGUP);
873 (void) putctl(rq, M_HANGUP);
938 (void) putnextctl(RD(wq), M_HANGUP); local
1041 (void) putnextctl(rq, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c725 (void) putnextctl(cvcinput_q, M_HANGUP);
863 (void) putnextctl(cvcinput_q, M_HANGUP);
877 (void) putnextctl(cvcoutput_q, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c680 (void) putnextctl(cvcinput_q, M_HANGUP);
814 (void) putnextctl(cvcinput_q, M_HANGUP);
853 (void) putnextctl(cvcoutput_q, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dqcn.c1045 (void) putctl(qcn_state->qcn_readq, M_HANGUP);
1206 (void) putctl(qcn_state->qcn_readq, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dstream.h455 #define M_HANGUP 0x89 /* line disconnect */ macro
/opensolaris-onvv-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c926 putnextctl(SM_RQ(uqi), M_HANGUP) == 0) {
927 sm_log("sm_link_req: putnextctl(M_HANGUP)"
1569 case M_HANGUP:
1813 case M_HANGUP:
/opensolaris-onvv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c507 (void) putnextctl_wait(sd_wrq, M_HANGUP);
559 (void) putnextctl_wait(sd_wrq, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c948 case M_HANGUP:
1605 outmp->b_datap->db_type = M_HANGUP;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1330 (void) putnextctl(ipnet->ipnet_rq, M_HANGUP);
1799 * case, send the ipnet_t an M_HANGUP.
1813 (void) putnextctl(ipnet->ipnet_rq, M_HANGUP);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1073 * send M_HANGUP message upstream and log a warning
1104 * M_HANGUP message after releasing mutex
1124 (void) putnextctl(rq, M_HANGUP);
2420 rq_msg = M_HANGUP;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c201 { "M_HANGUP", M_HANGUP, "line disconnect" },
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c374 * M_HANGUP works with IP, but snoop
1924 case M_HANGUP:
1927 * a M_HANGUP message upstream, so we need to translate this
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c580 * accomplishes this by sending M_HANGUP to data streams and M_PROTO
603 MTYPE(mp) = M_HANGUP;
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c2697 case M_HANGUP:

Completed in 392 milliseconds

12