Searched refs:right_justify (Results 1 – 2 of 2) sorted by relevance
2638 boolean_t right_justify; in print_header() local2656 right_justify = B_FALSE; in print_header()2659 right_justify = zpool_prop_align_right(pl->pl_prop); in print_header()2669 if (pl->pl_next == NULL && !right_justify) in print_header()2671 else if (right_justify) in print_header()2692 boolean_t right_justify; in print_pool() local2715 right_justify = B_FALSE; in print_pool()2723 right_justify = zpool_prop_align_right(pl->pl_prop); in print_pool()2739 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify)) in print_pool()2741 else if (right_justify) in print_pool()
2923 boolean_t right_justify; in print_header() local2932 right_justify = B_FALSE; in print_header()2935 right_justify = zfs_prop_align_right(pl->pl_prop); in print_header()2943 if (pl->pl_next == NULL && !right_justify) in print_header()2945 else if (right_justify) in print_header()2967 boolean_t right_justify; in print_dataset() local2986 right_justify = zfs_prop_align_right(pl->pl_prop); in print_dataset()2993 right_justify = B_TRUE; in print_dataset()3000 right_justify = B_TRUE; in print_dataset()3008 right_justify = B_FALSE; in print_dataset()[all …]