Searched defs:zpool_open_canfail (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c598 if ((zhp = zpool_open_canfail(hdl, poolname)) == NULL) {
897 zpool_open_canfail(libzfs_handle_t *hdl, const char *pool) function
966 * Similar to zpool_open_canfail(), but refuses to open pools in the faulted
974 if ((zhp = zpool_open_canfail(hdl, pool)) == NULL)

Completed in 34 milliseconds