Searched refs:spa_bootenv (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c715 if (spa->spa_bootenv == NULL) {
723 spa->spa_bootenv = benv;
725 benv = spa->spa_bootenv;
755 spa->spa_bootenv = benv;
854 if (spa->spa_bootenv == NULL)
857 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST,
888 if (spa->spa_bootenv == NULL)
891 if (nvlist_find(spa->spa_bootenv, OS_NVSTORE, DATA_TYPE_NVLIST,
990 rv = nvlist_add_nvlist(spa->spa_bootenv, OS_NVSTORE, nv);
992 rv = zfs_set_bootenv(vdev, spa->spa_bootenv);
[all...]
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1883 void *spa_bootenv; /* bootenv from pool label */ member in struct:spa

Completed in 73 milliseconds