/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 105 (void) putnextctl1(q, M_FLUSH, FLUSHR); in ttycommon_qfull() 144 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl() 176 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl()
|
H A D | pipemod.c | 73 case M_FLUSH: in pipeput()
|
H A D | pckt.c | 326 case M_FLUSH: in pcktrput() 449 case M_FLUSH: in pcktrsrv()
|
H A D | ldterm.c | 1155 case M_FLUSH: in ldtermrput() 1560 (void) putctl1(q, M_FLUSH, FLUSHR); in ldtermrmsg() 1612 (void) putnextctl1(q, M_FLUSH, FLUSHW); in ldtermrmsg() 1620 (void) putctl1(WR(q), M_FLUSH, FLUSHR); in ldtermrmsg() 3053 case M_FLUSH: in ldtermwput() 3997 (void) putnextctl1(q, M_FLUSH, FLUSHW); in ldterm_flush_output() 4037 (void) putnextctl1(WR(q), M_FLUSH, mode); in ldterm_dosig() 4057 (void) putnextctl1(q, M_FLUSH, FLUSHW); in ldterm_dosig() 4226 (void) putnextctl1(q, M_FLUSH, FLUSHR); in ldterm_do_ioctl() 4227 (void) putctl1(RD(q), M_FLUSH, FLUSHR); in ldterm_do_ioctl() [all …]
|
H A D | tty_pts.c | 422 case M_FLUSH: in ptslwput() 695 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl() 724 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
|
H A D | rlmod.c | 445 case M_FLUSH: in rlmodrput() 643 case M_FLUSH: in rlmodwput() 669 (void) putnextctl1(q, M_FLUSH, FLUSHW); in rlmodwput()
|
H A D | dedump.c | 203 { M_FLUSH, "M_FLUSH ", dedump_char },
|
H A D | zcons.c | 891 case M_FLUSH: in zc_wput() 911 case M_FLUSH: in zc_wput()
|
H A D | log.c | 175 case M_FLUSH: in log_wput()
|
H A D | ptem.c | 481 case M_FLUSH: in ptemwput() 636 if (putnextctl1(q, M_FLUSH, FLUSHR) == 0) { in ptemwmsg()
|
H A D | telmod.c | 406 case M_FLUSH: in telmodrput() 797 case M_FLUSH: in telmodwput()
|
H A D | logindmux.c | 549 case M_FLUSH: in logdmuxuwput() 780 case M_FLUSH: in logdmuxlrput()
|
H A D | ptm.c | 471 case M_FLUSH: in ptmwput()
|
H A D | pts.c | 544 case M_FLUSH: in ptswput()
|
H A D | consms.c | 394 case M_FLUSH: 549 case M_FLUSH:
|
/titanic_44/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 260 case M_FLUSH: in sdp_gen_wput()
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | ms.c | 704 case M_FLUSH: 896 (void) putnextctl1(q, M_FLUSH, FLUSHR); 922 case M_FLUSH:
|
/titanic_44/usr/src/uts/common/ktli/ |
H A D | t_krcvudat.c | 292 case M_FLUSH: in t_krcvudata()
|
/titanic_44/usr/src/uts/common/io/vuidmice/ |
H A D | vuidmice.c | 263 } else if (DB_TYPE(mp) == M_FLUSH) { in vuidmice_rput() 321 case M_FLUSH: in vuidmice_wput()
|
/titanic_44/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1100 case M_FLUSH: in sm_hp_uwput() 1135 (void) putnextctl1(SM_WQ(plqi), M_FLUSH, in sm_hp_uwput() 1593 case M_FLUSH: in sm_ursendup() 1849 (void) putnextctl1(OTHERQ(q), M_FLUSH, in sm_sendup() 1857 (void) putnextctl1(OTHERQ(q), M_FLUSH, FLUSHRW); in sm_sendup() 1867 case M_FLUSH: in sm_sendup()
|
/titanic_44/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 294 case M_FLUSH: in ds_wput()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 1347 (void) putnextctl1(q, M_FLUSH, FLUSHR); in usbwcm_flush() 1512 case M_FLUSH: /* Canonical flush handling */ in usbwcm_wput() 1555 case M_FLUSH: in usbwcm_rput()
|
/titanic_44/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_cmn_func.c | 636 mp->b_datap->db_type = M_FLUSH; in oplmsu_cmn_set_mflush() 1398 if (mp->b_datap->db_type & M_FLUSH) { in oplmsu_wcmn_high_qenable() 1607 case M_FLUSH : in oplmsu_rcmn_high_qenable()
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 513 case M_FLUSH: in softmac_rput_process_notdata()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stream.h | 453 #define M_FLUSH 0x86 /* flush your queues */ macro
|