Home
last modified time | relevance | path

Searched refs:getq (Results 1 – 25 of 61) sorted by relevance

123

/titanic_41/usr/src/cmd/refer/
H A Dhunt3.c22 getq(char *v[]) in getq() function
H A Dhunt1.c46 extern int getq();
199 nitem = getq(qitem); in main()
H A Dglue1.c48 extern int getq();
243 nitem = getq(qitem); in huntmain()
/titanic_41/usr/src/uts/common/io/
H A Dptm.c649 if ((mp = getq(qp)) == NULL) { in ptmwsrv()
669 } while ((mp = getq(qp)) != NULL); in ptmwsrv()
701 } while ((mp = getq(qp)) != NULL); in ptmwsrv()
H A Dpts.c466 while ((bp = getq(wqp)) != NULL) { in ptsclose()
708 while ((mp = getq(qp)) != NULL) { in ptswsrv()
726 while ((mp = getq(qp)) != NULL) { in ptswsrv()
H A Dzcons.c660 while ((bp = getq(wqp)) != NULL) { in zc_close()
985 while ((mp = getq(qp)) != NULL) { in zc_wsrv()
998 while ((mp = getq(qp)) != NULL) { in zc_wsrv()
H A Dlogindmux.c583 while ((mp = getq(q)) != NULL) { in logdmuxuwsrv()
842 while ((mp = getq(q)) != NULL) { in logdmuxlrsrv()
1079 while ((mp = getq(WR(q))) != NULL) in logdmux_finish_unlink()
H A Dtelmod.c316 while (mp = getq(WR(q))) in telmodclose()
517 while ((mp = getq(q)) != NULL) { in telmodrsrv()
865 while ((mp = getq(q)) != NULL) { in telmodwsrv()
H A Drlmod.c322 while (mp = getq(WR(q))) in rlmodclose()
493 while ((mp = getq(q)) != NULL) { in rlmodrsrv()
774 while ((mp = getq(q)) != NULL) { in rlmodwsrv()
H A Dlog.c273 while (canputnext(q) && (mp = getq(q)) != NULL) { in log_rsrv()
H A Dpckt.c427 while ((mp = getq(q)) != NULL) { in pcktrsrv()
H A Dtty_pty.c406 if ((bp = getq(q)) == NULL) in ptcread()
414 (bp = getq(q)) == NULL) in ptcread()
H A Dwscons.c1117 if ((bp = getq(q)) == NULL) in wcstart()
1277 while ((bp = getq(q)) != NULL) { in wconsout()
/titanic_41/usr/src/uts/common/sys/
H A Ddld_impl.h333 (dsp)->ds_tx_flow_mp = getq(q); \
H A Dstream.h791 extern mblk_t *getq(queue_t *);
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c634 while (mp = getq(q)) { in sgcn_start()
729 while (mp = getq(q)) { in sgcn_flush()
1195 while ((mp = getq(q)) != NULL) { in sgcn_rsrv()
/titanic_41/usr/src/uts/sun4v/io/
H A Dqcn.c853 while (mp = getq(q)) { in qcn_start()
975 while (mp = getq(q)) in qcn_flush()
1284 while ((mp = getq(q)) != NULL) { in qcn_rsrv()
/titanic_41/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c514 while ((mp = getq(rq)) != NULL) { in dm2s_rsrv()
910 while ((mp = getq(wq)) != NULL) { in dm2s_start()
/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c765 while (mp = getq(uwq)) { in oplmsu_uwsrv()
828 while (mp = getq(lwq)) { in oplmsu_lwsrv()
918 while (mp = getq(lrq)) { in oplmsu_lrsrv()
1025 while (mp = getq(urq)) { in oplmsu_ursrv()
/titanic_41/usr/src/uts/common/io/kb8042/
H A Dkb8042.c801 while (!suspended && (mp = getq(qp)) != NULL) {
808 while ((mp = getq(qp))) {
/titanic_41/usr/src/uts/common/rpc/
H A Drpcmod.c939 while ((mp = getq(q)) != NULL) { in rpcmodwsrv()
1875 while (mp = getq(q)) { in mir_rsrv()
2662 while (mp = getq(q)) { in mir_wsrv()
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c681 VERIFY((sup->su_tx_flow_mp = getq(wq)) != NULL); in softmac_drv_wsrv()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxencons.c788 if ((bp = getq(q)) == NULL) in xcasync_start()
1075 while (canputnext(q) && (bp = getq(q))) in xenconsrsrv()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c1343 while ((mp = getq(rq)) != NULL) { in devaudio_rsrv()
1370 while ((mp = getq(wq)) != NULL) { in devaudio_wsrv()
/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c864 while ((mp = getq(q)) != NULL) { in sppp_uwsrv()
1838 while ((mp = getq(q)) != NULL) in sppp_lrsrv()
2324 mp = getq(q); in sppp_release_pkts()

123