Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs.c1508 int name_len, type, encode_size; in nvlist_find_value() local
1526 while ((encode_size = be32_to_cpu(*(uint32_t *) nvlist))) { in nvlist_find_value()
1550 *size_out = encode_size; in nvlist_find_value()
1556 nvlist += encode_size; /* goto the next nvpair */ in nvlist_find_value()
1665 uint32_t encode_size; in zfs_nvlist_lookup_nvlist_array() local
1671 && (encode_size = be32_to_cpu(*(uint32_t *) nvpairptr))) in zfs_nvlist_lookup_nvlist_array()
1672 nvlist += encode_size; /* goto the next nvpair */ in zfs_nvlist_lookup_nvlist_array()