Searched refs:getq (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/refer/
H A Dhunt3.c22 getq(char *v[]) function
H A Dglue1.c48 extern int getq();
243 nitem = getq(qitem);
H A Dhunt1.c46 extern int getq();
199 nitem = getq(qitem);
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c649 if ((mp = getq(qp)) == NULL) {
669 } while ((mp = getq(qp)) != NULL);
701 } while ((mp = getq(qp)) != NULL);
H A Dpts.c466 while ((bp = getq(wqp)) != NULL) {
708 while ((mp = getq(qp)) != NULL) {
726 while ((mp = getq(qp)) != NULL) {
H A Dzcons.c660 while ((bp = getq(wqp)) != NULL) {
985 while ((mp = getq(qp)) != NULL) {
998 while ((mp = getq(qp)) != NULL) {
H A Dlog.c273 while (canputnext(q) && (mp = getq(q)) != NULL) {
H A Dpckt.c424 while ((mp = getq(q)) != NULL) {
H A Drlmod.c322 while (mp = getq(WR(q)))
493 while ((mp = getq(q)) != NULL) {
774 while ((mp = getq(q)) != NULL) {
H A Dtelmod.c316 while (mp = getq(WR(q)))
517 while ((mp = getq(q)) != NULL) {
865 while ((mp = getq(q)) != NULL) {
H A Dlogindmux.c583 while ((mp = getq(q)) != NULL) {
842 while ((mp = getq(q)) != NULL) {
1079 while ((mp = getq(WR(q))) != NULL)
H A Dwscons.c1117 if ((bp = getq(q)) == NULL)
1277 while ((bp = getq(q)) != NULL) {
H A Dtty_pty.c407 if ((bp = getq(q)) == NULL)
415 (bp = getq(q)) == NULL)
H A Dptem.c588 while ((mp = getq(q)) != NULL) {
H A Dmouse8042.c898 while ((mp = getq(qp)) != NULL) {
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h333 (dsp)->ds_tx_flow_mp = getq(q); \
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c634 while (mp = getq(q)) {
729 while (mp = getq(q)) {
1195 while ((mp = getq(q)) != NULL) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c853 while (mp = getq(q)) {
975 while (mp = getq(q))
1284 while ((mp = getq(q)) != NULL) {
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c801 while (!suspended && (mp = getq(qp)) != NULL) {
808 while ((mp = getq(qp))) {
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c514 while ((mp = getq(rq)) != NULL) {
910 while ((mp = getq(wq)) != NULL) {
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c864 while ((mp = getq(q)) != NULL) {
1838 while ((mp = getq(q)) != NULL)
2324 mp = getq(q);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c939 while ((mp = getq(q)) != NULL) {
1875 while (mp = getq(q)) {
2662 while (mp = getq(q)) {
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c681 VERIFY((sup->su_tx_flow_mp = getq(wq)) != NULL);
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.c279 while ((mp = getq(qp)) != NULL) {
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c765 while (mp = getq(uwq)) {
828 while (mp = getq(lwq)) {
918 while (mp = getq(lrq)) {
1025 while (mp = getq(urq)) {

Completed in 121 milliseconds

123