Home
last modified time | relevance | path

Searched refs:oldpath (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3470 char *oldpath, *newpath; in ztest_vdev_attach_detach() local
3481 oldpath = umem_alloc(MAXPATHLEN, UMEM_NOFAIL); in ztest_vdev_attach_detach()
3550 (void) strcpy(oldpath, oldvd->vdev_path); in ztest_vdev_attach_detach()
3570 fatal(0, "detach (%s) returned %d", oldpath, error); in ztest_vdev_attach_detach()
3687 oldpath, oldsize, newpath, in ztest_vdev_attach_detach()
3693 umem_free(oldpath, MAXPATHLEN); in ztest_vdev_attach_detach()