Searched defs:M_CTL (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c479 case M_CTL:
486 (void) putctl1(RD(q), M_CTL, local
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c706 * Handle state-affecting M_CTL messages.
897 case M_CTL:
1021 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); local
1250 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); local
1358 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR);
1906 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR);
1934 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c342 case M_CTL:
621 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); local
677 (void) putnextctl1(RD(q), M_CTL, PPPCTL_OERROR); local
1038 * Called by spppcomp_wput as the result of receiving an M_CTL
1117 /* Forward unknown M_CTL messages along */
1122 * For known PPP M_CTL messages, forward along only if we're not the
1227 case M_CTL:
1435 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR);
1442 (void) putnextctl1(q, M_CTL, PPPCTL_IERROR);
1464 (void) putnextctl1(q, M_CTL, PPPCTL_IERRO
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c403 (void) putnextctl1(WR(q), M_CTL, MC_SERVICEIMM); local
430 (void) putnextctl1(q, M_CTL, MC_SERVICEDEF);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1279 case M_CTL:
1281 (void) putnextctl1(OTHERQ(wq), M_CTL, MC_NOCANON); local
1597 case M_CTL:
2407 (void) putctl(uqi->sm_waitq, M_CTL);
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h440 #define M_CTL 0x0d /* device-specific control message */ macro

Completed in 78 milliseconds