Searched defs:thename (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1658 char *thename; local
1675 thename = (char *)newname;
1677 thename = origname;
1697 (void) strlcpy(zc.zc_name, thename, sizeof (zc.zc_name));
1736 zpool_rewind_exclaim(hdl, newname ? origname : thename,
1745 thename);
1749 origname, thename);
1811 newname ? origname : thename, -error, nv);
1823 if (zpool_open_silent(hdl, thename, &zhp) != 0)
1829 zpool_rewind_exclaim(hdl, newname ? origname : thename,
[all...]

Completed in 64 milliseconds