Searched refs:nextq (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 1641 queue_t *nextq; in sppptun_uwput() local 1651 (nextq = sppptun_outpkt(q, &mp)) != NULL) { in sppptun_uwput() 1652 putnext(nextq, mp); in sppptun_uwput() 1788 queue_t *nextq; in sppptun_uwsrv() local 1811 if ((nextq = sppptun_outpkt(q, &mp)) != NULL) { in sppptun_uwsrv() 1812 putnext(nextq, mp); in sppptun_uwsrv() 2268 queue_t *nextq; in sppptun_urput() local 2279 if ((nextq = sppptun_recv(q, &mp, NULL)) != NULL) in sppptun_urput() 2280 putnext(nextq, mp); in sppptun_urput() 2318 nextq = sppptun_recv(q, &mpnext, in sppptun_urput() [all …]
|
/illumos-gate/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 704 queue_t *nextq; in sppp_uwput() local 747 if ((nextq = sppp_send(q, &mp, sps)) != NULL) in sppp_uwput() 748 putnext(nextq, mp); in sppp_uwput() 862 queue_t *nextq; in sppp_uwsrv() local 894 } else if ((nextq = in sppp_uwsrv() 902 putnext(nextq, mp); in sppp_uwsrv() 1544 queue_t *nextq; in sppp_send() local 1623 (nextq = sppp_outpkt(q, mpp, msize, sps)) == NULL) { in sppp_send() 1633 return (nextq); in sppp_send()
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 267 nextq: in generate_rsa_key() 299 goto nextq; in generate_rsa_key()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ldterm.c | 954 queue_t *nextq = q->q_next; /* queue below us */ in ldtermrput() local 1467 mutex_enter(QLOCK(nextq)); in ldtermrput() 1468 nextq->q_flag |= QWANTW; in ldtermrput() 1469 mutex_exit(QLOCK(nextq)); in ldtermrput()
|