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

/u-boot/include/zfs/
H A Dzfs.h20 * The following are configuration names used in the nvlist describing a pool's
97 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);
/u-boot/fs/zfs/
H A Dzfs.c58 * For nvlist manipulation. (from nvpair.h)
1485 * For a given XDR packed nvlist, verify the first 4 bytes and move on.
1487 * An XDR packed nvlist is encoded as (comments from nvs_xdr_create) :
1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, argument
1512 /* Verify if the 1st and 2nd byte in the nvlist are valid. */
1515 if (nvlist[0] != NV_ENCODE_XDR || (nvlist[1] != NV_LITTLE_ENDIAN
1516 && nvlist[1] != NV_BIG_ENDIAN)) {
1517 printf("zfs incorrect nvlist header\n");
1522 nvlist
1567 zfs_nvlist_lookup_uint64(char *nvlist, char *name, uint64_t *out) argument
1600 zfs_nvlist_lookup_string(char *nvlist, char *name) argument
1627 zfs_nvlist_lookup_nvlist(char *nvlist, char *name) argument
1653 zfs_nvlist_lookup_nvlist_array_get_nelm(char *nvlist, char *name) argument
1667 zfs_nvlist_lookup_nvlist_array(char *nvlist, char *name, size_t index) argument
1719 int_zfs_fetch_nvlist(struct zfs_data *data, char **nvlist) argument
1742 char *nvlist; /* for the pool */ local
2008 zfs_fetch_nvlist(device_t dev, char **nvlist) argument
[all...]

Completed in 92 milliseconds