Searched refs:nextq (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1640 queue_t *nextq; in sppptun_uwput() local 1650 (nextq = sppptun_outpkt(q, &mp)) != NULL) { in sppptun_uwput() 1651 putnext(nextq, mp); in sppptun_uwput() 1786 queue_t *nextq; in sppptun_uwsrv() local 1809 if ((nextq = sppptun_outpkt(q, &mp)) != NULL) { in sppptun_uwsrv() 1810 putnext(nextq, mp); in sppptun_uwsrv() 2264 queue_t *nextq; in sppptun_urput() local 2275 if ((nextq = sppptun_recv(q, &mp, NULL)) != NULL) in sppptun_urput() 2276 putnext(nextq, mp); in sppptun_urput() 2314 nextq = sppptun_recv(q, &mpnext, in sppptun_urput() [all …]
|
/titanic_50/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 701 queue_t *nextq; in sppp_uwput() local 744 if ((nextq = sppp_send(q, &mp, sps)) != NULL) in sppp_uwput() 745 putnext(nextq, mp); in sppp_uwput() 858 queue_t *nextq; in sppp_uwsrv() local 890 } else if ((nextq = in sppp_uwsrv() 898 putnext(nextq, mp); in sppp_uwsrv() 1539 queue_t *nextq; in sppp_send() local 1618 (nextq = sppp_outpkt(q, mpp, msize, sps)) == NULL) { in sppp_send() 1628 return (nextq); in sppp_send()
|
/titanic_50/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 267 nextq: in generate_rsa_key() 299 goto nextq; in generate_rsa_key()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | ldterm.c | 939 queue_t *nextq = q->q_next; /* queue below us */ in ldtermrput() local 1452 mutex_enter(QLOCK(nextq)); in ldtermrput() 1453 nextq->q_flag |= QWANTW; in ldtermrput() 1454 mutex_exit(QLOCK(nextq)); in ldtermrput()
|