Home
last modified time | relevance | path

Searched refs:mh_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c463 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
485 mh_head = mh_head->mh_next; in mod_hash_destroy_hash()
492 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
494 mhpp->mh_next = mhp->mh_next; in mod_hash_destroy_hash()
H A Dmem_config.c744 struct mem_handle *mh_next; member
778 mhp->mh_next = mem_handle_head; in kphysm_allocate_mem_handle()
802 mhpp = &(*mhpp)->mh_next; in kphysm_free_mem_handle()
809 *mhpp = mhp->mh_next; in kphysm_free_mem_handle()
826 for (mhp = mem_handle_head; mhp != NULL; mhp = mhp->mh_next) { in kphysm_lookup_mem_handle()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h111 struct mbuf *mh_next; /* next buffer in chain */ member
147 #define m_next m_hdr.mh_next
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h73 struct mod_hash *mh_next; /* next hash in list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c130 wsp->walk_addr = (uintptr_t)mh.mh_next; in modhash_walk_step()