Home
last modified time | relevance | path

Searched refs:can_be_active (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/zhack/
H A Dzhack.c154 g_importargs.can_be_active = readonly; in import_pool()
162 if (!g_importargs.can_be_active) { in import_pool()
163 g_importargs.can_be_active = B_TRUE; in import_pool()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs.h365 int can_be_active : 1; /* can the pool be active? */ member
H A Dlibzfs_import.c1276 ret = get_configs(hdl, &pools, iarg->can_be_active); in zpool_find_import_impl()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c3460 args.can_be_active = B_TRUE; in find_zpool()