Searched refs:cb_zhp (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1721 zpool_handle_t *cb_zhp; member in struct:aux_cbdata
1742 cbp->cb_zhp = zhp;
1881 cb.cb_zhp = NULL;
1885 name = (char *)zpool_get_name(cb.cb_zhp);
1897 cb.cb_zhp = NULL;
1901 name = (char *)zpool_get_name(cb.cb_zhp);
1915 if (cb.cb_zhp)
1916 zpool_close(cb.cb_zhp);
1923 if (cb.cb_zhp)
1924 zpool_close(cb.cb_zhp);
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1516 zpool_handle_t *cb_zhp; member in struct:spare_cbdata
1551 cbp->cb_zhp = zhp;
1662 if (strcmp(zpool_get_name(spare_cb.cb_zhp),
1669 zpool_get_name(spare_cb.cb_zhp));
1670 zpool_close(spare_cb.cb_zhp);

Completed in 108 milliseconds