Lines Matching refs:mt_status_entry
50 struct mt_status_entry { struct
59 struct mt_status_entry *parent; argument
61 STAILQ_HEAD(, mt_status_entry) child_entries;
62 STAILQ_ENTRY(mt_status_entry) links;
68 struct mt_status_entry *cur_entry[32];
71 STAILQ_HEAD(, mt_status_entry) entries;
90 void mt_status_tree_sbuf(struct sbuf *sb, struct mt_status_entry *entry,
92 struct mt_status_entry *entry, void *arg), void *arg);
93 void mt_status_tree_print(struct mt_status_entry *entry, int indent,
94 void (*print_func)(struct mt_status_entry *entry,
96 struct mt_status_entry *mt_entry_find(struct mt_status_entry *entry,
98 struct mt_status_entry *mt_status_entry_find(struct mt_status_data *status_data,
100 void mt_status_entry_free(struct mt_status_entry *entry);
102 void mt_entry_sbuf(struct sbuf *sb, struct mt_status_entry *entry, char *fmt);
103 void mt_param_parent_print(struct mt_status_entry *entry,
105 void mt_param_parent_sbuf(struct sbuf *sb, struct mt_status_entry *entry,
107 void mt_param_entry_sbuf(struct sbuf *sb, struct mt_status_entry *entry,
109 void mt_param_entry_print(struct mt_status_entry *entry, void *arg);