Home
last modified time | relevance | path

Searched refs:oq (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/f77/pass1.vax/
H A Dequiv.c310 register struct Eqvchain *q, *oq; local
312 for(q = p->equivs ; q ; q = oq)
314 oq = q->eqvnextp;
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dequiv.c310 register struct Eqvchain *q, *oq; local
312 for(q = p->equivs ; q ; q = oq)
314 oq = q->eqvnextp;
/original-bsd/sys/vax/if/ACC/driver/
H A Dif_x29.c643 struct ifqueue *oq; local
772 oq = &(dc->dc_oq); /* point to output queue */
773 if (IF_QFULL(oq)) { /* if q full */
774 IF_DROP(oq); /* drop the data */
780 IF_ENQUEUE(oq, m); /* otherwise queue it */
1872 register struct ifqueue *oq; local
1897 oq = &(dc->dc_oq); /* point to output queue */
1898 if (IF_QFULL(oq)) { /* if q full */
1899 IF_DROP(oq); /* drop the data */
1903 IF_ENQUEUE(oq, m); /* otherwise queue it */
H A Dif_dda.c1257 register struct ifqueue *oq; variable
1340 oq = &(dc->dc_oq); /* point to output queue */
1341 if (IF_QFULL(oq)) { /* if q full */
1342 IF_DROP(oq); /* drop the data */
1348 IF_ENQUEUE(oq, m); /* otherwise queue it */
/original-bsd/sys/vax/if/
H A Dif_ddn.c471 register struct ifqueue *oq; variable
508 oq = &(dc->dc_oq); /* point to output queue */
511 if (IF_QFULL(oq)) /* if q full */
513 IF_DROP(oq); /* drop the data */
518 IF_ENQUEUE(oq, m); /* otherwise queue it */
H A Dif_acp.c761 register struct ifqueue *oq; variable
832 oq = &(dc->dc_oq); /* point to output queue */
833 if (IF_QFULL(oq)) /* if q full */
835 IF_DROP(oq); /* drop the data */
841 IF_ENQUEUE(oq, m); /* otherwise queue it */