Searched refs:thename (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 2184 const char *thename; in zpool_import_props() local 2201 thename = newname; in zpool_import_props() 2203 thename = origname; in zpool_import_props() 2219 (void) strlcpy(zc.zc_name, thename, sizeof (zc.zc_name)); in zpool_import_props() 2248 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props() 2257 thename); in zpool_import_props() 2261 origname, thename); in zpool_import_props() 2374 newname ? origname : thename, -error, nv, in zpool_import_props() 2388 if (zpool_open_silent(hdl, thename, &zhp) != 0) in zpool_import_props() 2394 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
|