Home
last modified time | relevance | path

Searched refs:active_phandle (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libbe/
H A Dbe.c143 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()
[all …]
H A Dbe_impl.h20 zpool_handle_t *active_phandle; member