Home
last modified time | relevance | path

Searched refs:nvlist_import (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/stand/libsa/zfs/
H A Dnvlist.h127 nvlist_t *nvlist_import(const char *, size_t);
H A Dzfsimpl.c1831 benv = nvlist_import(be->vbe_bootenv, sizeof(be->vbe_bootenv)); in vdev_read_bootenv()
1935 tmp = nvlist_import(label->vp_nvlist, in vdev_label_read_config()
3497 *value = nvlist_import(nv, size); in load_nvlist()
H A Dnvlist.c740 nvlist_import(const char *stream, size_t size) in nvlist_import() function