Searched refs:todv (Results 1 – 1 of 1) sorted by relevance
885 struct sdev_node *todv = NULL; /* destination node */ in sdev_rename() local1024 todv = VTOSDEV(nvp); in sdev_rename()1025 ASSERT(todv); in sdev_rename()1029 (todv != NULL && (todv->sdev_flags & SDEV_DYNAMIC) != 0)) { in sdev_rename()1041 error = sdev_rnmnode(fromparent, fromdv, toparent, &todv, nnm, cred); in sdev_rename()