Searched refs:mod_hash (Results 1 – 5 of 5) sorted by relevance
436 mod_hash_t *mod_hash; in mod_hash_create_extended() local439 if ((mod_hash = kmem_zalloc(MH_SIZE(nchains), sleep)) == NULL) in mod_hash_create_extended()442 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()444 kmem_free(mod_hash, MH_SIZE(nchains)); in mod_hash_create_extended()447 (void) strcpy(mod_hash->mh_name, hname); in mod_hash_create_extended()449 mod_hash->mh_sleep = sleep; in mod_hash_create_extended()450 mod_hash->mh_nchains = nchains; in mod_hash_create_extended()451 mod_hash->mh_kdtor = kdtor; in mod_hash_create_extended()452 mod_hash->mh_vdtor = vdtor; in mod_hash_create_extended()[all …]
58 struct mod_hash { struct75 struct mod_hash *mh_next; /* next hash in list */ argument
55 struct mod_hash;56 typedef struct mod_hash mod_hash_t;
109 fmd_modhash_t *mod_hash; /* containing namespace (ro) */ member
1237 mp->mod_hash = mhp; in fmd_modhash_load()