Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmodhash.c461 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
483 mh_head = mh_head->mh_next; in mod_hash_destroy_hash()
490 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
492 mhpp->mh_next = mhp->mh_next; in mod_hash_destroy_hash()
H A Dmem_config.c743 struct mem_handle *mh_next; member
777 mhp->mh_next = mem_handle_head; in kphysm_allocate_mem_handle()
801 mhpp = &(*mhpp)->mh_next; in kphysm_free_mem_handle()
808 *mhpp = mhp->mh_next; in kphysm_free_mem_handle()
825 for (mhp = mem_handle_head; mhp != NULL; mhp = mhp->mh_next) { in kphysm_lookup_mem_handle()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dmbuf.h109 struct mbuf *mh_next; /* next buffer in chain */ member
146 #define m_next m_hdr.mh_next
/titanic_41/usr/src/uts/common/sys/
H A Dmodhash_impl.h75 struct mod_hash *mh_next; /* next hash in list */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c131 wsp->walk_addr = (uintptr_t)mh.mh_next; in modhash_walk_step()