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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1009 libzfs_handle_t *lzfs; local
1023 if ((lzfs = libzfs_init()) == NULL) {
1027 if ((zpool_handle = zpool_open(lzfs, pool_name)) == NULL) {
1029 libzfs_fini(lzfs);
1036 libzfs_fini(lzfs);
1044 libzfs_fini(lzfs);
1047 vname = zpool_vdev_name(lzfs, zpool_handle, child[0], B_FALSE);
1051 libzfs_fini(lzfs);
1058 libzfs_fini(lzfs);

Completed in 47 milliseconds