Searched refs:FLUSHW (Results 1 - 25 of 83) sorted by relevance
1234
/illumos-gate/usr/src/uts/common/io/ |
H A D | pipemod.c | 65 * 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 D | pckt.c | 325 * 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 D | ptm.c | 53 * 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 D | log.c | 176 if (*mp->b_rptr & FLUSHW) { 178 *mp->b_rptr &= ~FLUSHW;
|
H A D | logindmux.c | 550 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 D | pts.c | 54 * 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 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) { 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 D | zcons.c | 698 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 D | mouse8042.c | 831 if (*mp->b_rptr & FLUSHW) { 833 *mp->b_rptr &= ~FLUSHW;
|
H A D | rlmod.c | 649 *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 D | telmod.c | 816 *mp->b_rptr = rw & ~FLUSHW; 821 if (rw & FLUSHW) {
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 47 #define FLUSHW 2 /* flush write queue */ macro
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_snddis.c | 130 retval = ioctl(fd, I_FLUSH, FLUSHW);
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 468 (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 D | mdb_pipeio.c | 211 if (req != I_FLUSH || (intptr_t)arg != FLUSHW)
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 288 flag = (which & AUDIO__PLAY) ? FLUSHW : 0;
|
/illumos-gate/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 295 *mp->b_rptr &= ~FLUSHW;
|
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 261 *mp->b_rptr &= ~FLUSHW;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 126 #define FLUSHW 0x02 /* flush write queue */ macro
|
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_cmn_func.c | 637 *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 D | audio_sun.c | 1239 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 D | lp.cat.c | 668 ioctl(1, I_FLUSH, FLUSHW);
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 516 if (*mp->b_rptr & FLUSHW)
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_hdlc.c | 851 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