Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_bootenv.h49 #define OS_NVSTORE BOOTENV_OS ":" "nvstore" macro
/freebsd/stand/libsa/zfs/
H A Dzfs.c901 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_getter()
935 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_setter()
1034 rv = nvlist_add_nvlist(spa->spa_bootenv, OS_NVSTORE, nv); in zfs_nvstore_setter()
1108 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_setter_str()
1250 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_unset_impl()
1257 rv = nvlist_remove(spa->spa_bootenv, OS_NVSTORE, in zfs_nvstore_unset_impl()
1261 OS_NVSTORE, nv); in zfs_nvstore_unset_impl()
1411 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST, in zfs_nvstore_iterate()