/illumos-gate/usr/src/uts/common/io/ |
H A D | ptm.c | 663 if ((mp = getq(qp)) == NULL) { in ptmwsrv() 683 } while ((mp = getq(qp)) != NULL); in ptmwsrv() 714 } while ((mp = getq(qp)) != NULL); in ptmwsrv()
|
H A D | pts.c | 468 while ((bp = getq(wqp)) != NULL) { in ptsclose() 710 while ((mp = getq(qp)) != NULL) { in ptswsrv() 728 while ((mp = getq(qp)) != NULL) { in ptswsrv()
|
H A D | zcons.c | 664 while ((bp = getq(wqp)) != NULL) { in zc_close() 992 while ((mp = getq(qp)) != NULL) { in zc_wsrv() 1005 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 | 314 while (mp = getq(WR(q))) in telmodclose() 516 while ((mp = getq(q)) != NULL) { in telmodrsrv() 866 while ((mp = getq(q)) != NULL) { in telmodwsrv()
|
H A D | rlmod.c | 321 while (mp = getq(WR(q))) in rlmodclose() 492 while ((mp = getq(q)) != NULL) { in rlmodrsrv() 773 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 | 425 while ((mp = getq(q)) != NULL) { in pcktrsrv()
|
H A D | tty_pty.c | 401 if ((bp = getq(q)) == NULL) in ptcread() 409 (bp = getq(q)) == NULL) in ptcread()
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | hunt1.c | 44 extern int getq(); 197 nitem = getq(qitem); in main()
|
H A D | hunt3.c | 20 getq(char *v[]) in getq() function
|
H A D | glue1.c | 46 extern int getq(); 241 nitem = getq(qitem); in huntmain()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dld_impl.h | 333 (dsp)->ds_tx_flow_mp = getq(q); \
|
H A D | stream.h | 803 extern mblk_t *getq(queue_t *);
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/kb8042/ |
H A D | kb8042.c | 820 while ((mp = getq(qp)) != NULL) { in kb8042_rsrv() 848 while (!suspended && (mp = getq(qp)) != NULL) { 855 while ((mp = getq(qp))) {
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 768 while (mp = getq(uwq)) { in oplmsu_uwsrv() 831 while (mp = getq(lwq)) { in oplmsu_lwsrv() 921 while (mp = getq(lrq)) { in oplmsu_lrsrv() 1028 while (mp = getq(urq)) { in oplmsu_ursrv()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 934 while ((mp = getq(q)) != NULL) { in rpcmodwsrv() 1875 while (mp = getq(q)) { in mir_rsrv() 2672 while (mp = getq(q)) { in mir_wsrv()
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 792 if ((bp = getq(q)) == NULL) in xcasync_start() 1079 while (canputnext(q) && (bp = getq(q))) in xenconsrsrv()
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_dev.c | 690 VERIFY((sup->su_tx_flow_mp = getq(wq)) != NULL); in softmac_drv_wsrv()
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 1342 while ((mp = getq(rq)) != NULL) { in devaudio_rsrv() 1369 while ((mp = getq(wq)) != NULL) { in devaudio_wsrv()
|
/illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 868 while ((mp = getq(q)) != NULL) { in sppp_uwsrv() 1845 while ((mp = getq(q)) != NULL) in sppp_lrsrv() 2332 mp = getq(q); in sppp_release_pkts()
|
/illumos-gate/usr/src/uts/common/io/vuidmice/ |
H A D | vuidmice.c | 276 while ((mp = getq(qp)) != NULL) { in vuidmice_rsrv()
|