Searched defs:mod_walk_data_s (Results 1 – 1 of 1) sorted by relevance
77 typedef struct mod_walk_data_s { struct78 const hash_type_entry_t *mwd_hte; /* pointer to entry type */79 int mwd_main_flags; /* ::modhash flags */80 int mwd_flags; /* DCMD_* flags for looping */81 uint_t mwd_opt_e; /* call-modent mode */82 uint_t mwd_opt_c; /* chain head only mode */83 uint_t mwd_opt_h; /* hash index output */84 boolean_t mwd_opt_k_set; /* key supplied */85 boolean_t mwd_opt_v_set; /* value supplied */86 uintptr_t mwd_opt_k; /* key */[all …]