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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1321 int namewidth, int depth, boolean_t isspare)
1352 (void) printf("\t%*s%-*s %-8s", depth, "", namewidth - depth,
1459 namewidth, depth + 2, isspare);
1470 print_import_config(const char *name, nvlist_t *nv, int namewidth, int depth) argument
1485 (void) printf("\t%*s%-*s", depth, "", namewidth - depth, name);
1536 print_import_config(vname, child[c], namewidth, depth + 2);
1570 print_logs(zpool_handle_t *zhp, nvlist_t *nv, int namewidth, boolean_t verbose) argument
1591 print_status_config(zhp, name, child[c], namewidth,
1594 print_import_config(name, child[c], namewidth, 2);
1614 int namewidth; local
1320 print_status_config(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int namewidth, int depth, boolean_t isspare) argument
4021 print_spares(zpool_handle_t *zhp, nvlist_t **spares, uint_t nspares, int namewidth) argument
4041 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, int namewidth) argument
4353 int namewidth; local
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c867 zonestat_print_summary_header(size_t namewidth, int report_fmt, uint64_t cpu, argument
903 namewidth);
915 namewidth);
982 zonestat_print_summary_zone(size_t namewidth, int report_fmt, char *name, argument
1024 namewidth);
1338 size_t namewidth = 0, len; local
1364 namewidth = ZSTAT_SUM_MIN_ZONENAME;
1369 if (len > namewidth)
1370 namewidth = len;
1372 zonestat_print_summary_header(namewidth, report_fm
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c12697 list_pg_info(const scf_propertygroup_t *pg, const char *name, size_t namewidth) argument
12710 safe_printf("%-*s %s", namewidth, name, buf);

Completed in 111 milliseconds