HomeSort by relevance Sort by last modified time
    Searched refs:zph (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libgrubmgmt/common/
libgrub_fs.c 120 zpool_handle_t *zph; local
125 (zph = zpool_open(fs->gf_lzfh, name)) == NULL)
128 if ((ret = zpool_get_physpath(zph, root->gr_physpath,
130 (ret = zpool_get_prop(zph, ZPOOL_PROP_BOOTFS,
142 zpool_close(zph);
  /onnv/onnv-gate/usr/src/cmd/zfs/
zfs_iter.c 75 zpool_handle_t *zph; local
80 zph = zfs_get_pool_handle(zhp);
81 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL));
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_dataset.c 258 zpool_handle_t *zph; local
260 if ((zph = zpool_open_canfail(hdl, pool_name)) != NULL) {
262 zph->zpool_next = hdl->libzfs_pool_handles;
263 hdl->libzfs_pool_handles = zph;
265 return (zph);
272 zpool_handle_t *zph = hdl->libzfs_pool_handles; local
274 while ((zph != NULL) &&
275 (strncmp(pool_name, zpool_get_name(zph), len) != 0))
276 zph = zph->zpool_next
290 zpool_handle_t *zph; local
307 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; local
    [all...]

Completed in 3839 milliseconds