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

/osnet-11/usr/src/lib/libpower/common/
H A Dpm_suspend.c224 libzfs_handle_t *lzfs; local
347 if ((lzfs = libzfs_init()) == NULL) {
352 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) {
355 libzfs_fini(lzfs);
365 libzfs_fini(lzfs);
374 libzfs_fini(lzfs);
377 vname = zpool_vdev_name(lzfs, zpool_handle, child[0], B_FALSE,
383 libzfs_fini(lzfs);
406 libzfs_fini(lzfs);

Completed in 20 milliseconds