Home
last modified time | relevance | path

Searched refs:nvlist_export (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/libsa/zfs/
H A Dnvlist.h128 int nvlist_export(nvlist_t *);
H A Dnvlist.c713 nvlist_export(nvlist_t *nvl) in nvlist_export() function
H A Dzfsimpl.c1807 rv = nvlist_export(&nv); in vdev_write_bootenv()
/freebsd/usr.sbin/makefs/
H A Dzfs.c389 error = nvlist_export(poolconfig); in pool_init_objdir_config()
391 errc(1, error, "nvlist_export"); in pool_init_objdir_config()
587 error = nvlist_export(poolconfig); in pool_labels_write()
589 errc(1, error, "nvlist_export"); in pool_labels_write()