Home
last modified time | relevance | path

Searched refs:nhi (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmem_cage.h82 pfn_t lo, pfn_t hi, pfn_t *nlo, pfn_t *nhi);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1666 holeinfo_t *nhi = mdb_zalloc( in elt_print() local
1667 sizeof (*nhi) * new, UM_NOSLEEP | UM_GC); in elt_print()
1669 bcopy(pap->pa_holes, nhi, in elt_print()
1670 pap->pa_nholes * sizeof (*nhi)); in elt_print()
1672 pap->pa_holes = nhi; in elt_print()
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c318 pfn_t *nlo, pfn_t *nhi) in kcage_next_range() argument
372 *nhi = thi; in kcage_next_range()