Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/uts/common/io/
H A Dpipemod.c71 if (!(*mp->b_rptr & FLUSHR && *mp->b_rptr & FLUSHW)) { in pipeput()
73 *mp->b_rptr |= FLUSHR; in pipeput()
77 *mp->b_rptr &= ~FLUSHR; in pipeput()
H A Dpts.c560 if ((*mp->b_rptr & FLUSHR) == 0) { in ptswput()
565 *mp->b_rptr |= FLUSHR; in ptswput()
580 *nmp->b_rptr |= FLUSHR; in ptswput()
591 if (*mp->b_rptr & FLUSHR) { in ptswput()
H A Dtty_common.c106 (void) putnextctl1(q, M_FLUSH, FLUSHR); in ttycommon_qfull()
145 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl()
177 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ttycommon_ioctl()
H A Dptm.c491 flush_flg = (*mp->b_rptr & ~FLUSHW) | FLUSHR; in ptmwput()
493 if (*mp->b_rptr & FLUSHR) { in ptmwput()
495 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.c330 if ((*mp->b_rptr & FLUSHRW) == FLUSHR) in pcktrput()
333 *mp->b_rptr = FLUSHR; in pcktrput()
H A Dzcons.c707 if ((*mp->b_rptr & FLUSHR) == 0) { in handle_mflush()
712 *mp->b_rptr |= FLUSHR; in handle_mflush()
728 if (*mp->b_rptr & FLUSHR) { in handle_mflush()
H A Dconsms.c388 if (*mp->b_rptr & FLUSHR) in consmsuwput()
397 if (*mp->b_rptr & FLUSHR) in consmsuwput()
540 if (*mp->b_rptr & FLUSHR) in consmslrput()
548 *mp->b_rptr &= ~FLUSHR; in consmslrput()
H A Dtty_pts.c439 if (*mp->b_rptr & FLUSHR) { in ptslwput()
697 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
726 (void) putnextctl1(RD(q), M_FLUSH, FLUSHR); in ptslioctl()
H A Dwscons.c758 if (*mp->b_rptr & FLUSHR) { in wcuwput()
1257 *mp->b_rptr = FLUSHR; /* it has been flushed */ in wclrput()
1259 if (*mp->b_rptr == FLUSHR || *mp->b_rptr == FLUSHRW) { in wclrput()
H A Dlog.c180 if (*mp->b_rptr & FLUSHR) { in log_wput()
H A Dtelmod.c411 if (*mp->b_rptr & FLUSHR) in telmodrput()
807 if (rw & FLUSHR) { in telmodwput()
/illumos-gate/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/illumos-gate/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c197 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmterm.c159 if (ioctl(fd, I_FLUSH, FLUSHR) == -1) in flush_input()
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h123 #define FLUSHR 0x01 /* flush read queue */ macro
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c262 if (*mp->b_rptr & FLUSHR) in sdp_gen_wput()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c287 flag |= (which & AUDIO__RECORD) ? FLUSHR : 0; in audio__flush()
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c691 if (*mp->b_rptr & FLUSHR) in mswput()
876 (void) putnextctl1(q, M_FLUSH, FLUSHR); in msflush()
903 if (*mp->b_rptr & FLUSHR) in msrput()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c296 if (*mp->b_rptr & FLUSHR) in ds_wput()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c1351 (void) putnextctl1(q, M_FLUSH, FLUSHR); in usbwcm_flush()
1520 if (*mp->b_rptr & FLUSHR) { in usbwcm_wput()
1563 if (*mp->b_rptr & FLUSHR) in usbwcm_rput()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c514 if (*mp->b_rptr & FLUSHR) in softmac_rput_process_notdata()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c941 if (*mp->b_rptr & FLUSHR) { in usbms_wput()
1479 (void) putnextctl1(q, M_FLUSH, FLUSHR); in usbms_flush()
1512 if (*mp->b_rptr & FLUSHR) in usbms_rput()

123