Lines Matching defs:trans
75 md_trans_t *trans);
936 * Create a list of metadevices associated with trans. top_pp points to
952 * Scan the current list of trans devices. From that
1553 * Concise trans output.
1556 print_concise_trans(int indent, mdsetname_t *sp, md_trans_t *trans)
1558 if (trans == NULL)
1561 print_concise_entry(indent, trans->common.namep->cname,
1562 trans->common.size, 't');
1564 if (trans->masternamep != NULL)
1565 (void) printf(" %s", trans->masternamep->cname);
1567 if (trans->lognamep != NULL)
1568 (void) printf(" %s", trans->lognamep->cname);
1574 print_concise_md(indent, sp, trans->masternamep);
1576 print_concise_md(indent, sp, trans->lognamep);
1591 md_trans_t *trans;
1613 trans = meta_get_trans_common(sp, np, 1, &error);
1614 print_concise_trans(indent, sp, trans);