/titanic_44/usr/src/uts/common/io/ |
H A D | pipemod.c | 74 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 D | pckt.c | 334 *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 D | ptm.c | 476 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 D | log.c | 176 if (*mp->b_rptr & FLUSHW) { in log_wput() 178 *mp->b_rptr &= ~FLUSHW; in log_wput()
|
H A D | logindmux.c | 550 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 D | pts.c | 546 if (*mp->b_rptr & FLUSHW) { in ptswput() 557 *mp->b_rptr &= ~FLUSHW; in ptswput()
|
H A D | consms.c | 395 if (*mp->b_rptr & FLUSHW) 405 *mp->b_rptr &= ~FLUSHW; 550 if (*mp->b_rptr & FLUSHW) 561 if (*mp->b_rptr & FLUSHW)
|
H A D | wscons.c | 603 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 D | rlmod.c | 649 *mp->b_rptr &= ~FLUSHW; in rlmodwput() 651 if (rw & FLUSHW) { in rlmodwput() 669 (void) putnextctl1(q, M_FLUSH, FLUSHW); in rlmodwput()
|
H A D | zcons.c | 698 if (*mp->b_rptr & FLUSHW) { in handle_mflush() 701 *mp->b_rptr &= ~FLUSHW; in handle_mflush()
|
H A D | mouse8042.c | 831 if (*mp->b_rptr & FLUSHW) { in mouse8042_process_msg() 833 *mp->b_rptr &= ~FLUSHW; in mouse8042_process_msg()
|
H A D | tty_pts.c | 423 if (*mp->b_rptr & FLUSHW) { in ptslwput() 437 *mp->b_rptr &= ~FLUSHW; /* it has been flushed */ in ptslwput()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 47 #define FLUSHW 2 /* flush write queue */ macro
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | t_snddis.c | 130 retval = ioctl(fd, I_FLUSH, FLUSHW); in _tx_snddis()
|
/titanic_44/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 468 (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_44/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_cmn_func.c | 637 *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_44/usr/src/uts/common/sys/ |
H A D | stropts.h | 126 #define FLUSHW 0x02 /* flush write queue */ macro
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 288 flag = (which & AUDIO__PLAY) ? FLUSHW : 0; in audio__flush()
|
/titanic_44/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 261 *mp->b_rptr &= ~FLUSHW; in sdp_gen_wput()
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 1239 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_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pipeio.c | 211 if (req != I_FLUSH || (intptr_t)arg != FLUSHW) in pio_ctl()
|
/titanic_44/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 295 *mp->b_rptr &= ~FLUSHW; in ds_wput()
|
/titanic_44/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 421 if (*mp->b_rptr & FLUSHW) { in cvc_wput() 426 *mp->b_rptr &= ~FLUSHW; in cvc_wput()
|
/titanic_44/usr/src/cmd/lp/model/ |
H A D | lp.cat.c | 668 ioctl(1, I_FLUSH, FLUSHW); in sigterm()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 470 if (*mp->b_rptr & FLUSHW) { in sgcn_wput() 472 *mp->b_rptr &= ~FLUSHW; in sgcn_wput()
|