Lines Matching refs:mt_status_entry

60 	struct mt_status_entry *entry;  in mt_start_element()
186 struct mt_status_entry *entry; in mt_end_element()
225 mt_status_tree_sbuf(struct sbuf *sb, struct mt_status_entry *entry, int indent, in mt_status_tree_sbuf()
226 void (*sbuf_func)(struct sbuf *sb, struct mt_status_entry *entry, in mt_status_tree_sbuf()
230 struct mt_status_entry *entry2; in mt_status_tree_sbuf()
250 mt_status_tree_print(struct mt_status_entry *entry, int indent, in mt_status_tree_print()
251 void (*print_func)(struct mt_status_entry *entry, void *arg), void *arg) in mt_status_tree_print()
255 struct mt_status_entry *entry2; in mt_status_tree_print()
280 struct mt_status_entry *
281 mt_entry_find(struct mt_status_entry *entry, char *name) in mt_entry_find()
283 struct mt_status_entry *entry2; in mt_entry_find()
322 struct mt_status_entry *entry3; in mt_entry_find()
337 struct mt_status_entry *
340 struct mt_status_entry *entry, *entry2; in mt_status_entry_find()
352 mt_status_entry_free(struct mt_status_entry *entry) in mt_status_entry_free()
354 struct mt_status_entry *entry2, *entry3; in mt_status_entry_free()
358 STAILQ_REMOVE(&entry->child_entries, entry2, mt_status_entry, in mt_status_entry_free()
380 struct mt_status_entry *entry, *entry2; in mt_status_free()
383 STAILQ_REMOVE(&status_data->entries, entry, mt_status_entry, in mt_status_free()
390 mt_entry_sbuf(struct sbuf *sb, struct mt_status_entry *entry, char *fmt) in mt_entry_sbuf()
417 mt_param_parent_print(struct mt_status_entry *entry, in mt_param_parent_print()
431 mt_param_parent_sbuf(struct sbuf *sb, struct mt_status_entry *entry, in mt_param_parent_sbuf()
445 mt_param_entry_sbuf(struct sbuf *sb, struct mt_status_entry *entry, void *arg) in mt_param_entry_sbuf()
471 mt_param_entry_print(struct mt_status_entry *entry, void *arg) in mt_param_entry_print()
498 struct mt_status_entry *entry; in mt_protect_print()
519 struct mt_status_entry *entry; in mt_param_list()