Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmodhash_impl.h44 struct mod_hash_entry { struct
47 struct mod_hash_entry *mhe_next; /* next item in chain */ argument
79 struct mod_hash_entry *mh_entries[1];
88 (sizeof (mod_hash_t) + ((n) - 1) * (sizeof (struct mod_hash_entry *)))
/titanic_41/usr/src/uts/common/os/
H A Dmodhash.c408 sizeof (struct mod_hash_entry), 0, NULL, NULL, NULL, NULL, in mod_hash_init()
545 struct mod_hash_entry *entry; in i_mod_hash_insert_nosync()
560 entry = (struct mod_hash_entry *)handle; in i_mod_hash_insert_nosync()
670 struct mod_hash_entry *e, *ep; in i_mod_hash_remove_nosync()
774 struct mod_hash_entry *e; in i_mod_hash_find_nosync()
837 struct mod_hash_entry *e; in i_mod_hash_walk_nosync()
881 struct mod_hash_entry *e, *old_e; in i_mod_hash_clear_nosync()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c39 struct mod_hash_entry msd_mhe; /* must be first */
177 (mh.mh_nchains - 1) * sizeof (struct mod_hash_entry *), in modent_walk_init()
250 struct mod_hash_entry mhe; in modchain_walk_step()
566 struct mod_hash_entry mhe; in modent_print()
H A Dtsol.c180 const struct mod_hash_entry *mhe = data; in tnrhtp_walk_callback()
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1788 const struct mod_hash_entry *mhe = data; in modent_summary()