Searched refs:nextq (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1640 queue_t *nextq; local
1650 (nextq = sppptun_outpkt(q, &mp)) != NULL) {
1651 putnext(nextq, mp);
1786 queue_t *nextq; local
1809 if ((nextq = sppptun_outpkt(q, &mp)) != NULL) {
1810 putnext(nextq, mp);
2264 queue_t *nextq; local
2275 if ((nextq = sppptun_recv(q, &mp, NULL)) != NULL)
2276 putnext(nextq, mp);
2314 nextq
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c701 queue_t *nextq; local
744 if ((nextq = sppp_send(q, &mp, sps)) != NULL)
745 putnext(nextq, mp);
858 queue_t *nextq; local
890 } else if ((nextq =
898 putnext(nextq, mp);
1539 queue_t *nextq; local
1618 (nextq = sppp_outpkt(q, mpp, msize, sps)) == NULL) {
1628 return (nextq);
/opensolaris-onvv-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c279 nextq:
311 goto nextq;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dldterm.c940 queue_t *nextq = q->q_next; /* queue below us */ local
1437 * gets run when nextq empties up again, so that it can
1442 mutex_enter(QLOCK(nextq));
1443 nextq->q_flag |= QWANTW;
1444 mutex_exit(QLOCK(nextq));

Completed in 115 milliseconds