Searched refs:M_CTL (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dlogindmux_impl.h101 ((DB_TYPE(mp) == M_CTL) && \
H A Dstream.h440 #define M_CTL 0x0d /* device-specific control message */ macro
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d31 #define M_CTL 0x0d
70 this->mp = (this->mp->b_datap->db_type == M_CTL?
/illumos-gate/usr/src/uts/common/io/
H A Dlogindmux.c58 * state variable and pointer to an M_CTL mblk) is allocated during
525 newmp->b_datap->db_type = M_CTL;
592 newmp->b_datap->db_type = M_CTL;
599 case M_CTL:
626 * For protocol, it detects M_CTL and sends its data to the daemon. Also,
689 case M_CTL:
695 * this to determine whether a particular M_CTL is a
883 case M_CTL:
1028 * Put the M_CTL directly to the peer's lower RQ.
1251 DB_TYPE(p->prot_mp) = M_CTL;
[all...]
H A Dtelmod.c375 * create a M_CTL message block with the mp.
383 newmp->b_datap->db_type = M_CTL;
533 newmp->b_datap->db_type = M_CTL;
640 * to process something. M_CTL's are data from the daemon bound for the
680 case M_CTL:
813 * M_CTL, so we do flush read data beyond us, expecting
824 * daemon, stored as M_CTL messages, flushq will
887 case M_CTL:
933 * newmp: When an M_CTL header is required, this pointer references
1044 * create a 1 byte M_CTL messag
[all...]
H A Ddedump.c194 { M_CTL, "M_CTL ", dedump_raw },
H A Dtty_pty.c273 (void) putctl1(q, M_CTL, MC_DOCANON);
754 (void) putctl1(q, M_CTL, MC_NOCANON);
758 (void) putctl1(q, M_CTL, MC_DOCANON);
H A Dbufmod.c516 case M_CTL:
518 * Zero-length M_CTL means our timeout() popped.
1134 * Signal a timeout by passing a zero-length M_CTL msg in the read-side
1148 if (putctl(rq, M_CTL) == 0) /* failure */
H A Dtty_pts.c479 case M_CTL:
486 (void) putctl1(RD(q), M_CTL, local
H A Dptem.c1061 * Send M_CTL up using the iocblk format.
1068 mctlp->b_datap->db_type = M_CTL;
H A Dldterm.c540 #define DEBUG3(a) if (ldterm_debug >= 3) printf a /* M_CTL Stuff */
747 * Reformulate as an M_CTL message. The actual data will
750 qryp->b_datap->db_type = M_CTL;
775 qryp->b_datap->db_type = M_CTL;
1074 case M_CTL:
1075 DEBUG3(("ldtermrput: M_CTL received\n"));
1077 * The M_CTL has been standardized to look like an
1083 "Non standard M_CTL received by ldterm module\n"));
1094 DEBUG3(("ldtermrput: M_CTL Query Reply\n"));
1101 DEBUG3(("ldtermrput: M_CTL GrandSchem
[all...]
/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/common/io/ppp/sppp/
H A Dsppp.c1237 (void) putctl4(ppa->ppa_lower_wq, M_CTL, PPPCTL_MRU,
1264 (void) putctl4(ppa->ppa_lower_wq, M_CTL, PPPCTL_MTU,
1363 (void) putctl8(lwq, M_CTL, PPPCTL_UNIT,
1365 (void) putctl4(lwq, M_CTL, PPPCTL_MRU, ppa->ppa_mru);
1366 (void) putctl4(lwq, M_CTL, PPPCTL_MTU, ppa->ppa_mtu);
1862 case M_CTL:
/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/usb/clients/hid/
H A Dhid.c1201 case M_CTL:
1280 * continue servicing all the M_CTL's till the queue is empty
2242 * Handle M_CTL messages from upper stream. If
2749 mp->b_datap->db_type = M_CTL;
2771 mp->b_datap->db_type = M_CTL;
2897 mp->b_datap->db_type = M_CTL;
2917 mp->b_datap->db_type = M_CTL;
3117 mp_lowpwr->b_datap->db_type = M_CTL;
3234 mp->b_datap->db_type = M_CTL;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c640 mp->b_datap->db_type = M_CTL;
1057 wrapper->b_datap->db_type = M_CTL;
1974 imp->b_datap->db_type = M_CTL;
2289 if (mp->b_datap->db_type != M_CTL) {
2297 ("Hmmm, a non M_CTL (%d, 0x%x) on keysock_rput.\n",
/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/common/io/usb/clients/audio/usb_ah/
H A Dusb_ah.c246 /* failure to allocate M_CTL message */
400 case M_CTL:
421 * Handle M_CTL messages from hid. If we don't understand
477 * This function sends a M_CTL message to usb_ac repeatedly
825 * type from M_CTL to M_PROTO since the streamhead will not pass M_CTLs up
/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/inet/sctp/
H A Dsctp_input.c639 if (DB_TYPE(mp) == M_CTL) {
816 ASSERT(DB_TYPE(hmp) == M_CTL);
968 * First fragment of this message received, allocate a M_CTL that
979 DB_TYPE(new_reassq) = M_CTL;
2253 ASSERT(DB_TYPE(hmp) == M_CTL);
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c679 case M_CTL:
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c441 case M_CTL:
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c420 case M_CTL: {
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c416 case M_CTL:
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c605 case M_CTL:

Completed in 160 milliseconds

12