/titanic_41/usr/src/cmd/refer/ |
H A D | hunt3.c | 22 getq(char *v[]) in getq() function
|
H A D | hunt1.c | 46 extern int getq(); 199 nitem = getq(qitem); in main()
|
H A D | glue1.c | 48 extern int getq(); 243 nitem = getq(qitem); in huntmain()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ptm.c | 649 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 D | pts.c | 466 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 D | zcons.c | 660 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 D | logindmux.c | 583 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 D | telmod.c | 316 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 D | rlmod.c | 322 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 D | log.c | 273 while (canputnext(q) && (mp = getq(q)) != NULL) { in log_rsrv()
|
H A D | pckt.c | 427 while ((mp = getq(q)) != NULL) { in pcktrsrv()
|
H A D | tty_pty.c | 406 if ((bp = getq(q)) == NULL) in ptcread() 414 (bp = getq(q)) == NULL) in ptcread()
|
H A D | wscons.c | 1117 if ((bp = getq(q)) == NULL) in wcstart() 1277 while ((bp = getq(q)) != NULL) { in wconsout()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dld_impl.h | 333 (dsp)->ds_tx_flow_mp = getq(q); \
|
H A D | stream.h | 791 extern mblk_t *getq(queue_t *);
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 634 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 D | qcn.c | 853 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 D | dm2s.c | 514 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 D | oplmsu.c | 765 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 D | kb8042.c | 801 while (!suspended && (mp = getq(qp)) != NULL) { 808 while ((mp = getq(qp))) {
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 939 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 D | softmac_dev.c | 681 VERIFY((sup->su_tx_flow_mp = getq(wq)) != NULL); in softmac_drv_wsrv()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 788 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 D | audio_sun.c | 1343 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 D | sppp.c | 864 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()
|