Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c703 uint32_t hnb, nb1; in top_log() local
716 for (hmof = vamof - (va - buf), nb1 = nb; bufsz; in top_log()
717 bufsz -= hnb, hmof += hnb, buf += hnb, nb1 -= hnb) { in top_log()
722 MAX(hmof, vamof), MIN(hnb, nb1)); in top_log()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1555 nlm_netbuf_addrs_cmp(struct netbuf *nb1, struct netbuf *nb2) in nlm_netbuf_addrs_cmp() argument
1565 na1 = (union nlm_addr *)nb1->buf; in nlm_netbuf_addrs_cmp()