Searched refs:pool_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c3540 char pool_path[ZFS_MAX_DATASET_NAME_LEN]; local
3541 (void) strlcpy(pool_path, path, sizeof (pool_path));
3543 /* truncate pool_path at first slash */
3544 char *p = strchr(pool_path, '/');
3548 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL)

Completed in 162 milliseconds