Home
last modified time | relevance | path

Searched refs:mt_status_tree_print (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libmt/
H A Dmtlib.c250 mt_status_tree_print(struct mt_status_entry *entry, int indent, in mt_status_tree_print() function
259 mt_status_tree_print(entry2, indent + 2, print_func, in mt_status_tree_print()
511 mt_status_tree_print(entry, 0, mt_param_entry_print, &print_params); in mt_protect_print()
543 mt_status_tree_print(entry, 0, mt_param_entry_print, in mt_param_list()
H A Dmtlib.h93 void mt_status_tree_print(struct mt_status_entry *entry, int indent,
/freebsd/usr.bin/mt/
H A Dmt.c1026 mt_status_tree_print(entry, 0, NULL); in mt_xml_cmd()