Home
last modified time | relevance | path

Searched refs:FLUSHR (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_41/usr/src/uts/common/io/
H A Dpipemod.c74 if (!(*mp->b_rptr & FLUSHR && *mp->b_rptr & FLUSHW)) { in pipeput()
76 *mp->b_rptr |= FLUSHR; in pipeput()
80 *mp->b_rptr &= ~FLUSHR; in pipeput()
H A Dpts.c558 if ((*mp->b_rptr & FLUSHR) == 0) { in ptswput()
563 *mp->b_rptr |= FLUSHR; in ptswput()
578 *nmp->b_rptr |= FLUSHR; in ptswput()
589 if (*mp->b_rptr & FLUSHR) { in ptswput()
H A Dtty_common.c105 (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 Dptm.c486 flush_flg = (*mp->b_rptr & ~FLUSHW) | FLUSHR; in ptmwput()
488 if (*mp->b_rptr & FLUSHR) { in ptmwput()
490 flush_flg |= (*mp->b_rptr & ~FLUSHR) | FLUSHW; in ptmwput()
H A Dlogindmux.c559 if (*mp->b_rptr & FLUSHR) in logdmuxuwput()
781 if (*mp->b_rptr & FLUSHR) in logdmuxlrput()
800 *mp->b_rptr &= ~(FLUSHR | FLUSHW); in logdmuxlrput()
802 *mp->b_rptr |= FLUSHR; in logdmuxlrput()
803 if (flush & FLUSHR) in logdmuxlrput()
H A Dpckt.c333 if ((*mp->b_rptr & FLUSHRW) == FLUSHR) in pcktrput()
336 *mp->b_rptr = FLUSHR; in pcktrput()
H A Dzcons.c702 if ((*mp->b_rptr & FLUSHR) == 0) { in handle_mflush()
707 *mp->b_rptr |= FLUSHR; in handle_mflush()
723 if (*mp->b_rptr & FLUSHR) { in handle_mflush()
H A Dconsms.c397 if (*mp->b_rptr & FLUSHR)
406 if (*mp->b_rptr & FLUSHR)
552 if (*mp->b_rptr & FLUSHR)
560 *mp->b_rptr &= ~FLUSHR;
H A Dtty_pts.c439 if (*mp->b_rptr & FLUSHR) { in ptslwput()
695 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
724 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
H A Dlog.c180 if (*mp->b_rptr & FLUSHR) { in log_wput()
H A Dwscons.c610 if (*mp->b_rptr & FLUSHR) { in wcuwput()
1351 *mp->b_rptr = FLUSHR; /* it has been flushed */ in wclrput()
1353 if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) { in wclrput()
H A Dtelmod.c413 if (*mp->b_rptr & FLUSHR) in telmodrput()
807 if (rw & FLUSHR) { in telmodwput()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h46 #define FLUSHR 1 /* flush read queue */ macro
/titanic_41/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/titanic_41/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/titanic_41/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c197 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmterm.c175 if (ioctl(fd, I_FLUSH, FLUSHR) == -1)
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h125 #define FLUSHR 0x01 /* flush read queue */ macro
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c262 if (*mp->b_rptr & FLUSHR) in sdp_gen_wput()
/titanic_41/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c289 flag |= (which & AUDIO__RECORD) ? FLUSHR : 0; in audio__flush()
/titanic_41/usr/src/uts/sun/io/
H A Dms.c707 if (*mp->b_rptr & FLUSHR)
896 (void) putnextctl1(q, M_FLUSH, FLUSHR);
925 if (*mp->b_rptr & FLUSHR)
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c1224 if (*mp->b_rptr & FLUSHR) { in oplmsu_wcmn_flush_hndl()
1431 if (*mp->b_rptr & FLUSHR) { in oplmsu_rcmn_flush_hndl()
1446 *mp->b_rptr &= ~FLUSHR; in oplmsu_rcmn_flush_hndl()
1460 *mp->b_rptr &= ~FLUSHR; in oplmsu_rcmn_flush_hndl()
/titanic_41/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c296 if (*mp->b_rptr & FLUSHR) in ds_wput()
/titanic_41/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c1347 (void) putnextctl1(q, M_FLUSH, FLUSHR); in usbwcm_flush()
1516 if (*mp->b_rptr & FLUSHR) { in usbwcm_wput()
1559 if (*mp->b_rptr & FLUSHR) in usbwcm_rput()
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c514 if (*mp->b_rptr & FLUSHR) in softmac_rput_process_notdata()

1234