Searched refs:namewidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1514 int namewidth, int depth, boolean_t isspare)
1552 (void) printf("\t%*s%-*s %-8s", depth, "", namewidth - depth,
1711 namewidth, depth + 2, isspare);
1722 print_import_config(const char *name, nvlist_t *nv, int namewidth, int depth) argument
1737 (void) printf("\t%*s%-*s", depth, "", namewidth - depth, name);
1792 print_import_config(vname, child[c], namewidth, depth + 2);
1826 print_logs(zpool_handle_t *zhp, nvlist_t *nv, int namewidth, boolean_t verbose) argument
1847 print_status_config(zhp, name, child[c], namewidth,
1850 print_import_config(name, child[c], namewidth, 2);
1870 int namewidth; local
1513 print_status_config(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int namewidth, int depth, boolean_t isspare) argument
4767 print_spares(zpool_handle_t *zhp, nvlist_t **spares, uint_t nspares, int namewidth) argument
4787 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, int namewidth) argument
5108 int namewidth; local
[all...]

Completed in 183 milliseconds