/titanic_41/usr/src/uts/common/io/ |
H A D | pipemod.c | 74 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 D | pts.c | 558 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 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 | ptm.c | 486 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 D | logindmux.c | 559 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 D | pckt.c | 333 if ((*mp->b_rptr & FLUSHRW) == FLUSHR) in pcktrput() 336 *mp->b_rptr = FLUSHR; in pcktrput()
|
H A D | zcons.c | 702 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 D | consms.c | 397 if (*mp->b_rptr & FLUSHR) 406 if (*mp->b_rptr & FLUSHR) 552 if (*mp->b_rptr & FLUSHR) 560 *mp->b_rptr &= ~FLUSHR;
|
H A D | tty_pts.c | 439 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 D | log.c | 180 if (*mp->b_rptr & FLUSHR) { in log_wput()
|
H A D | wscons.c | 610 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 D | telmod.c | 413 if (*mp->b_rptr & FLUSHR) in telmodrput() 807 if (rw & FLUSHR) { in telmodwput()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 46 #define FLUSHR 1 /* flush read queue */ macro
|
/titanic_41/usr/src/cmd/tsol/atohexlabel/ |
H A D | atohexlabel.c | 134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/tsol/hextoalabel/ |
H A D | hextoalabel.c | 134 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/tsol/lslabels/ |
H A D | lslabels.c | 197 (void) ioctl(STDIN_FILENO, I_FLUSH, FLUSHR); in main()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 175 if (ioctl(fd, I_FLUSH, FLUSHR) == -1)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 125 #define FLUSHR 0x01 /* flush read queue */ macro
|
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 262 if (*mp->b_rptr & FLUSHR) in sdp_gen_wput()
|
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 289 flag |= (which & AUDIO__RECORD) ? FLUSHR : 0; in audio__flush()
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | ms.c | 707 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 D | oplmsu_cmn_func.c | 1224 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 D | dlpistub.c | 296 if (*mp->b_rptr & FLUSHR) in ds_wput()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/ |
H A D | usbwcm.c | 1347 (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 D | softmac_ctl.c | 514 if (*mp->b_rptr & FLUSHR) in softmac_rput_process_notdata()
|