Searched defs:hnb (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c703 uint32_t hnb, nb1; local
717 bufsz -= hnb, hmof += hnb, buf += hnb, nb1 -= hnb) {
718 hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF);
719 if (hnb > bufsz)
720 hnb = bufsz;
722 MAX(hmof, vamof), MIN(hnb, nb1));
724 logmap_add_buf(ul, va, hmof, me, buf, hnb);
[all...]
H A Dlufs_debug.c523 off_t hnb; local
527 for (hnb = 0; nb; nb -= hnb, mof += hnb) {
529 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
530 if (hnb > nb)
531 hnb = nb;
538 if (DATAoverlapME(mof, hnb, me))
556 off_t hnb; local
562 for (hnb
[all...]
H A Dlufs_map.c226 int32_t hnb; local
235 for (hnb = 0; nb; nb -= hnb, mof += hnb) {
236 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
237 if (hnb > nb)
238 hnb = nb;
251 if (DATAwithinME(mof, hnb, me)) {
264 (!DATAoverlapME(mof, hnb, me)) ||
265 MEwithinDATA(me, mof, hnb));
339 off_t hnb; local
542 off_t hnb; local
680 off_t hnb; local
1723 int32_t hnb; local
1780 off_t hnb; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4572 char hnb[MAXHOSTNAMELEN]; local
4632 if (sm_snprintf(hnb, sizeof(hnb), "[%s]", hp->h_name) <
4633 sizeof(hnb)
4634 && !wordinclass((char *) hnb, 'w'))
4635 setclass('w', hnb);
4651 if (sm_snprintf(hnb, sizeof(hnb),
4652 "[%s]", *ha) < sizeof(hnb) &&
4653 !wordinclass((char *) hnb, '
[all...]

Completed in 72 milliseconds