/titanic_50/usr/src/uts/common/io/ |
H A D | tty_common.c | 97 if (canput(WR(q))) { in ttycommon_qfull() 274 if (!canput(tc->t_readq->q_next)) in ttycommon_ioctl()
|
H A D | kbd.c | 1037 if (canput(q)) { in kbdcmd() 2362 if (!canput(q)) in kbdputcode() 2383 if (!canput(q)) in kbdputbuf() 2410 if (!canput(q)) { in kbdqueueevent()
|
H A D | tty_pty.c | 589 while (!canput(q)) { in ptcwrite() 1044 canput(q)) { in ptcpoll()
|
H A D | tty_pts.c | 574 if (!canput(pty->pt_ttycommon.t_readq)) { in ptslioctl()
|
H A D | consms.c | 529 while (canput(q->q_next) && (mp = getq(q)) != NULL)
|
H A D | wscons.c | 1368 if (!canput(upq->q_next)) { in wclrput()
|
H A D | conskbd.c | 1112 while (canput(q->q_next) && (mp = getq(q)) != NULL) in conskbdlwserv()
|
H A D | asy.c | 2834 if (!canput(q)) { in async_softint() 2875 if (!canput(q)) { in async_softint()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | softmac_impl.h | 360 (!((q)->q_next->q_nfsrv->q_flag & QFULL) || canput((q)->q_next))
|
H A D | stream.h | 796 extern int canput(queue_t *);
|
/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_uwp.c | 450 if (canput(dst_queue)) { in oplmsu_uwioctl_termios()
|
H A D | oplmsu_cmn_func.c | 1293 if (canput(dst_queue)) { in oplmsu_wcmn_through_hndl() 1514 if (canput(dst_queue)) { in oplmsu_rcmn_through_hndl()
|
H A D | oplmsu.c | 2212 if (canput(dst_queue)) { in oplmsu_config_stop()
|
/titanic_50/usr/src/uts/common/io/vuidmice/ |
H A D | vuidps2.c | 177 if (canput(qp->q_next)) { in vuidmice_send_wheel_event()
|
H A D | vuidmice.c | 507 if (canput(qp->q_next)) in VUID_PUTNEXT()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 626 if (!canput(q)) { in xencons_rxint() 674 if (!canput(q)) { in xencons_rxint()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | logsubr.c | 646 if (canput(lp->log_q)) { in log_sendmsg()
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 2201 if (!canput(q)) { in async_softint() 2244 if ((!canputnext(q)) || (!canput(q))) { in async_softint() 2288 if (!canput(q)) { in async_softint()
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 541 if ((!canput(rq)) || in devaudio_input()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 2075 if (canput(cp->call_wq)) { in clnt_clts_dispatch_send()
|
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1882 (q->q_first == NULL && canput(tcl->tcl_rq))) { in sppptun_lrput()
|
/titanic_50/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1225 } else if (canput(ipnet->ipnet_rq)) { in ipnet_dispatch()
|
/titanic_50/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1756 if (!canput(SM_RQ(lqi->sm_uqi))) { in sm_lrmsg_check()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2286 } else if (canput(rq) && putq(rq, mp)) { in usbser_rx_cb_put()
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 4659 if (canput(udp_wq) && in sodgram_direct() 4791 } else if (error == ENOMEM || !canput(tcp_wq) || (stp->sd_flag & in sostream_direct()
|