Searched refs:mvent (Results 1 – 1 of 1) sorted by relevance
6658 struct isoent *rrmoved, *mvent, *np; in isoent_rr_move_dir() local6684 mvent = isoent_clone(curent); in isoent_rr_move_dir()6685 if (mvent == NULL) { in isoent_rr_move_dir()6691 mvent->rr_parent = curent->parent; in isoent_rr_move_dir()6692 curent->rr_child = mvent; in isoent_rr_move_dir()6697 *mvent->children.last = curent->children.first; in isoent_rr_move_dir()6698 mvent->children.last = curent->children.last; in isoent_rr_move_dir()6700 for (np = mvent->children.first; np != NULL; np = np->chnext) in isoent_rr_move_dir()6701 np->parent = mvent; in isoent_rr_move_dir()6702 mvent->children.cnt = curent->children.cnt; in isoent_rr_move_dir()[all …]