Searched refs:mhpp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c478 mod_hash_t *mhp, *mhpp; local
488 * mhpp can start out NULL since we know the 1st elem isn't the
491 mhpp = NULL;
494 mhpp->mh_next = mhp->mh_next;
497 mhpp = mhp;
H A Dmem_config.c787 struct mem_handle **mhpp; local
799 mhpp = &mem_handle_head;
800 while (*mhpp != NULL && *mhpp != mhp)
801 mhpp = &(*mhpp)->mh_next;
802 ASSERT(*mhpp == mhp);
808 *mhpp = mhp->mh_next;

Completed in 66 milliseconds