Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c740 zpool_handle_t *zpoolp = NULL; in get_zfs_bootfs_arg() local
797 if ((zpoolp = zpool_open(g_zfs, poolname)) == NULL) { in get_zfs_bootfs_arg()
803 if (zpool_get_physpath(zpoolp, physpath, sizeof (physpath)) != 0) { in get_zfs_bootfs_arg()
825 if (zpoolp != NULL) in get_zfs_bootfs_arg()
826 zpool_close(zpoolp); in get_zfs_bootfs_arg()