Home
last modified time | relevance | path

Searched refs:mt_status_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libmt/
H A Dmtlib.h50 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,
[all …]
H A Dmtlib.c60 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()
[all …]
/freebsd/usr.bin/mt/
H A Dmt.c176 static int mt_print_density_entry(struct mt_status_entry *density_root, int indent);
177 static int mt_print_density_report(struct mt_status_entry *report_root, int indent);
178 static int mt_print_density(struct mt_status_entry *density_root, int indent);
784 struct mt_status_entry *entry;
989 struct mt_status_entry *entry; in mt_xml_cmd()
1057 struct mt_status_entry *entry; in mt_set_param()
1125 struct mt_status_entry *entry;
1149 struct mt_status_entry *prot_entry, *supported_entry; in mt_protect()
1150 struct mt_status_entry *entry; in mt_protect()
1387 mt_print_density_entry(struct mt_status_entry *density_root, int indent) in mt_print_density_entry()
[all …]
/freebsd/usr.sbin/camdd/
H A Dcamdd.c961 struct mt_status_entry *entry;