Lines Matching refs:active_phandle
143 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL) in libbe_init()
148 if (zpool_get_prop(lbh->active_phandle, ZPOOL_PROP_BOOTFS, lbh->bootfs, in libbe_init()
152 if (zpool_get_prop(lbh->active_phandle, ZPOOL_PROP_ALTROOT, in libbe_init()
157 (void) lzbe_get_boot_device(zpool_get_name(lbh->active_phandle), in libbe_init()
163 if (lbh->active_phandle != NULL) in libbe_init()
164 zpool_close(lbh->active_phandle); in libbe_init()
181 if (lbh->active_phandle != NULL) in libbe_close()
182 zpool_close(lbh->active_phandle); in libbe_close()
435 zpool_get_name(lbh->active_phandle), lzbe_add, NULL); in be_destroy_internal()
1299 zpool_get_name(lbh->active_phandle), lzbe_add, NULL)); in be_deactivate()
1351 zpool_get_name(lbh->active_phandle), lzbe_add, be_path)); in be_activate()
1358 err = zpool_set_prop(lbh->active_phandle, "bootfs", be_path); in be_activate()