Home
last modified time | relevance | path

Searched refs:npend (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c550 u_int32_t npend; in ar9300_num_tx_pending() local
554 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ar9300_num_tx_pending()
555 if (npend == 0) { in ar9300_num_tx_pending()
562 npend = 1; /* arbitrarily return 1 */ in ar9300_num_tx_pending()
566 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()
574 HALASSERT((npend == 0) || in ar9300_num_tx_pending()
577 return npend; in ar9300_num_tx_pending()
/trueos/contrib/groff/src/devices/grolbp/
HDlbp.h385 double npend ; in splinerel() local
404 npend = (1.0*dxnew)/dynew; in splinerel()
405 if (( npend == pend) && (sigpend == sg)) in splinerel()
409 pend = npend; in splinerel()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c567 uint32_t npend; in ar5212NumTxPending() local
572 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ar5212NumTxPending()
573 if (npend == 0) { in ar5212NumTxPending()
580 npend = 1; /* arbitrarily return 1 */ in ar5212NumTxPending()
582 return npend; in ar5212NumTxPending()
/trueos/contrib/ntp/ntpq/
HDntpq.c2717 register char *npend; /* character after last */ in nextvar() local
2738 npend = &name[MAXVARLEN]; in nextvar()
2739 while (cp < cpend && np < npend && *cp != ',' && *cp != '=' in nextvar()
2746 if (np == npend && !(cp == cpend || *cp == ',' || *cp == '=' || in nextvar()
2773 npend = &value[MAXVALLEN]; in nextvar()
2774 while (cp < cpend && np < npend && ((*cp != ',') || quoted)) in nextvar()
2783 if (np == npend && (quoted || *cp != ',')) in nextvar()