Lines Matching defs:oldnp
1338 mdname_t *oldnp,
1356 /* save new binding incase this is a rebind where oldnp==newnp */
1361 /* invalidate, then get the hotspare (fill in oldnp from metadb) */
1367 if ((old_dev = oldnp->dev) == NODEV64)
1368 return (mdsyserror(ep, ENODEV, oldnp->cname));
1371 * check for the case where oldnp and newnp indicate the same
1376 * oldnp (and maybe newnp if this is a rebind) is updated based
1379 if ((strcmp(oldnp->rname, newnp->rname) == 0) &&
1496 meta_invalidate_name(oldnp);
1504 hspnp->hspname, oldnp->cname, newnp->cname);