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; local
716 for (hmof = vamof - (va - buf), nb1 = nb; bufsz;
717 bufsz -= hnb, hmof += hnb, buf += hnb, nb1 -= hnb) {
722 MAX(hmof, vamof), MIN(hnb, nb1));
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c1542 * -1: nb1's address is "smaller" than nb2's
1544 * 1: nb1's address is "greater" than nb2's
1547 nlm_netbuf_addrs_cmp(struct netbuf *nb1, struct netbuf *nb2) argument
1557 na1 = (union nlm_addr *)nb1->buf;

Completed in 64 milliseconds