Home
last modified time | relevance | path

Searched refs:ntodo (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dchrqueue.c179 int ntodo; /* The number of characters remaining to be appended */ in _glq_append_chars() local
248 ntodo = n - ndone; in _glq_append_chars()
252 nnew = nleft < ntodo ? nleft : ntodo; in _glq_append_chars()
/titanic_44/usr/src/uts/common/io/mwl/
H A Dmwl.c3172 int ntodo, len, rssi; in mwl_rx_intr() local
3178 for (ntodo = MWL_RX_RING_COUNT; ntodo > 0; ntodo--) { in mwl_rx_intr()