Lines Matching refs:zphdl
31 zpool_handle_t *zphdl; in lzbe_set_boot_device() local
43 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device()
44 if (zphdl == NULL) { in lzbe_set_boot_device()
51 rv = zpool_get_bootenv(zphdl, &nv); in lzbe_set_boot_device()
100 rv = zpool_set_bootenv(zphdl, nv); in lzbe_set_boot_device()
105 zpool_close(zphdl); in lzbe_set_boot_device()
117 zpool_handle_t *zphdl; in lzbe_get_boot_device() local
128 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
129 if (zphdl == NULL) { in lzbe_get_boot_device()
134 rv = zpool_get_bootenv(zphdl, &nv); in lzbe_get_boot_device()
160 zpool_close(zphdl); in lzbe_get_boot_device()