Lines Matching refs:be_fmt
92 enum be_fmt { enum
206 init_hdr_cols(enum be_fmt be_fmt, struct hdr_info *hdr) in init_hdr_cols() argument
218 switch (be_fmt) { in init_hdr_cols()
257 count_widths(enum be_fmt be_fmt, struct hdr_info *hdr, be_node_list_t *be_nodes) in count_widths() argument
288 if (be_fmt == BE_FMT_DEFAULT) { in count_widths()
307 if (be_fmt == BE_FMT_DEFAULT) in count_widths()
309 else if (be_fmt & BE_FMT_SNAPSHOT) { in count_widths()
311 if (be_fmt == BE_FMT_SNAPSHOT) in count_widths()
322 if (be_fmt == BE_FMT_DEFAULT) { in count_widths()
466 print_fmt_nodes(const char *be_name, enum be_fmt be_fmt, boolean_t parsable, in print_fmt_nodes() argument
500 if (be_fmt & BE_FMT_DATASET) in print_fmt_nodes()
521 if (be_fmt & BE_FMT_SNAPSHOT) in print_fmt_nodes()
531 enum be_fmt be_fmt = BE_FMT_DEFAULT; in print_nodes() local
534 be_fmt |= BE_FMT_DATASET; in print_nodes()
536 be_fmt |= BE_FMT_SNAPSHOT; in print_nodes()
539 init_hdr_cols(be_fmt, &hdr); in print_nodes()
540 count_widths(be_fmt, &hdr, be_nodes); in print_nodes()
544 if (be_fmt == BE_FMT_DEFAULT) in print_nodes()
547 print_fmt_nodes(be_name, be_fmt, parsable, &hdr, be_nodes); in print_nodes()