Searched refs:nqp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_nisdbquery.c | 1057 int i, nqp, nq, *nnp = 0, nv; in ruleValue2Query() local 1085 for (i = 0, nq = 0, nqp = 0; i < nv; i++) { in ruleValue2Query() 1086 qp[nqp] = createNisPlusEntry(t, &rv[i], qin, &atp[nqp], in ruleValue2Query() 1087 &nnp[nqp]); in ruleValue2Query() 1089 if (qp[nqp] == 0) in ruleValue2Query() 1091 nq += nnp[nqp]; in ruleValue2Query() 1092 nqp++; in ruleValue2Query() 1096 if (nqp == 0 || nq <= 0) in ruleValue2Query() 1107 for (i = 0, nq = 0; i < nqp; i++) { in ruleValue2Query() 1122 nqp = 0; in ruleValue2Query() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | stream.c | 3753 queue_t *nqp; in rwnext() local 3775 if ((nqp = _WR(qp)) == qp) { in rwnext() 3778 qp = nqp->q_next; in rwnext() 3781 if (nqp != stp->sd_wrq) in rwnext() 3784 qp = _RD(nqp->q_next); in rwnext() 3866 STR_FTEVENT_MSG(dp->d_mp, nqp, FTEV_RWNEXT, dp->d_mp->b_rptr - in rwnext() 3872 STR_FTEVENT_MSG(dp->d_mp, _RD(nqp), FTEV_RWNEXT, in rwnext() 3941 queue_t *nqp; in infonext() local 3956 if ((nqp = _WR(qp)) == qp) { in infonext() 3957 qp = nqp->q_next; in infonext() [all …]
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1518 struct qelem *qp, *nqp; in int_regwfree() local 1535 for (qp = reglink.q_forw; qp != NULL; qp = nqp) { in int_regwfree() 1536 nqp = qp->q_forw; in int_regwfree()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | strsubr.c | 7096 queue_t *nqp; in propagate_syncq() local 7126 nqp = qp->q_next; in propagate_syncq() 7127 nsq = nqp->q_syncq; in propagate_syncq() 7132 func = (void (*)())nqp->q_qinfo->qi_putp; in propagate_syncq() 7159 bp->b_queue = nqp; in propagate_syncq() 7172 if (nqp->q_sqhead == NULL) { in propagate_syncq() 7173 nqp->q_sqhead = head; in propagate_syncq() 7175 ASSERT(nqp->q_sqtail != NULL); in propagate_syncq() 7176 nqp->q_sqtail->b_next = head; in propagate_syncq() 7178 nqp->q_sqtail = tail; in propagate_syncq() [all …]
|
/titanic_41/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 815 nvme_alloc_qpair(nvme_t *nvme, uint32_t nentry, nvme_qpair_t **nqp, in nvme_alloc_qpair() argument 842 *nqp = qp; in nvme_alloc_qpair() 847 *nqp = NULL; in nvme_alloc_qpair()
|