HomeSort by relevance Sort by last modified time
    Searched refs:BTOP (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/savecore/
savecore.c 693 #define BTOP(b) ((b) >> dumphdr.dump_pageshift)
792 } else if (++s->nout >= BTOP(coreblksize) ||
907 } else if (++s->nout >= BTOP(coreblksize) ||
1137 } else if (++nout >= BTOP(coreblksize) ||
1203 hist = Zalloc((sizeof (uint64_t) * BTOP(coreblksize)) + 1);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
mem.c 80 * Turn a byte length into a pagecount. The DDI btop takes a
84 #define BTOP(x) ((pgcnt_t)((x) >> _pageshift))
341 v = BTOP((u_offset_t)uio->uio_loffset);
763 pf = btop(off);
766 if (pf >= BTOP(pmem->address) &&
767 pf < BTOP(pmem->address + pmem->size)) {

Completed in 188 milliseconds