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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c249 zpool_handle_t *zph; local
251 if ((zph = zpool_open_canfail(hdl, pool_name)) != NULL) {
253 zph->zpool_next = hdl->libzfs_pool_handles;
254 hdl->libzfs_pool_handles = zph;
256 return (zph);
263 zpool_handle_t *zph = hdl->libzfs_pool_handles; local
265 while ((zph != NULL) &&
266 (strncmp(pool_name, zpool_get_name(zph), len) != 0))
267 zph = zph
281 zpool_handle_t *zph; local
298 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; local
[all...]

Completed in 33 milliseconds