HomeSort by: relevance | last modified time | path
    Searched defs:namewidth (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 1328 int namewidth, int depth, boolean_t isspare)
1360 (void) printf("\t%*s%-*s %-8s", depth, "", namewidth - depth,
1478 namewidth, depth + 2, isspare);
1489 print_import_config(const char *name, nvlist_t *nv, int namewidth, int depth)
1504 (void) printf("\t%*s%-*s", depth, "", namewidth - depth, name);
1555 print_import_config(vname, child[c], namewidth, depth + 2);
1589 print_logs(zpool_handle_t *zhp, nvlist_t *nv, int namewidth, boolean_t verbose)
1610 print_status_config(zhp, name, child[c], namewidth,
1613 print_import_config(name, child[c], namewidth, 2);
1633 int namewidth; local
4388 int namewidth; local
    [all...]

Completed in 50 milliseconds