Searched refs:src_group (Results 1 – 3 of 3) sorted by relevance
329 src_group = parser.add_mutually_exclusive_group(required=True)330 src_group.add_argument(333 src_group.add_argument(
30 __u32 src_group; member
3577 def __init__(self, src_group=None, tgt_group=None, progress=None, argument3579 self.src_group = src_group3659 self._partition_updates[p].src_group = g3746 if u.src_group and not u.tgt_group:3750 if u.src_group and u.tgt_group and u.src_group != u.tgt_group:3751 comment('Move partition %s from %s to default' % (p, u.src_group))3778 if u.tgt_group and not u.src_group:3789 if u.src_group and u.tgt_group and u.src_group != u.tgt_group: