Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1864 char *thename; in zpool_import_props() local
1881 thename = (char *)newname; in zpool_import_props()
1883 thename = origname; in zpool_import_props()
1903 (void) strlcpy(zc.zc_name, thename, sizeof (zc.zc_name)); in zpool_import_props()
1943 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
1952 thename); in zpool_import_props()
1956 origname, thename); in zpool_import_props()
2066 newname ? origname : thename, -error, nv); in zpool_import_props()
2078 if (zpool_open_silent(hdl, thename, &zhp) != 0) in zpool_import_props()
2084 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()