Home
last modified time | relevance | path

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

/freebsd-src/sbin/bectl/
H A Dbectl_list.c51 bool show_all_datasets; member
190 if (pc->current_indent == 0 && (pc->show_all_datasets || in print_info()
260 if (!pc->show_all_datasets && !pc->show_snaps && in print_info()
298 if (pc->show_all_datasets || pc->show_snaps) in print_headers()
311 if (!pc->show_all_datasets && !pc->show_snaps) in print_headers()
424 pc.show_all_datasets = true; in bectl_cmd_list()
478 if (pc.show_all_datasets || pc.show_snaps) in bectl_cmd_list()
488 if (printed > 0 && (pc.show_all_datasets || pc.show_snaps)) in bectl_cmd_list()