Lines Matching refs:zphdl
32 zpool_handle_t *zphdl; in lzbe_set_boot_device() local
44 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device()
45 if (zphdl == NULL) { in lzbe_set_boot_device()
52 rv = zpool_get_bootenv(zphdl, &nv); in lzbe_set_boot_device()
101 rv = zpool_set_bootenv(zphdl, nv); in lzbe_set_boot_device()
106 zpool_close(zphdl); in lzbe_set_boot_device()
118 zpool_handle_t *zphdl; in lzbe_get_boot_device() local
129 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
130 if (zphdl == NULL) { in lzbe_get_boot_device()
135 rv = zpool_get_bootenv(zphdl, &nv); in lzbe_get_boot_device()
161 zpool_close(zphdl); in lzbe_get_boot_device()