Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c695 uint32_t hnb, nb1; in top_log() local
708 for (hmof = vamof - (va - buf), nb1 = nb; bufsz; in top_log()
709 bufsz -= hnb, hmof += hnb, buf += hnb, nb1 -= hnb) { in top_log()
714 MAX(hmof, vamof), MIN(hnb, nb1)); in top_log()
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c1492 nlm_netbuf_addrs_cmp(struct netbuf *nb1, struct netbuf *nb2) in nlm_netbuf_addrs_cmp() argument
1502 na1 = (union nlm_addr *)nb1->buf; in nlm_netbuf_addrs_cmp()