Searched defs:mod_hash_entry (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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 */
79 struct mod_hash_entry *mh_entries[1];
88 (sizeof (mod_hash_t) + ((n) - 1) * (sizeof (struct mod_hash_entry *)))

Completed in 72 milliseconds