Searched defs:print_concise_md (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetastat.c66 static void print_concise_md(int indent, mdsetname_t *sp, mdname_t *np);
472 print_concise_md(0, sp, np);
1158 * and prints them. It calls the print_concise_md() function to recursively
1250 print_concise_md(META_INDENT, sp, soft_part->compnamep);
1334 print_concise_md(0, sp, mdn);
1387 print_concise_md(indent, sp, mirror->submirrors[i].submirnamep);
1450 print_concise_md(indent, sp, raid->cols.cols_val[i].colnamep);
1529 print_concise_md(indent, sp,
1549 print_concise_md(indent + META_INDENT, sp, part->compnamep);
1574 print_concise_md(inden
1583 print_concise_md(int indent, mdsetname_t *sp, mdname_t *np) function
[all...]

Completed in 46 milliseconds