Searched refs:zpool_open_silent (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_impl.h | 203 int zpool_open_silent(libzfs_handle_t *, const char *, zpool_handle_t **);
|
| D | libzfs_config.c | 423 if (zpool_open_silent(hdl, cn->cn_name, &zhp) != 0) { in zpool_iter()
|
| D | libzfs_import.c | 357 if (zpool_open_silent(hdl, name, &zhp) != 0) in pool_active()
|
| D | libzfs_pool.c | 1050 zpool_open_silent(libzfs_handle_t *hdl, const char *pool, zpool_handle_t **ret) in zpool_open_silent() function 1985 if (zpool_open_silent(hdl, thename, &zhp) != 0) in zpool_import_props()
|