Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dmodhash.c442 mod_hash->mh_name = kmem_alloc(strlen(hname) + 1, sleep); in mod_hash_create_extended()
443 if (mod_hash->mh_name == NULL) { in mod_hash_create_extended()
447 (void) strcpy(mod_hash->mh_name, hname); in mod_hash_create_extended()
505 kmem_free(hash->mh_name, strlen(hash->mh_name) + 1); in mod_hash_destroy_hash()
/titanic_41/usr/src/uts/common/sys/
H A Dmodhash_impl.h60 char *mh_name; /* hash name */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c457 len = mdb_readstr(name, sizeof (name), (uintptr_t)mh.mh_name); in modhash()