Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h251 int zpool_open_silent(libzfs_handle_t *, const char *, zpool_handle_t **);
H A Dlibzfs_config.c411 if (zpool_open_silent(hdl, cn->cn_name, &zhp) != 0) { in zpool_iter()
H A Dlibzfs_import.c78 if (zpool_open_silent(hdl, name, &zhp) != 0) in pool_active()
H A Dlibzfs_pool.c1080 zpool_open_silent(libzfs_handle_t *hdl, const char *pool, zpool_handle_t **ret) in zpool_open_silent() function
2025 if (zpool_open_silent(hdl, thename, &zhp) != 0) in zpool_import_props()