Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_bootenv.h46 #define OS_NVSTORE BOOTENV_OS ":" "nvstore" macro
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c840 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_getter()
874 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_setter()
972 rv = nvlist_add_nvlist(spa->spa_bootenv, OS_NVSTORE, nv); in zfs_nvstore_setter()
1046 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_setter_str()
1189 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_unset_impl()
1196 rv = nvlist_remove(spa->spa_bootenv, OS_NVSTORE, in zfs_nvstore_unset_impl()
1200 OS_NVSTORE, nv); in zfs_nvstore_unset_impl()
1350 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_iterate()