Home
last modified time | relevance | path

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

/openbmc/u-boot/include/zfs/
H A Dzfs.h97 int zfs_fetch_nvlist(device_t dev, char **nvlist);
101 char *zfs_nvlist_lookup_string(char *nvlist, char *name);
102 char *zfs_nvlist_lookup_nvlist(char *nvlist, char *name);
103 int zfs_nvlist_lookup_uint64(char *nvlist, char *name,
105 char *zfs_nvlist_lookup_nvlist_array(char *nvlist, char *name,
107 int zfs_nvlist_lookup_nvlist_array_get_nelm(char *nvlist, char *name);
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1521 nvlist = nvlist + 4 * 3; in nvlist_find_value()
1704 *nvlist = 0; in int_zfs_fetch_nvlist()
1732 free(nvlist); in check_pool_label()
1738 free(nvlist); in check_pool_label()
1747 free(nvlist); in check_pool_label()
1754 free(nvlist); in check_pool_label()
1762 free(nvlist); in check_pool_label()
1768 free(nvlist); in check_pool_label()
1777 free(nvlist); in check_pool_label()
1786 free(nvlist); in check_pool_label()
[all …]