Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c436 mod_hash_t *mod_hash; in mod_hash_create_extended() local
443 if (mod_hash->mh_name == NULL) { 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()
453 mod_hash->mh_hashalg = hash_alg; in mod_hash_create_extended()
455 mod_hash->mh_keycmp = keycmp; in mod_hash_create_extended()
463 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
464 mh_head = mod_hash; in mod_hash_create_extended()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h56 struct mod_hash { struct
73 struct mod_hash *mh_next; /* next hash in list */ argument
H A Dmodhash.h55 struct mod_hash;
56 typedef struct mod_hash mod_hash_t;
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h109 fmd_modhash_t *mod_hash; /* containing namespace (ro) */ member
H A Dfmd_module.c1234 mp->mod_hash = mhp; in fmd_modhash_load()