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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c4449 md_drive_desc *dd, *dd_prev, *master_dd, *other_dd; local
5044 &other_dd, ep)) {
5060 mnsr_node->mmn_dd = other_dd;
5067 other_dd = mnsr_node->mmn_dd;
5068 while (other_dd) {
5070 if (strcmp(other_dd->dd_dnp->cname,
5074 other_dd = other_dd->dd_next;
5081 if (other_dd == NULL) {
5130 &other_dd, e
[all...]

Completed in 78 milliseconds