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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c546 if ((zhp = zpool_open_canfail(hdl, poolname)) == NULL) {
972 zpool_open_canfail(libzfs_handle_t *hdl, const char *pool) function
1041 * Similar to zpool_open_canfail(), but refuses to open pools in the faulted
1049 if ((zhp = zpool_open_canfail(hdl, pool)) == NULL)

Completed in 54 milliseconds