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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c727 zpool_handle_t *zpoolp = NULL; local
784 if ((zpoolp = zpool_open(g_zfs, poolname)) == NULL) {
790 if (zpool_get_physpath(zpoolp, physpath, sizeof (physpath)) != 0) {
812 if (zpoolp != NULL)
813 zpool_close(zpoolp);

Completed in 778 milliseconds