Home
last modified time | relevance | path

Searched defs:mod_walk_data_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c76 typedef struct mod_walk_data_s { struct
77 const hash_type_entry_t *mwd_hte; /* pointer to entry type */
78 int mwd_main_flags; /* ::modhash flags */
79 int mwd_flags; /* DCMD_* flags for looping */
80 uint_t mwd_opt_e; /* call-modent mode */
81 uint_t mwd_opt_c; /* chain head only mode */
82 uint_t mwd_opt_h; /* hash index output */
83 boolean_t mwd_opt_k_set; /* key supplied */
84 boolean_t mwd_opt_v_set; /* value supplied */
85 uintptr_t mwd_opt_k; /* key */
[all …]