Searched refs:right_justify (Results 1 – 2 of 2) sorted by relevance
3451 boolean_t right_justify; in print_header() local3460 right_justify = B_FALSE; in print_header()3463 right_justify = zfs_prop_align_right(pl->pl_prop); in print_header()3471 if (pl->pl_next == NULL && !right_justify) in print_header()3473 else if (right_justify) in print_header()3495 boolean_t right_justify; in print_dataset() local3511 right_justify = zfs_prop_align_right(pl->pl_prop); in print_dataset()3526 right_justify = B_TRUE; in print_dataset()3533 right_justify = B_TRUE; in print_dataset()3541 right_justify = B_FALSE; in print_dataset()[all …]
5738 boolean_t right_justify; in print_header() local5756 right_justify = B_FALSE; in print_header()5759 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header()5769 if (pl->pl_next == NULL && !right_justify) in print_header()5771 else if (right_justify) in print_header()5791 boolean_t right_justify; in print_pool() local5814 right_justify = B_FALSE; in print_pool()5822 right_justify = zpool_prop_align_right(pl->pl_prop); in print_pool()5838 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify)) in print_pool()5840 else if (right_justify) in print_pool()