Lines Matching defs:import
31 * Pool import support functions.
37 * To import a pool, we rely on reading the configuration information from the
46 * update any paths that have changed. Finally, we attempt to import the pool
424 * doing the import.
815 * can't actually import it.
1441 * includes partial pools which are not available to import. If no args are
1444 * to import a specific pool.
1629 * to import a specific pool.
1849 zpool_search_import(libpc_handle_t *hdl, importargs_t *import)
1853 verify(import->poolname == NULL || import->guid == 0);
1855 if (import->cachefile != NULL)
1856 pools = zpool_find_import_cached(hdl, import);
1858 pools = zpool_find_import(hdl, import);