Searched refs:FLUSHW (Results 1 - 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/
H A Dpipemod.c65 * If mp is an M_FLUSH message, switch the FLUSHW to FLUSHR and
66 * the FLUSHR to FLUSHW and send the message on. If mp is not an
74 if (!(*mp->b_rptr & FLUSHR && *mp->b_rptr & FLUSHW)) {
75 if (*mp->b_rptr & FLUSHW) {
77 *mp->b_rptr &= ~FLUSHW;
79 *mp->b_rptr |= FLUSHW;
H A Dpckt.c325 * The PTS driver swaps the FLUSHR and FLUSHW flags
331 *mp->b_rptr = FLUSHW;
332 else if ((*mp->b_rptr & FLUSHRW) == FLUSHW)
336 if (*mp->b_rptr & FLUSHW) {
345 *mp->b_rptr = FLUSHW;
H A Dptm.c53 * the FLUSHW flag and vice versa. When the master device is closed an M_HANGUP
469 * queue request, convert to FLUSHW and putnext().
476 if (*mp->b_rptr & FLUSHW) {
477 DBG(("got FLUSHW, flush ptm write Q\n"));
486 flush_flg = (*mp->b_rptr & ~FLUSHW) | FLUSHR;
489 DBG(("got FLUSHR, set FLUSHW\n"));
490 flush_flg |= (*mp->b_rptr & ~FLUSHR) | FLUSHW;
H A Dlog.c176 if (*mp->b_rptr & FLUSHW) {
178 *mp->b_rptr &= ~FLUSHW;
H A Dlogindmux.c550 if (*mp->b_rptr & FLUSHW)
558 *mp->b_rptr &= ~FLUSHW;
795 * The FLUSHR and FLUSHW bits must be
800 *mp->b_rptr &= ~(FLUSHR | FLUSHW);
801 if (flush & FLUSHW)
804 *mp->b_rptr |= FLUSHW;
H A Dpts.c54 * the FLUSHW flag and vice versa. When the master device is closed an M_HANGUP
546 if (*mp->b_rptr & FLUSHW) {
548 DBG(("got FLUSHW, flush pts write Q\n"));
557 *mp->b_rptr &= ~FLUSHW;
560 * FLUSHW only. Change to FLUSHR and putnext
574 * Change FLUSHW to FLUSHR before
H A Dconsms.c395 if (*mp->b_rptr & FLUSHW)
405 *mp->b_rptr &= ~FLUSHW;
550 if (*mp->b_rptr & FLUSHW)
561 if (*mp->b_rptr & FLUSHW)
H A Dwscons.c603 if (*mp->b_rptr & FLUSHW) {
608 *mp->b_rptr &= ~FLUSHW; /* it has been flushed */
1345 if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) {
1355 *mp->b_rptr = FLUSHW; /* it has been flushed */
H A Dzcons.c698 if (*mp->b_rptr & FLUSHW) {
699 DBG1("M_FLUSH, FLUSHW, %s side", zc_side(qp));
701 *mp->b_rptr &= ~FLUSHW;
704 * FLUSHW only. Change to FLUSHR and putnext other side,
H A Dmouse8042.c831 if (*mp->b_rptr & FLUSHW) {
833 *mp->b_rptr &= ~FLUSHW;
H A Drlmod.c649 *mp->b_rptr &= ~FLUSHW;
651 if (rw & FLUSHW) {
664 * sending the FLUSHW to TCP before the urgent
669 (void) putnextctl1(q, M_FLUSH, FLUSHW);
H A Dtelmod.c816 *mp->b_rptr = rw & ~FLUSHW;
821 if (rw & FLUSHW) {
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h47 #define FLUSHW 2 /* flush write queue */ macro
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c130 retval = ioctl(fd, I_FLUSH, FLUSHW);
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c468 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW);
476 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW);
823 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c211 if (req != I_FLUSH || (intptr_t)arg != FLUSHW)
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c288 flag = (which & AUDIO__PLAY) ? FLUSHW : 0;
/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c295 *mp->b_rptr &= ~FLUSHW;
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c261 *mp->b_rptr &= ~FLUSHW;
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h126 #define FLUSHW 0x02 /* flush write queue */ macro
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c637 *mp->b_rptr = FLUSHW;
1218 if (*mp->b_rptr & FLUSHW) { /* Write side */
1226 *mp->b_rptr &= ~FLUSHW;
1444 if (*mp->b_rptr & FLUSHW) {
1458 if (*mp->b_rptr & FLUSHW) {
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c1239 if (*mp->b_rptr & FLUSHW) {
1240 *mp->b_rptr &= ~FLUSHW;
1291 if (*mp->b_rptr & FLUSHW) {
1294 *mp->b_rptr &= ~FLUSHW;
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c668 ioctl(1, I_FLUSH, FLUSHW);
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c516 if (*mp->b_rptr & FLUSHW)
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_hdlc.c851 if (*mp->b_rptr & FLUSHW) {
853 *mp->b_rptr &= ~FLUSHW;
1087 * write queue, clear the FLUSHW bit so it doesn't go round
1093 if (*mp->b_rptr & FLUSHW) {
1103 *mp->b_rptr &= ~FLUSHW;

Completed in 150 milliseconds

1234