Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodhash_impl.h42 struct mod_hash_entry { struct
45 struct mod_hash_entry *mhe_next; /* next item in chain */ argument
77 struct mod_hash_entry *mh_entries[1];
86 (sizeof (mod_hash_t) + ((n) - 1) * (sizeof (struct mod_hash_entry *)))
/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c408 sizeof (struct mod_hash_entry), 0, NULL, NULL, NULL, NULL, in mod_hash_init()
549 struct mod_hash_entry *entry; in i_mod_hash_insert_nosync()
564 entry = (struct mod_hash_entry *)handle; in i_mod_hash_insert_nosync()
674 struct mod_hash_entry *e, *ep; in i_mod_hash_remove_nosync()
778 struct mod_hash_entry *e; in i_mod_hash_find_nosync()
841 struct mod_hash_entry *e; in i_mod_hash_walk_nosync()
885 struct mod_hash_entry *e, *old_e; in i_mod_hash_clear_nosync()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c38 struct mod_hash_entry msd_mhe; /* must be first */
176 (mh.mh_nchains - 1) * sizeof (struct mod_hash_entry *), in modent_walk_init()
249 struct mod_hash_entry mhe; in modchain_walk_step()
565 struct mod_hash_entry mhe; in modent_print()
H A Dtsol.c178 const struct mod_hash_entry *mhe = data; in tnrhtp_walk_callback()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1813 const struct mod_hash_entry *mhe = data; in modent_summary()