Home
last modified time | relevance | path

Searched refs:lpc_ops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.h46 const pool_config_ops_t *lpc_ops; member
H A Dzutil_import.c429 ASSERT(hdl->lpc_ops->pco_pool_active != NULL); in zutil_pool_active()
431 int error = hdl->lpc_ops->pco_pool_active(hdl->lpc_lib_handle, name, in zutil_pool_active()
440 ASSERT(hdl->lpc_ops->pco_refresh_config != NULL); in zutil_refresh_config()
442 return (hdl->lpc_ops->pco_refresh_config(hdl->lpc_lib_handle, in zutil_refresh_config()
1479 handle.lpc_ops = pco; in zpool_search_import()