Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfsbootenv/common/
H A Dlibzfsbootenv.h33 extern int lzbe_set_boot_device(const char *, lzbe_flags_t, const char *);
H A Dmapfile-vers41 lzbe_set_boot_device;
H A Dlzbe_device.c28 lzbe_set_boot_device(const char *pool, lzbe_flags_t flag, const char *device) in lzbe_set_boot_device() function
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c207 if ((rv = lzbe_set_boot_device(bt.obe_zpool, in be_rename()
214 if (rv == 0 && (rv = lzbe_set_boot_device(bt.nbe_zpool, in be_rename()
H A Dbe_activate.c315 if ((ret = lzbe_set_boot_device(be_nodes->be_rpool, in _be_activate()
323 if ((ret = lzbe_set_boot_device(be_nodes->be_rpool, in _be_activate()
H A Dbe_create.c493 if (lzbe_set_boot_device(bt.obe_zpool, in be_destroy()
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c955 rv = lzbe_set_boot_device(name, flag, value); in main()