Home
last modified time | relevance | path

Searched refs:FLUSHW (Results 1 – 25 of 83) 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()
75 if (*mp->b_rptr & FLUSHW) { in pipeput()
77 *mp->b_rptr &= ~FLUSHW; in pipeput()
79 *mp->b_rptr |= FLUSHW; in pipeput()
H A Dpckt.c334 *mp->b_rptr = FLUSHW; in pcktrput()
335 else if ((*mp->b_rptr & FLUSHRW) == FLUSHW) in pcktrput()
339 if (*mp->b_rptr & FLUSHW) { in pcktrput()
348 *mp->b_rptr = FLUSHW; in pcktrput()
H A Dptm.c476 if (*mp->b_rptr & FLUSHW) { in ptmwput()
486 flush_flg = (*mp->b_rptr & ~FLUSHW) | FLUSHR; in ptmwput()
490 flush_flg |= (*mp->b_rptr & ~FLUSHR) | FLUSHW; in ptmwput()
H A Dlog.c176 if (*mp->b_rptr & FLUSHW) { in log_wput()
178 *mp->b_rptr &= ~FLUSHW; in log_wput()
H A Dlogindmux.c550 if (*mp->b_rptr & FLUSHW) in logdmuxuwput()
558 *mp->b_rptr &= ~FLUSHW; in logdmuxuwput()
800 *mp->b_rptr &= ~(FLUSHR | FLUSHW); in logdmuxlrput()
801 if (flush & FLUSHW) in logdmuxlrput()
804 *mp->b_rptr |= FLUSHW; in logdmuxlrput()
H A Dpts.c546 if (*mp->b_rptr & FLUSHW) { in ptswput()
557 *mp->b_rptr &= ~FLUSHW; in ptswput()
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) { in wcuwput()
608 *mp->b_rptr &= ~FLUSHW; /* it has been flushed */ in wcuwput()
1345 if (*mp->b_rptr == FLUSHW || *mp->b_rptr == FLUSHRW) { in wclrput()
1355 *mp->b_rptr = FLUSHW; /* it has been flushed */ in wclrput()
H A Drlmod.c649 *mp->b_rptr &= ~FLUSHW; in rlmodwput()
651 if (rw & FLUSHW) { in rlmodwput()
669 (void) putnextctl1(q, M_FLUSH, FLUSHW); in rlmodwput()
H A Dmouse8042.c831 if (*mp->b_rptr & FLUSHW) { in mouse8042_process_msg()
833 *mp->b_rptr &= ~FLUSHW; in mouse8042_process_msg()
H A Dzcons.c698 if (*mp->b_rptr & FLUSHW) { in handle_mflush()
701 *mp->b_rptr &= ~FLUSHW; in handle_mflush()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h47 #define FLUSHW 2 /* flush write queue */ macro
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_snddis.c130 retval = ioctl(fd, I_FLUSH, FLUSHW); in _tx_snddis()
/titanic_41/usr/src/cmd/audio/audioplay/
H A Daudioplay.c468 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main()
476 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main()
823 (void) ioctl(Audio_fd, I_FLUSH, FLUSHW); in main()
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c637 *mp->b_rptr = FLUSHW; in oplmsu_cmn_set_mflush()
1218 if (*mp->b_rptr & FLUSHW) { /* Write side */ in oplmsu_wcmn_flush_hndl()
1226 *mp->b_rptr &= ~FLUSHW; in oplmsu_wcmn_flush_hndl()
1444 if (*mp->b_rptr & FLUSHW) { in oplmsu_rcmn_flush_hndl()
1458 if (*mp->b_rptr & FLUSHW) { in oplmsu_rcmn_flush_hndl()
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h126 #define FLUSHW 0x02 /* flush write queue */ macro
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c261 *mp->b_rptr &= ~FLUSHW; in sdp_gen_wput()
/titanic_41/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c288 flag = (which & AUDIO__PLAY) ? FLUSHW : 0; in audio__flush()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c1239 if (*mp->b_rptr & FLUSHW) { in devaudioctl_wput()
1240 *mp->b_rptr &= ~FLUSHW; in devaudioctl_wput()
1291 if (*mp->b_rptr & FLUSHW) { in devaudio_wput()
1294 *mp->b_rptr &= ~FLUSHW; in devaudio_wput()
/titanic_41/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c295 *mp->b_rptr &= ~FLUSHW; in ds_wput()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c211 if (req != I_FLUSH || (intptr_t)arg != FLUSHW) in pio_ctl()
/titanic_41/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c421 if (*mp->b_rptr & FLUSHW) { in cvc_wput()
426 *mp->b_rptr &= ~FLUSHW; in cvc_wput()
/titanic_41/usr/src/cmd/lp/model/
H A Dlp.cat.c668 ioctl(1, I_FLUSH, FLUSHW); in sigterm()
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c470 if (*mp->b_rptr & FLUSHW) { in sgcn_wput()
472 *mp->b_rptr &= ~FLUSHW; in sgcn_wput()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c446 if (*mp->b_rptr & FLUSHW) { in cvc_wput()
451 *mp->b_rptr &= ~FLUSHW; in cvc_wput()

1234